document.write( "Question 1015663: Scott wants to make a 31% saline solution. He has already poured 1 ml of a 82% saline solution into a beaker. How many ml of a 14% saline solution must he add to this to create the desired mixture? Need the equation \n" ); document.write( "
Algebra.Com's Answer #632014 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the amount of 14% solution he needs to add, x. Then we set this up as \n" ); document.write( "1(.82) + x(.14) = (1+x)(.31) \n" ); document.write( ".82 + .14x = .31 + .31x \n" ); document.write( ".51x = .17x \n" ); document.write( "x = 3 mL of the 14% solution \n" ); document.write( " |