document.write( "Question 73047: How many liters of a 20% alcohol solution and a 10% alcohol solution should be mixed to obtain 50 liters of a 12% alcohol solution? \n" ); document.write( "
Algebra.Com's Answer #52308 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Let x=number of liters of 20% solution, y=# of liters of 10% solution
\n" ); document.write( "If we want 50 liters of the combined sum of the 2 solutions it will look like this
\n" ); document.write( "\"x%2By=50\"
\n" ); document.write( "Since we want 50 liters of 12% solution it comes to
\n" ); document.write( "\"50%2A0.12=6\"
\n" ); document.write( "And to mix the solutions we use the equation (for instance 30% of 10 liters + 20% of 10 liters = 5 liters, this is an example not the answer)
\n" ); document.write( "\"0.2x%2B0.1y=6\"
\n" ); document.write( "Now use the linear solver to get our answer
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: Linear System solver (using determinant)
Solve:
\n" ); document.write( " \"+system%28+%0D%0A++++1%5Cx+%2B+1%5Cy+=+50%2C%0D%0A++++0.2%5Cx+%2B+0.1%5Cy+=+6+%29%0D%0A++\"
\n" ); document.write( "
\n" ); document.write( " Any system of equations:
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " has solution
\n" ); document.write( "
\n" ); document.write( " or
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " (x=10, y=40}
\n" ); document.write( "

\n" ); document.write( "\n" ); document.write( "So we want 10 liters of 20% solution and 40 liters of 10% solution
\n" ); document.write( "
\n" );