document.write( "Question 392626: Your lawn mower requires an oil and gas mixture to make it run correctly. The mixture requires 3 times as much gas as oil. Gas costs $1.43 and oil costs $.85 a gallon. How many full gallons of the mixture can be made for $20? This should be just a one variable equation... I have tried 1.43y + (1/3)(.85)y <=20 and I am not getting the correct answer? \n" ); document.write( "
Algebra.Com's Answer #278671 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Your lawn mower requires an oil and gas mixture to make it run correctly. \n" ); document.write( "The mixture requires 3 times as much gas as oil. \n" ); document.write( "--- \n" ); document.write( "g = 3o \n" ); document.write( "------ \n" ); document.write( "Gas costs $1.43 and oil costs $.85 a gallon. \n" ); document.write( "Value: 1.43g + 0.85o <= 20 \n" ); document.write( "---- \n" ); document.write( "How many full gallons of the mixture can be made for $20? \n" ); document.write( "----- \n" ); document.write( "Substitute for \"g\" and solve for \"o\": \n" ); document.write( "1.43(3o) + 0.85o <= 20 \n" ); document.write( "5.14o <= 20 \n" ); document.write( "o <= 3.89 gallons of oil \n" ); document.write( "--- \n" ); document.write( "solve for \"g\" \n" ); document.write( "(g/3) <= 3.89 \n" ); document.write( "g <= 11.67 gallons of gas \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========================== \n" ); document.write( " |