document.write( "Question 1151537: A 4% salt solution is mixed with a 16% salt solution to obtain 600ml of 10% salt solution. How much of the 4% salt solution was used
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #773312 by Theo(13342)![]() ![]() You can put this solution on YOUR website! x = number of ml of the 4% salt solution. \n" ); document.write( "y = number of ml of the 16% salt solution. \n" ); document.write( "you get two equations that need to be solved simultaneously. \n" ); document.write( "they are: \n" ); document.write( "x + y = 600 \n" ); document.write( ".04 * x + .16 * y = .10 * 600 \n" ); document.write( "the first equation gets yu the total milliliters used. \n" ); document.write( "the second equation gets you the total amount of salt in the mixture.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify the equations to get: \n" ); document.write( "x + y = 600 \n" ); document.write( ".04 * x + .16 * y = 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply both sides of the first equation by .04 and leave the second equation as is to get: \n" ); document.write( ".04 * x + .04 * y = 24 \n" ); document.write( ".04 * x + .16 * y = 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract the first equation from the second to get: \n" ); document.write( ".12 * y = 36 \n" ); document.write( "solve for y to get: \n" ); document.write( "y = 36 /.12 = 300\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since x = y = 600, then x must be equal to 300.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have x = 300 and y = 300 \n" ); document.write( "you also have .04 * 300 + .16 * 300 = 12 + 48 = 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "both equations are true when x = 300 and y = 300\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "first equation is x + y = 600 which becomes 300 + 300 = 600 which is true. \n" ); document.write( "second equation becomes .04 * 300 + .16 * 300 = .10 * 600 which becomes 12 + 48 = 60 which is also true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is that 300 milliliters of the 4% solution was used.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |