document.write( "Question 1189724: A delivery truck Is transporting boxes of two sizes: large and small. The large boxes weigh 45 pounds each, and the small boxes weigh 35 pounds each. There
\n" ); document.write( "are 120 boxes in all. If the truck is carrying a total of 4850 pounds in boxes, how many of each type of box is it carrying?
\n" ); document.write( "

Algebra.Com's Answer #821161 by ikleyn(52780)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A delivery truck Is transporting boxes of two sizes: large and small.
\n" ); document.write( "The large boxes weigh 45 pounds each, and the small boxes weigh 35 pounds each.
\n" ); document.write( "There are 120 boxes in all. If the truck is carrying a total of 4850 pounds in boxes,
\n" ); document.write( "how many of each type of box is it carrying?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x = # of large boxes;\r\n" );
document.write( "\r\n" );
document.write( "then the number of small boxes is (120-x).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The total weight equation is\r\n" );
document.write( "\r\n" );
document.write( "    45x + 35*(120-x) = 4850   pounds.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From the equation\r\n" );
document.write( "\r\n" );
document.write( "    x = \"%284850+-+35%2A120%29%2F%2845-35%29\" = 65.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  65 large boxes and 120-65 = 55 small boxes.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "CHECK.   45*65 + 35*55 = 4850   (total weight).  ! Precisely correct !\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );