document.write( "Question 755395: I need to find a system of equations and solve.
\n" ); document.write( "I'm not sure how i would set up the equation\r
\n" ); document.write( "\n" ); document.write( "x ml of a 60% salt solution are mixed with y ml of a 90% salt solution. The result is 35 ml of a 72% salt solution.
\n" ); document.write( "

Algebra.Com's Answer #459626 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
I need to find a system of equations and solve.
\n" ); document.write( "I'm not sure how i would set up the equation
\n" ); document.write( "x ml of a 60% salt solution are mixed with y ml of a 90% salt solution. The result is 35 ml of a 72% salt solution
\n" ); document.write( "***
\n" ); document.write( "let x=amount of 60% solution to be mixed with 90% solution
\n" ); document.write( "let y=amount of 90% solution to be mixed with 60% solution
\n" ); document.write( "x+y=35
\n" ); document.write( "60%x+90%y=72%*35
\n" ); document.write( "0.6x+0.9y=0.72*35
\n" ); document.write( "6x+9y=7.2*35
\n" ); document.write( "x=35-y
\n" ); document.write( "6(35-y)+9y=252
\n" ); document.write( "210-6y+9y=252
\n" ); document.write( "3y=42
\n" ); document.write( "y=14 ml
\n" ); document.write( "x=21 ml
\n" ); document.write( "
\n" );