document.write( "Question 198490: Jenny is filling up a shoebox with her marble collection. The shoebox is 12 inches long by 6 inches wide by 5 inches deep. Each marble takes up 1 cubic inch of space and wieghs 8 grams. When the shoebox is totally full with marbles, how much will it wiegh in kilograms? \n" ); document.write( "
| Algebra.Com's Answer #149015 by Alan3354(69443)     You can put this solution on YOUR website! The shoebox is 12 inches long by 6 inches wide by 5 inches deep. Each marble takes up 1 cubic inch of space and wieghs 8 grams. \n" ); document.write( "--------------- \n" ); document.write( "The volume of the shoebox is 12*6*5 = 360 cubic inches \n" ); document.write( "-------------- \n" ); document.write( "Ignoring the complexity of stacking and using 1 cubic inch per marble, that's 360 marbles. \n" ); document.write( "360*8 = 2880 grams \n" ); document.write( "= 2.88 kg \n" ); document.write( " \n" ); document.write( " |