document.write( "Question 56530: A bag contains 100 marbles. The marbles can be divided into equal shares among 6,7 or 8 children with 1 marble left over each time. What is the least number of marbles that the box can contain? \n" ); document.write( "
Algebra.Com's Answer #38366 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! A bag contains 100 marbles. The marbles can be divided into equal shares among 6,7 or 8 children with 1 marble left over each time. What is the least number of marbles that the box can contain? \n" ); document.write( "LET NUMBER OF MARBLES = N \n" ); document.write( "SINCE N LEAVES THE SAME REMAINDER OF 1 WHEN DIVIDED WITH 6,7,8...FIND LCM OF 6,7&8 AND ADD 1 TO IT TO GET MINIMUM VALUE FOR N \n" ); document.write( "2|6,7,8 \n" ); document.write( "------------- \n" ); document.write( " 3,7,4 \n" ); document.write( "SO LCM = 2*3*7*4 = 168 \n" ); document.write( "N = 168+1 = 169 IS THE MINIMUM NUMBER OF MARBLES NEEDED. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |