SOLUTION: A group of soldiers consists of less than 10000 individuals. When the commander tries to line up his soldiers in 70 equal rows, he finds that 55 soldiers were left over, when he tr

Algebra ->  Divisibility and Prime Numbers -> SOLUTION: A group of soldiers consists of less than 10000 individuals. When the commander tries to line up his soldiers in 70 equal rows, he finds that 55 soldiers were left over, when he tr      Log On


   



Question 536865: A group of soldiers consists of less than 10000 individuals. When the commander tries to line up his soldiers in 70 equal rows, he finds that 55 soldiers were left over, when he tries to form 65 equal rows, he finds that 50 soldiers were left over, and when he tries to form 60 equal rows, he finds that 45 soldiers were left over. Is it possible for this commander to line up his soldiers in 55 equal rows? Why or why not?
Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
If only that poor commander had 15 more soldiers, he would have choices. He could make 70 equal rows, or 65 equal rows, or 60 equal rows, without any soldiers left over. Do you see why? In each case, the soldiers left over plus 15 more soldiers would equal the number of rows, so you could add one soldier to each row and have no leftovers.
So, if the number of soldiers was n,
n%2B15 is a multiple of 60, 65, and 70.
60=2%5E2%2A3%2A5 65=5%2A13 70=2-5-7
The smallest common multiple (least common multiple, or LCM) is
2%5E2%2A3%2A5%2A7%2A13=5460
That's the only choice, because the next common multiple would be twice that, and it would mean more than 10000 soldiers. So
n%2B15=5460---> n=5445 which is a multiple of 5 and a multiple of 11, and therefore a multiple of 55.
You know why I see at first sight that it's a multiple of 5. To see if it's a multiple of 11, add up two groups of every other digit (ones plus hundreds and tens plus thousands). If the difference between the sums is zero or multiple of 11, the number is a multiple of 11. And if a number is a multiple of two different prime factors, it is a multiple of their product.
So the commander has 5445 soldiers and can line them up in 55 equal rows.