document.write( "Question 1072056: 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( "80
\n" );
document.write( " pounds. The truck is transporting
\n" );
document.write( "70
\n" );
document.write( " large boxes and
\n" );
document.write( "50
\n" );
document.write( " small boxes. If the truck is carrying a total of
\n" );
document.write( "5100
\n" );
document.write( " pounds in boxes, how much does each type of box weigh? \n" );
document.write( "
Algebra.Com's Answer #687101 by ikleyn(52790)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Solution 1 (two equations)\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "The system of equation is\r\n" ); document.write( "\r\n" ); document.write( " x + y = 80, (1) (where x = weight of the large box . . . )\r\n" ); document.write( "70x + 50y = 5100. (2)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Solve it by the Substitution method.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solution 2 (one equation)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "70x + 50*(80-x) = 5100.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |