document.write( "Question 703666: Mixing a 10% solution with a 18% solution to produce 5 pounds of a 12% solution. How many pounds of the 10% solution are required? \n" ); document.write( "
Algebra.Com's Answer #433617 by nshah11(47) ![]() You can put this solution on YOUR website! Assume x lbs of 10% solution is mixed with (5 - x) lbs of 18% solution.\r \n" ); document.write( "\n" ); document.write( "(0.1x + 0.18(5 -x))/5 = 0.12\r \n" ); document.write( "\n" ); document.write( "-0.08x + 0.9 = 0.6\r \n" ); document.write( "\n" ); document.write( "x = 3.75 lbs \n" ); document.write( " |