document.write( "Question 1022166: 'I have a number of cupcakes. I can pack them in boxes which contain four cakes, three cakes or eight cakes.
\n" );
document.write( "In each case I will fill all of the boxes with none left over. What is the least number of cupcakes I could have?'
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #637904 by Theo(13342)![]() ![]() You can put this solution on YOUR website! it looks like you are looking for the least common multiple. \n" ); document.write( "start with the biggest box you have. \n" ); document.write( "that's a box that contains 8 cupcakes. \n" ); document.write( "so start with 8. \n" ); document.write( "look to see if 3 and 4 both divide equally into it. \n" ); document.write( "4 does, but 3 doesn't. \n" ); document.write( "go to the next multiple of 8, which is 16. \n" ); document.write( "4 divides into it evenly but 3 doesn't. \n" ); document.write( "go to the next multiple of 8 which is 24. \n" ); document.write( "both 4 and 3 divide equally into. \n" ); document.write( "looks like the lest number of cupcakes you can have are 24.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |