document.write( "Question 500026: How many milliliters of a 7% alcohol solution must be added to 5 milliliters of a 31% alcholol solution to produce a 15% alcohol solution? \n" ); document.write( "
Algebra.Com's Answer #337955 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
percent ---------------- quantity
\n" ); document.write( "Alcohol I 31 ---------------- 5 ml
\n" ); document.write( "Alcohol II 7 ---------------- x ml
\n" ); document.write( "Mixture 15 ---------------- 5 + x ml
\n" ); document.write( "
\n" ); document.write( "31*5+7x =15(5+x )
\n" ); document.write( "155+7x = 75 + 15 x
\n" ); document.write( "7x-15x = 75 - -155
\n" ); document.write( "-8x= -80
\n" ); document.write( "/ -8
\n" ); document.write( "x = 10
\n" ); document.write( " 10 ml of 7 % Alcohol II
\n" ); document.write( "
\n" ); document.write( "
\n" );