document.write( "Question 762763: A gas station sells regular gas for $2.25 per gallon and premium gas for $2.85 a gallon. At the end of a business day 340 gallons of gas were sold, and receipts totaled $819. How many gallons of each type of gas were sold?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #464297 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Regular gas = x \n" ); document.write( "Premium gas = y \n" ); document.write( "x + y = 340...1 \n" ); document.write( "2.25x + 2.85y = 819...2 \n" ); document.write( "Multiply (1) by 9 \n" ); document.write( "and (2) by 4 \n" ); document.write( "9x + 9y = 3060...3 \n" ); document.write( "9x + 11.4y = 3276...4 \n" ); document.write( "Subtract (3) from (4) \n" ); document.write( " 2.4y = 216 \n" ); document.write( " y = 90 \n" ); document.write( "Substitute y = 90 into (1) \n" ); document.write( "x + y = 340 \n" ); document.write( "x + 90 = 340 \n" ); document.write( " x = 340 - 90 \n" ); document.write( " x = 250 \n" ); document.write( "Regular gas - 250 gallons \n" ); document.write( "Premium gas - 90 gallons \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |