document.write( "Question 289131: In testing an engine, various mixtures of gasoline and methanol are being tried. How much of a 90% gasoline mixture and a 75% gasoline mixture are needed for 1200 L of an 85% gasoline mixture? \n" ); document.write( "
Algebra.Com's Answer #209496 by brucewill(101)![]() ![]() ![]() You can put this solution on YOUR website! Let x = L of 90% gas \n" ); document.write( "Then (1200 - x) would be the # of L of 75% gas. \n" ); document.write( "We will end up with 1020L (85% * 1200 L) of overall 100% gas.\r \n" ); document.write( "\n" ); document.write( ".9x + .75(1200 - x) = 1020 \n" ); document.write( ".9x + 900 - .75x = 1020 \n" ); document.write( ".15x = 120 \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Prove: \n" ); document.write( "800 L of 90% gas (720 L pure) \n" ); document.write( "400 L of 75% gas (300 L pure). \n" ); document.write( " \n" ); document.write( " |