document.write( "Question 87956: Word problem:
\n" ); document.write( "20 gallons of fuel and 14 gallons of collant cost $12,000 - needed for first simulation test
\n" ); document.write( "15 gallons of fuel and 9 gallons of coolant cost $8,000 - needed for second simulation test
\n" ); document.write( "What is the cost per gallon of fuel and a collant tank for the project?
\n" ); document.write( "Steps
\n" ); document.write( "1. assign variables
\n" ); document.write( "2. write algebraic model
\n" ); document.write( "3. solve model
\n" ); document.write( "4. answer
\n" ); document.write( "thanks
\n" ); document.write( "bb
\n" ); document.write( "

Algebra.Com's Answer #63852 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Word problem:
\n" ); document.write( "20 gallons of fuel and 14 gallons of collant cost $12,000 - needed for first simulation test
\n" ); document.write( "15 gallons of fuel and 9 gallons of coolant cost $8,000 - needed for second simulation test
\n" ); document.write( "What is the cost per gallon of fuel and a collant tank for the project?
\n" ); document.write( "---------
\n" ); document.write( "20f + 14c = 12000
\n" ); document.write( "15f + 9c = 8000
\n" ); document.write( "--------------
\n" ); document.write( "Multiply 1st equation by 3 and 2nd equation by 4 to get:
\n" ); document.write( "60f + 42c = 36000
\n" ); document.write( "60f + 36c = 32000
\n" ); document.write( "---------
\n" ); document.write( "Subtract the 2nd equation from the 1st to solve for c, as follows:
\n" ); document.write( "6c = 4000
\n" ); document.write( "c = $666.67 (Cost of a gallon of coolant)
\n" ); document.write( "------
\n" ); document.write( "Substitute to solve for f, as follows:
\n" ); document.write( "20f + 14*666.67 = 12000
\n" ); document.write( "20f + 9333.33 = 12000
\n" ); document.write( "20f = 10666.67
\n" ); document.write( "f = $533.33 (Cost of a gallon of fuel)
\n" ); document.write( "===========
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );