document.write( "Question 257395: A fruit drink concentrate is 15% water. How many liters of pure water should be added to 12 L of concentrate to produce a mixture that is 50% water? \n" ); document.write( "
Algebra.Com's Answer #189327 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
.15*12+1*x=.5(12+x)
\n" ); document.write( "1.8+x=6+.5x
\n" ); document.write( "18+10x=60+5x
\n" ); document.write( "10x-5x=60-18
\n" ); document.write( "5x=42
\n" ); document.write( "x=42/5
\n" ); document.write( "x=8.4 liters of pure water\r
\n" ); document.write( "\n" ); document.write( "check
\n" ); document.write( "1.8+8.4=.5(20.4)
\n" ); document.write( "10.2=10.2
\n" ); document.write( "ok
\n" ); document.write( "
\n" );