document.write( "Question 777786: how many gallons of 5% alcohol solution must be mixed with 90 gallons of 1% solution to obtain a 2% solution
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #474259 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! let x gallon 5% solution added in 90 gallon of 1% solutions \n" ); document.write( "alcohol available in 5 % solution =5x/100 \n" ); document.write( "alcohol available in 1% 90 gallon =90/100 gallon \n" ); document.write( "after mixing alcohol available in 2% solution=(90+x)2/100 \n" ); document.write( "as per given conditions \n" ); document.write( "5x/100+90/100=2(90+x)/100 \n" ); document.write( "5x+90=180+2x \n" ); document.write( "5x-2x=180-90 \n" ); document.write( "3x=90 \n" ); document.write( "x=90/3 \n" ); document.write( "x=30 gallon \n" ); document.write( "answer 30 gallon of 5% alcohol is to be added in 90 gallon 1% solution to get 2%alcohol solution \n" ); document.write( " \n" ); document.write( " |