document.write( "Question 262426: Ten ounces of fruit drink is 90% juice. How many ounces of water must be added to dilute the micture to 50% fruite juice? \n" ); document.write( "
Algebra.Com's Answer #193343 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.90*10=.50(10+X)
\n" ); document.write( "9=5+.5X
\n" ); document.write( ".5X=9-5
\n" ); document.write( ".5X=4
\n" ); document.write( "X=4/.5
\n" ); document.write( "X=8 OUNCES OF WATER IS USED.
\n" ); document.write( "PROOF:
\n" ); document.write( ".90*10=.5(10+8)
\n" ); document.write( "9=.5*18
\n" ); document.write( "9=9
\n" ); document.write( "
\n" );