document.write( "Question 968792: Hi appreciated tutors,
\n" );
document.write( "I have been studying linear systems and have a good understanding of solving them but this word problem is driving me crazy. Here is the problem verbatim;\r
\n" );
document.write( "\n" );
document.write( "The total cost of 10 gallons of regular gasoline and 15 gallons of premium gasoline is $32.75. Premium costs $.20 more per gallon than regular. What is the cost per gallon of each type of gasoline?\r
\n" );
document.write( "\n" );
document.write( "I tried to set up the problem like this:
\n" );
document.write( "x+y=25
\n" );
document.write( "10x+15y=32.75
\n" );
document.write( "I figured the .20 would be added to the final \"y\" value.
\n" );
document.write( "The way it comes out when I work the equations by trying to use substitution is a negative number. This is one indication I am working it incorrectly. Please show me a verbal model and work the equations and explain how to include the\".20\". THANKS very much!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #591949 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The total cost of 10 gallons of regular gasoline and 15 gallons of premium gasoline is $32.75. Premium costs $.20 more per gallon than regular. What is the cost per gallon of each type of gasoline? \n" ); document.write( "================= \n" ); document.write( "10R + 15P = 3275 \n" ); document.write( "P = R + 20 \n" ); document.write( "---------------- \n" ); document.write( "Sub for P \n" ); document.write( "10R + 15*(R+20) = 3275 \n" ); document.write( "25R + 300 = 3275 \n" ); document.write( "R = 119 \n" ); document.write( "P = 139 \n" ); document.write( " |