document.write( "Question 189274: Word problem:
\n" );
document.write( "A chainsaw runs on fuel that is 10% oil and 90% gas. Howmuch oil will have to be added to 3 gallons of fuel that is 5% oil and 95% gas in order to use the chainsaw? \n" );
document.write( "
Algebra.Com's Answer #142011 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=amount of oil that has to be added \n" ); document.write( "The amount of pure gas before the oil is added (0.95*3) has to equal the amount of pure gas after the oil is added 0.90(3+x), so: \n" ); document.write( "0.95*3=0.90(3+x) \n" ); document.write( "2.85=2.70+0.90x subtract 2.70 from each side \n" ); document.write( "2.85-2.70=2.70-2.70+0.90x collect like terms \n" ); document.write( "0.15=0.90x divide both sides by 0.90 \n" ); document.write( "x=0.16667 gal ------------------ans \n" ); document.write( "CK \n" ); document.write( "3*0.95=0.90*(3.16667) \n" ); document.write( "2.85=2.85\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |