document.write( "Question 910752: A scientist has a beaker contain 20 mL of a solution containing 20% acid. To dilute this pure water is added.
\n" );
document.write( "a. Write the equation for the concentration in the beaker after adding n mL of water.
\n" );
document.write( "b. Find the concentration if 10 mL of water is added
\n" );
document.write( "c. How much mL of water must be added to equal 4%
\n" );
document.write( "d. what is the behavior as n approaches infinity, and what is the physical significance of this? \n" );
document.write( "
Algebra.Com's Answer #552648 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A scientist has a beaker contain 20 mL of a solution containing 20% acid. To dilute this pure water is added. \n" ); document.write( " a. Write the equation for the concentration in the beaker after adding n mL of water. \n" ); document.write( "Equation: \n" ); document.write( "acid + acid = acid \n" ); document.write( "0.20*20 + 0*n = x(20+n) \n" ); document.write( "---------------------------- \n" ); document.write( " b. Find the concentration if 10 mL of water is added \n" ); document.write( "0.20*20 + 0*10 = x(20+10) \n" ); document.write( "Multiply thru by 100 to get:: \n" ); document.write( "20*20 + 0 = x(3000) \n" ); document.write( "x = 400/(3000 \n" ); document.write( "x = 13.3% \n" ); document.write( "---------------- \n" ); document.write( " c. How much mL of water must be added to equal 4% \n" ); document.write( "0.20*20 + 0*n = 0.04(20+n) \n" ); document.write( "20*20 + 0 = 4(20+n) \n" ); document.write( "100 = 20+n \n" ); document.write( "n = 80 ml \n" ); document.write( "------------------ \n" ); document.write( " d. what is the behavior as n approaches infinity, and what is the physical significance of this? \n" ); document.write( "As more and more water is added the concentration approaches 0% \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------- \n" ); document.write( " |