document.write( "Question 146027: Sarah wants to mix 400 liters of a solution that is 57.5% iodine. She has two solutions availiable. One is 20% and the other is 70% iodine. How many of each should Sarah use? \n" ); document.write( "
Algebra.Com's Answer #106578 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=amount of 70% solution needed \n" ); document.write( "Then 400-x=amount of 20% solution needed\r \n" ); document.write( "\n" ); document.write( "Now we know that the amount of pure iodine in the 70% solution (0.70x) plus the amount of pure iodine in the 20% solution (0.20(400-x)) has to equal the amount of pure iodine in the final mixture (400*0.575). So our equation to solve:\r \n" ); document.write( "\n" ); document.write( "0.70x+0.20(400-x)=400*0.575 get rid of parens (distributive law)\r \n" ); document.write( "\n" ); document.write( "0.70x+80-0.20x=230 subtract 80 from each side \n" ); document.write( "0.70x+80-80-0.20x=230-80 collect like terms \n" ); document.write( "0.50x=150 divide each side by 0.5\r \n" ); document.write( "\n" ); document.write( "x=300 liters-------------------------amount of 70% solution needed\r \n" ); document.write( "\n" ); document.write( "400-x=400-300=100 liters----------------amount of 20% solution needed\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "300*0.7+100*0.2=400*0.575 \n" ); document.write( "210+20=230 \n" ); document.write( "230=230\r \n" ); document.write( "\n" ); document.write( "We can also work this problem using two unknowns:\r \n" ); document.write( "\n" ); document.write( "Let x=amount of 70% solution needed \n" ); document.write( "And let y=amount of 20% solution needed\r \n" ); document.write( "\n" ); document.write( "Now we are told that: \n" ); document.write( "x+y=400-------------------------------eq1 \n" ); document.write( "0.7x+0.2y=400*0.575---------------------------eq2\r \n" ); document.write( "\n" ); document.write( "From eq1, substitute y=400-x into eq2 and we have the same equation as before\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |