document.write( "Question 155666: How many liters of a 10% alcohol solution must be mixed with 70 liters of a 90% solution to get a 30% solution?\r
\n" );
document.write( "\n" );
document.write( "Thanks in advance for your help! \n" );
document.write( "
Algebra.Com's Answer #114703 by Earlsdon(6294) ![]() You can put this solution on YOUR website! Let x = the number of liters of 10% alcohol solution to be added to 70 liters of 90% alcohol solution to get (x+70) liters of 30% alcohol solution. \n" ); document.write( "After changing the percentages to their decimal equivalents, we can express this as: \n" ); document.write( "(0.1)x + (0.9)(70) = (x+70)(0.3) Simplify this and solve for x. \n" ); document.write( "0.1x+63 = 0.3x+21 Subtract 0.1x from both sides. \n" ); document.write( "63 = 0.2x+21 Subtract 21 from both sides. \n" ); document.write( "42 = 0.2x Finally, divide both sides by 0.2 \n" ); document.write( "x = 210 liters. \n" ); document.write( "You would need to mix 210 liters of a 10% alcohol solution to 70 liters of 90% alcohol solution to obtain 280 (210+70) liters of 30% alcohol solution. \n" ); document.write( " |