document.write( "Question 513839: Jacob is responsible for buying uniforms. The tops are $2.50 more than the shorts. He orders 20 tops and 17 shorts. His total cost is $346. How much does he order of each item. \n" ); document.write( "
Algebra.Com's Answer #343175 by umail08(87)\"\" \"About 
You can put this solution on YOUR website!
x = cost of shorts
\n" ); document.write( "x + 2.50 = cost of tops
\n" ); document.write( "17x + 20(x + 2.50) = 346
\n" ); document.write( "17x + 20x + 50 = 346
\n" ); document.write( "37x + 50 = 346
\n" ); document.write( "37x + 50 – 50 = 346 – 50
\n" ); document.write( "37x = 296
\n" ); document.write( " x = $8 … cost of shorts
\n" ); document.write( "x + 2.50 = $8 + $2.50 = $10.50 … cost of tops
\n" ); document.write( "17x = 17($8) = $136 .. order for shorts
\n" ); document.write( "20($10.50) = $210 … order for tops
\n" ); document.write( "
\n" ); document.write( "
\n" );