document.write( "Question 154253: A chemist is making a solution that is to be 55% chlorine. He has one solution that is 40% chlorine and another that is 65% chlorine. He wants 100 liters of the final solution. How much of each should he mix?\r
\n" );
document.write( "\n" );
document.write( "a. Choose a variable to represent the amount of the first solution. Then find the amount of the second solution to be added to make 100 liters. Now figure out how much chlorine is in each solution.\r
\n" );
document.write( "\n" );
document.write( "b. Write the equation.\r
\n" );
document.write( "\n" );
document.write( "c. Solve the equation \n" );
document.write( "
Algebra.Com's Answer #113575 by mangopeeler07(462)![]() ![]() ![]() You can put this solution on YOUR website! x=amount of 40% \n" ); document.write( "y=amount of 65% \n" ); document.write( "coefficient=percentage\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "40x+65y=55(x+y) \n" ); document.write( "x+y=100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug 100 in for x+y \n" ); document.write( "40x+65y=55(100)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve for y \n" ); document.write( "y=100-x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug that in for y \n" ); document.write( "40x+65(100-x)=55(100) \n" ); document.write( "40x+6500-65x=5500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Combine like terms \n" ); document.write( "-25x+6500=5500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Subtract 6500 from both sides \n" ); document.write( "-25x=-1000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Divide both sides by -25 \n" ); document.write( "x=40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "40+y=100 \n" ); document.write( "y=60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "40L=amount of 40% \n" ); document.write( "60L=amount of 65% \n" ); document.write( " |