document.write( "Question 1164024: Paper cups are sold in packages of 6, and napkins are sold in packages of 8. Ted wants to buy the same number of each. What is the least number of cups and napkins he needs to buy?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #788312 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Paper cups are sold in packages of 6, and napkins are sold in packages of 8. \n" ); document.write( " Ted wants to buy the same number of each. \n" ); document.write( " What is the least number of cups and napkins he needs to buy? \n" ); document.write( ": \n" ); document.write( "find the least common multiple of 6 and 8 using prime factoring \n" ); document.write( "6: 2, 3 \n" ); document.write( "8: 2, 2, 2 \n" ); document.write( ": \n" ); document.write( "2*2*2*3 = 24 \n" ); document.write( ": \n" ); document.write( "4 boxes of cups = 24 cups \n" ); document.write( "3 boxes of napkins = 24 napkins \n" ); document.write( " \n" ); document.write( " |