document.write( "Question 1052316: A delivery truck is transporting boxes of two sizes: large and small. The combined weight of a large box and a small box is
\n" );
document.write( "70
\n" );
document.write( " pounds. The truck is transporting
\n" );
document.write( "55
\n" );
document.write( " large boxes and
\n" );
document.write( "70
\n" );
document.write( " small boxes. If the truck is carrying a total of
\n" );
document.write( "4075
\n" );
document.write( " pounds in boxes, how much does each type of box weigh? \n" );
document.write( "
Algebra.Com's Answer #667698 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x the weight of a small box. Large (70-x)\r \n" ); document.write( "\n" ); document.write( "55(70-x) + 70x = 4075 \n" ); document.write( "15x = 4075 - 55*70 \n" ); document.write( "Solve for x \n" ); document.write( " |