document.write( "Question 798998: My problem is \"Suppose you wish to mix 10% acid solution with 24% acid solution to make 10 liters of 14% acid solution. How many liters of each solution should you use?\" \r
\n" );
document.write( "\n" );
document.write( "So all I can think to do is .1x+.24x=.14(10) then solve for x but that gives me 4.11 and I can't mix two 4 liter solutions to make 10 liters obviously that makes no sense. \n" );
document.write( "
Algebra.Com's Answer #482586 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! \"Suppose you wish to mix 10% acid solution with 24% acid solution to make 10 liters of 14% acid solution. \n" ); document.write( " How many liters of each solution should you use?\" \n" ); document.write( ": \n" ); document.write( "Do it this way, \n" ); document.write( "Let x = amt of 24% solution \n" ); document.write( "then total amt is to e 10 l, therefore \n" ); document.write( "(10-x) = amt of 10% solution \n" ); document.write( ": \n" ); document.write( "A simple mixture equation \n" ); document.write( ".24x + .10(10-x) = .14(10) \n" ); document.write( " |