document.write( "Question 1188417: A company with two stores buys six large delivery vans and five small delivery vans. The first store receives four large vans and 2 small vans for a coast of $160,000. The second store receives two large delivery vans and three small delivery vans for a cost of $128,000. Find the cost for each type of delivery van. \n" ); document.write( "
Algebra.Com's Answer #819630 by Shin123(626)\"\" \"About 
You can put this solution on YOUR website!
Let x be the cost of the large van, and y be the cost of the small van. We have the system of equations \"system%284x%2B2y=160000%2C2x%2B3y=128000%29\".
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: SOLVE linear system by SUBSTITUTION
Solve:
\n" ); document.write( " We'll use substitution. After moving 2*y to the right, we get:
\n" ); document.write( " \"4%2Ax+=+160000+-+2%2Ay\", or \"x+=+160000%2F4+-+2%2Ay%2F4\". Substitute that
\n" ); document.write( " into another equation:
\n" ); document.write( " \"2%2A%28160000%2F4+-+2%2Ay%2F4%29+%2B+3%5Cy+=+128000\" and simplify: So, we know that y=24000. Since \"x+=+160000%2F4+-+2%2Ay%2F4\", x=28000.
\n" ); document.write( "
\n" ); document.write( " Answer: \"system%28+x=28000%2C+y=24000+%29\".
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "Therefore, the cost of the large van is $28,000 and the cost of the small van $24,000.
\n" ); document.write( "
\n" );