document.write( "Question 1069453: I have a large truck and my neighbor has four identical small trucks. My truck can carry at least 800 pounds more than each of her trucks, but no more than one-third what all four of her trucks combined can carry. Knowing only these facts, what is the largest number of pounds that I can be assured of being able to carry in my truck? \n" ); document.write( "
Algebra.Com's Answer #684688 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Let W = the weight that the large truck can carry.
\n" ); document.write( "Let w = the weight that each of the small trucks can carry.
\n" ); document.write( "The large truck can carry at least 800 pounds more than one of the small trucks:
\n" ); document.write( "W = w + 800 -> w = W - 800 [1]
\n" ); document.write( "Also, the large truck can carry no more than 1/3 of what all four of the small trucks combined can carry:
\n" ); document.write( "W = 1/3(4w) = (4/3)w
\n" ); document.write( "Substituting [1] gives W = (4/3)(W-800) -> W/3 = 3200/3, or W = 3200
\n" ); document.write( "Ans: 3200 lbs.
\n" ); document.write( "
\n" ); document.write( "
\n" );