document.write( "Question 917822: A scientist wants to make 6 milliliters of a 30% alcohol solution. The solution is to be made from a combination of a 20% alcohol solution and a 50% alcohol solution.\r
\n" );
document.write( "\n" );
document.write( "a. Write a system of two equations that model this situation (Define variables)
\n" );
document.write( "b. How many milliliters of each solution must be combined to get 6 milliliters of 30% alcohol solution? \n" );
document.write( "
Algebra.Com's Answer #556815 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! We need a total of 6 mL at 30% \n" ); document.write( "We want to know how many mL at 20% to mix with 50% \n" ); document.write( "a+b=6, \n" ); document.write( "0.2*a+0.5*b=0.3*6 \n" ); document.write( "a=6-b \n" ); document.write( "0.2*(6-b)+0.5*b=1.8 \n" ); document.write( "1.2-0.2b+0.5*b=1.8 \n" ); document.write( "0.3*b=0.6 \n" ); document.write( "b=2 \n" ); document.write( "a=6-b \n" ); document.write( "a=4 mL at 20% \n" ); document.write( "b=2 mL at 50% \n" ); document.write( "check \n" ); document.write( "0.2*4+0.5*2=0.3*6 \n" ); document.write( "0.8+1=1.8 \n" ); document.write( "1.8=1.8 \n" ); document.write( "ok \n" ); document.write( "codemx1 \n" ); document.write( " \n" ); document.write( " |