document.write( "Question 844963: acid 'a' is 30% acid. acid 'b' is 70% acid. How much of each should be mixed to make 40 ml of a 45% acid?. \n" ); document.write( "
Algebra.Com's Answer #509033 by Theo(13342)![]() ![]() You can put this solution on YOUR website! x = the number of ml of solution A. \n" ); document.write( "y = the number of ml of solution B. \n" ); document.write( ".30x = the number of ml of acid in solution A. \n" ); document.write( ".70y = the number of ml of acid in solution B. \n" ); document.write( "the equations you need to solve are: \n" ); document.write( "x + y = 40 \n" ); document.write( ".30x + .70y = .45 * 40 \n" ); document.write( "the first equations tells you the total ml of each solution. \n" ); document.write( "the second equation tells you the ml of acid in each solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify these equations to get: \n" ); document.write( "x + y = 40 \n" ); document.write( ".30x + .70y = 18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for y in the first equation to get y = 40-x \n" ); document.write( "substitute 40-x for y in the second equation to get: \n" ); document.write( ".30x + .70(40-x) = 18 \n" ); document.write( "simplify to get: \n" ); document.write( ".30x + 28 - .7x = 18 \n" ); document.write( "combine like terms to get: \n" ); document.write( "-.4x + 28 = 18 \n" ); document.write( "subtract 28 from both sides of this equation to get: \n" ); document.write( "-.4x = 18 - 28 \n" ); document.write( "simplify to get: \n" ); document.write( "-.4x = -10 \n" ); document.write( "divide both sides of this equation by -.4 to get: \n" ); document.write( "x = -10 / -.4 which result in: \n" ); document.write( "x = 25 \n" ); document.write( "since x + y = 40, then: \n" ); document.write( "y = 15 because 25 + 15 = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have: \n" ); document.write( "x = 25ml \n" ); document.write( "y = 15 ml\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the amount of acid in 25 ml of solution A is equal to .30 * 25 = 7.5 ml. \n" ); document.write( "the amount of acid in 15 ml of solution B is equal to .70 * 15 = 10.5 ml.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total amount of acid in 40 ml of the mixture that contains 25 ml of solution A and 15 ml of solution B is 7.5 + 10.5 = 18 ml.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "18 / 40 is equal to .45 which is equal to 45%, so the numbers are good. \n" ); document.write( " \n" ); document.write( " |