rsvp
Set A consists of three consecutive positive multiples of 3, and set B consists of five consecutive positive multiples of 5. If the sum of the integers in set A is equal to the sum of the integers in set B, what is the least number that could be a member of set A?
(A) 69
(B) 72
(C) 75
(D) 78
(E) 81
Source: Advanced Quant
Manhattan Prep 2020
Given: Set A consists of three consecutive positive multiples of 3, and set B consists of five consecutive positive multiples of 5.
Asked: If the sum of the integers in set A is equal to the sum of the integers in set B, what is the least number that could be a member of set A?
A = {3k, 3k+3, 3k+6}; k>0; k is a positive integer
B = {5m, 5m+5, 5m + 10, 5m+15, 5m+20}; m>0; m is a positive integer
3k + 3k + 3 + 3k + 6 = 5m + 5m+5 + 5m + 10 + 5m+15 + 5m+20
9k + 9 = 25m + 50
9k = 25m + 41
\(k = \frac{(25m+41)}{9}\)
When m = 9; \(k = \frac{(175 + 41 = 216)}{9} = 24\)
\(k_{min} = 24\)
\(3k_{min} = 72\)
IMO B
Why did you take m=9 and not m=1? Because its the least value that has been asked for. I put m=1 and got k=33. Where am I wrong?