document.write( "Question 767062: If 1/6 of a solution of alcohol is replaced by water alone, the resulting mixture becomes a 30% solution. What is the percentage of alcohol in the original solution? \n" ); document.write( "
Algebra.Com's Answer #467548 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! If 1/6 of a solution of alcohol is replaced by water alone, the resulting mixture becomes a 30% solution. What is the percentage of alcohol in the original solution? \n" ); document.write( "** \n" ); document.write( "let x=percentage of alcohol in the original solution? \n" ); document.write( "let t=amount of solution (does not change) \n" ); document.write( "x*(5/6)t+0%*(1/6)t=30%t \n" ); document.write( "5x/6+0=.30 \n" ); document.write( "5x=1.8 \n" ); document.write( "x=.36 \n" ); document.write( "percentage of alcohol in the original solution=36% \n" ); document.write( " |