document.write( "Question 1007657: In Chemistry Class, you mixed a 3% saline solution and a 25% saline solution that resulted in 50 ml of 20% saline solution.\r
\n" );
document.write( "\n" );
document.write( "How much of the 3% saline solution did you use?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #623501 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let x be the amount of 3% solution. \n" ); document.write( "Thus 50-x is the amount of 25% solution. \n" ); document.write( "The set up looks like this: \n" ); document.write( ".03x + .25(50-x) = .20(50) \n" ); document.write( ".03x + 12.5 - .25x = 10 \n" ); document.write( "-.22x = -2.5 \n" ); document.write( "x = 2.5/.22 = 11.36 ml of 3% solution \n" ); document.write( " |