document.write( "Question 600396: How many ml of 1.5% solution must be mixed with a 25% solution to prepare 1000ml of 6.5% solution? \r
\n" );
document.write( "\n" );
document.write( " please show your work so that i can learn how to solve the problem on my ptcb test this is an example only \n" );
document.write( "
Algebra.Com's Answer #379334 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! let \n" ); document.write( "1.5% solution = x ml \n" ); document.write( "25% solution = (1000-x) ml\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1.5/100 * x + 25/100 * (1000-x) = 6.5/100 * 1000 \n" ); document.write( "0.015x + 0.25*(1000-x) = 65 \n" ); document.write( "0.015x + 250 - 0.25x = 65 \n" ); document.write( "250 - 65 = 0.25x - 0.015x \n" ); document.write( "185 = 0.235x \n" ); document.write( "x = 185/0.235 = 37/0.047 = 37000/47 ml\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so 1.5% solution needed is 37000/47 ml\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |