document.write( "Question 1114523: A fruit company delivers its fruit in two types of boxes: large and small. A delivery of
\n" );
document.write( " 5 large boxes and 3
\n" );
document.write( " small boxes has a total weight of 141
\n" );
document.write( " kilograms. A delivery of
\n" );
document.write( " 7 large boxes and 9
\n" );
document.write( " small boxes has a total weight of 273
\n" );
document.write( " kilograms. How much does each type of box weigh? \n" );
document.write( "
Algebra.Com's Answer #729504 by Shin123(626)![]() ![]() You can put this solution on YOUR website! Using the information, 2 large boxes and 6 small boxes weigh 132 kg. That means 1 large box and 3 small boxes weigh 66 kg. Since 5 large boxes and 3 small boxes weigh 141 kg, 4 large boxes weighs 141-66=75kg. That means a large box weighs 75/4=18.75 kg. And a small box weighs 66-18.75=47.25/3=15.75 kg. So a large box weighs 18.75 kg and a small box weighs 15.75 kg. \n" ); document.write( " |