document.write( "Question 403247: How much water must be added to 75 ml of a 75% alcohol solution to obtain 45% alcohol solution? \n" ); document.write( "
Algebra.Com's Answer #285169 by rvquartz(19)\"\" \"About 
You can put this solution on YOUR website!
let x be the amount of water to add\r
\n" ); document.write( "\n" ); document.write( "The final amount of liquid will be (75 + x)\r
\n" ); document.write( "\n" ); document.write( "the key thing to realize is that the amount of actual pure acid before adding water is THE SAME as the amount of actual pure acid after adding water - its just that in one case you have less liquid but a stronger solution and in the other case you have more liquid but a weaker solution\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since the amount of pure acid is the same we can say that\r
\n" ); document.write( "\n" ); document.write( "0.75(75) = 0.45(75 + x)\r
\n" ); document.write( "\n" ); document.write( "56.25 = 33.75 + 0.45x\r
\n" ); document.write( "\n" ); document.write( "if a = b, then b = a, so\r
\n" ); document.write( "\n" ); document.write( "33.75 + 0.45x = 56.25\r
\n" ); document.write( "\n" ); document.write( "0.45x = 22.5\r
\n" ); document.write( "\n" ); document.write( "x = 22.5/0.45\r
\n" ); document.write( "\n" ); document.write( "x = 50 ml
\n" ); document.write( "
\n" );