document.write( "Question 1093174: a solution containing 8% salt is to be mixed with a solution containing 16% salt to obtain a 50 liter mixture with 10%. How many liters of each solution should be used? \n" ); document.write( "
Algebra.Com's Answer #707785 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "let x = volume in liters of the 8% solution,\r\n" );
document.write( "    y = volume of the 16% solution.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then\r\n" );
document.write( "\r\n" );
document.write( "    x +     y = 50,         (1)    (total volume equation)\r\n" );
document.write( "0.08x + 0.16y = 0.1*50.     (2)    (salt content equation)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Express x = 50-y from eq(1), and substitute it into eq(2). You will get\r\n" );
document.write( "\r\n" );
document.write( "0.08*(50-y) + 0.16y = 5,\r\n" );
document.write( "\r\n" );
document.write( "4 - 0.08y + 0.16y = 5,\r\n" );
document.write( "\r\n" );
document.write( "0.08y = 5 - 4 = 1  ====>  y = \"1%2F0.08\" = 12.5.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  12.5 liters of the 16% solution and 50-12.5 = 37.5 liters of the 8% solution must be mixed.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Check.   \"%280.08%2A37.5+%2B+0.16%2A12.5%29%2F50\" = 0.1.   ! Correct !\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-----------------
\n" ); document.write( "There is entire bunch of introductory lessons covering various types of mixture problems\r
\n" ); document.write( "\n" ); document.write( "    - Mixture problems\r
\n" ); document.write( "\n" ); document.write( "    - More Mixture problems\r
\n" ); document.write( "\n" ); document.write( "    - Solving typical word problems on mixtures for solutions \r
\n" ); document.write( "\n" ); document.write( "    - Word problems on mixtures for antifreeze solutions \r
\n" ); document.write( "\n" ); document.write( "    - Word problems on mixtures for alloys \r
\n" ); document.write( "\n" ); document.write( "    - Typical word problems on mixtures from the archive\r
\n" ); document.write( "\n" ); document.write( "in this site.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Read them and become an expert in solution mixture word problems.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Also, you have this free of charge online textbook in ALGEBRA-I in this site\r
\n" ); document.write( "\n" ); document.write( "    - ALGEBRA-I - YOUR ONLINE TEXTBOOK.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The referred lessons are the part of this textbook in the section \"Word problems\" under the topic \"Mixture problems\".\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Save the link to this online textbook together with its description\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Free of charge online textbook in ALGEBRA-I\r
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/quadratic/lessons/ALGEBRA-I-YOUR-ONLINE-TEXTBOOK.lesson\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to your archive and use it when it is needed.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );