document.write( "Question 771985: How many ml of water should be mixed with 1200ml of a 65% solution to make a 45% solution? \n" ); document.write( "
Algebra.Com's Answer #471237 by modi.kk91(20)\"\" \"About 
You can put this solution on YOUR website!
let mixed water =x at o%\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " 0%*x+1200*65%=45%*(x+1200)\r
\n" ); document.write( "\n" ); document.write( " 78000=45x+54000
\n" ); document.write( "
\n" ); document.write( " 24000=45x\r
\n" ); document.write( "\n" ); document.write( " x=24000/45
\n" ); document.write( "
\n" );