Posted by Jean on Monday, August 23, 2010 at 12:12am.
This is a particular case of a class of problems that can be solved by the Chinese remainder theorem.
In this particular case, it can be solved relatively easily without the theorem, since all the left-overs are one, except the last.
Since there was one egg left when packed in 2,3,4,5,6, we need to find the LCM (lowest common multiple) of 2,3,4,5,6 and add one to get the least possible answer, namely 60+1=61.
However, we recognize that 60k+1 will always satisfy the first 5 conditions, where k is a positive integer.
To satisfy the 7th condition, we need to find the least value of k such that 60k+1 is divisible by 7.
61 mod 7 = 5
121 mod 7 = 2
181 mod 7 = 6
241 mod 7 = 3
301 mod 7 = 0
So 301 is the least number of eggs the farmer had. She could have had 721 eggs (=301+420), but with the proof that she gave her insurance, she is likely to get paid for 301!
you have to find the least common multiple of 2, 3, 4, 5 and 6.
thus, LCM = 60
now, add 1 to 60, and check if the new number is divisible by 7,,
60 + 1 = 61
61/7 = 8 remainder 5
61 is not divisible by 7,, thus repeat this process using multiples of 60,, try 120,,
121/7 = 17 remainder 2
*after trial and error, i found 301,, just check if there is a number less than this which satisfies the conditions given.
so there,, =)
Related Questions
Math - I'm having alot of problems with the problem. I don't want the ...
algebra - A peddler is taking eggs to market to sell. The eggs are in a cart ...
math - A peddler is taking eggs to the market to sell. The eggs are in a cart ...
MATH - A farmer walks into a store and heads for the counter. On the counter is ...
math - A farmer walks into a store and heads for the counter. On the counter is...
6th grade math - Jack went to the store to buy eggs. He thought "i ned ...
REGENTS(PRACTICE) - A scientist wants to determine the best conditions for ...
college math - when eggs in a basket are removed 2,3,4,5,6 at a time there ...
Math - I have to figure out how to do this problem. I don't have the ...
science - are these correct as to physical and chemical 1. Heat pan. [P] 2. Melt...
For Further Reading