document.write( "Question 1161162: A woman with a basket of eggs finds that if she removes the eggs from a basket 3 or 7 at a time there is always one egg left. However if she removes the eggs 5 at a time there are no eggs left. If the basket holds up to 100 eggs how many eggs does she have? \n" ); document.write( "
Algebra.Com's Answer #784612 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
The second digit is either a 0 or a 5
\n" ); document.write( "Therefore, need a multiplier of 3 and 7 that ends in 9 or 4. There are no suitable ones for 9 that are evenly divisible by both 3 and 7
\n" ); document.write( "for 4, there is the product (3*7)*4 or 84
\n" ); document.write( "Then there would be 85 eggs, which satisfies the second part. ANSWER
\n" ); document.write( "Removing them 3 at a time, 84 could be removed
\n" ); document.write( "same for 7 at a time. No other product of 3 and 7 ends in four for both when < 100
\n" ); document.write( "
\n" );