document.write( "Question 1040425: QUESTION 2:
\n" );
document.write( "A gas station sells three types of gas: Regular for $2.85 a gallon, Performance Plus for $3.10 a gallon, and Premium for $3.35 a gallon.
\n" );
document.write( "On a particular day 4000 gallons of gas were sold for a total of $12,125. Two times as many gallons of Regular as Premium gas were sold. How many gallons of each type of gas were sold that day?
\n" );
document.write( "I came up with the following system:
\n" );
document.write( "x+y+z=4000
\n" );
document.write( "2.85x+3.10y+3.35z=12125
\n" );
document.write( "x=2x
\n" );
document.write( "I tried using matrices but the answers I get do not work when plugged back into the system. These problems confuse the heck out of me!\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "THANK YOU!!!!!! \n" );
document.write( "
Algebra.Com's Answer #655276 by MathTherapy(10552)![]() ![]() You can put this solution on YOUR website! QUESTION 2: \n" ); document.write( "A gas station sells three types of gas: Regular for $2.85 a gallon, Performance Plus for $3.10 a gallon, and Premium for $3.35 a gallon. \n" ); document.write( "On a particular day 4000 gallons of gas were sold for a total of $12,125. Two times as many gallons of Regular as Premium gas were sold. How many gallons of each type of gas were sold that day? \n" ); document.write( "I came up with the following system: \n" ); document.write( "x+y+z=4000 \n" ); document.write( "2.85x+3.10y+3.35z=12125 \n" ); document.write( "x=2x \n" ); document.write( "I tried using matrices but the answers I get do not work when plugged back into the system. These problems confuse the heck out of me!\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "THANK YOU!!!!!! \n" ); document.write( " Let amount of regular, performance plus, and premium sold, be R, Q, and P, respectively\n" ); document.write( " |