document.write( "Question 387536: A chemist has only 50% and 20% sulfuric acid on his laboratory. How much of each should be mixed to obtain 12 liters of a 30% acid solution? \n" ); document.write( "
Algebra.Com's Answer #274008 by gwendolyn(128)![]() ![]() You can put this solution on YOUR website! Let \n" ); document.write( "f = amount of 50% solution used \n" ); document.write( "t = amount of 20% solution used. \n" ); document.write( "The problem states that we want a total of 12 liters of solution, so: \n" ); document.write( "f + t = 12 \n" ); document.write( "We solve for f (we could solve for t, but we picked one at random): \n" ); document.write( "f = 12 - t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can also form an equation based on the anount of acid in each term. \n" ); document.write( "The amount of acid contributed by f and the amount of acid contributed \n" ); document.write( "by t added together need to add up to the amount of acid in the final solution. \n" ); document.write( "To do this, we convert each percentage to the equivalent decimal factor \n" ); document.write( "(50% = .5; 20% = .2; 30% = .3)\r \n" ); document.write( "\n" ); document.write( "So, in equation form:\r \n" ); document.write( "\n" ); document.write( ".5f + .2t = (.3)*12 \n" ); document.write( ".5f + .2t = 3.6 \n" ); document.write( "Let's multiply the entire equation by 10 just so we can use whole numbers: \n" ); document.write( "5f + 2t = 36\r \n" ); document.write( "\n" ); document.write( "Now we substitute the value of f from the first equation into the second equation:\r \n" ); document.write( "\n" ); document.write( "5(12 - t) + 2t = 36 \n" ); document.write( "60 - 5t + 2t = 36 \n" ); document.write( "60 - 3t = 36\r \n" ); document.write( "\n" ); document.write( "Subtract 60 from both sides to isolate the term with a variable:\r \n" ); document.write( "\n" ); document.write( "60 - 3t - 60 = 36 - 60 \n" ); document.write( "-3t = -24\r \n" ); document.write( "\n" ); document.write( "Divide both sides by -3 to solve for t: \n" ); document.write( " \n" ); document.write( "t = 8 \r \n" ); document.write( "\n" ); document.write( "And since f = 12 - t, we can solve for f: \n" ); document.write( "f = 12 - 8 \n" ); document.write( "f = 4 \n" ); document.write( " \n" ); document.write( " |