jjykim Wrote:This problem is from the Question Bank section. I wasn't sure where to post them, but I hope it's okay to post them over here.
Which of the following is the lowest positive integer that is divisible by the first 7 positive integer multiples of 5?
140
210
1400
2100
3500
The answer choice is D, 2100, but I wasn't sure how to derive the answer.
I started by listing the first 7 multiples of 5, which are: 5, 10, 15, 20, 25, 30, and 35. Then I broke them down into their prime factors.
5 => 5
10=> 2 and 5
15=> 5 and 3
20=> 5, 2, and 2
25=> 5 and 5
30=> 5, 2, and 3
35=> 5 and 7.
I got stuck after this.
My manhattan gmat instructor suggested that we use the LCM/GCF diagram to figure out the LCM, but I wasn't sure how to apply the diagram to this situation.
Any help would be appreciated. Thanks.
- I know we
You were on the right track, because listing the prime factors for the first 7 multiples of 5 is definitely the first step.
The next step here is to remember that you're looking for the LCM of all 7 numbers. This means you are looking for the lowest multiple that 5, 10, 15, 20, 25, 30, and 35 all have in common.
I'm not sure about the LCM diagram, but here's what I did to find the LCM: First list every prime factor you found and arrange them in numerical order, without regard to how many of each appear (that will be the next step). For this question, the prime factors you see are:
2, 3, 5, 7
Now start with 2. You need to look at the prime factorizations you did for each multiple of 5 and ask, "What is the most number of times that 2 appeared as a prime factor for any one of these multiples of 5?" The most number of times 2 appeared as a prime factor for any of the multiples of 5 was for 20, where it appeared twice. This means you raise the 2 in your list to the 2nd power:
2^2, 3, 5, 7
You continue this pattern with 3, 5, and 7, each time asking "What is the most number of times this prime factor appeared for any one the multiples?" and then raise that prime factor in your list to the power of the most number of times it appeared for any one multiple--resulting in this:
2^2, 3^1, 5^2, 7^1 = 4, 3, 25, 7
Now all you need to do to find the LCM is multiply the above numbers together:
4 x 3 x 25 x 7 = 2100
Hopefully an instructor can double check all of this to make sure it is sound, or provide you with a faster way to do it, but I hope this helps you regardless.