document.write( "Question 1057725: A 10% acid solution is to be mixed with a 50% acid solution in order to get 120oz of 20% acid solution. How much of each solution should be used? \n" ); document.write( "
Algebra.Com's Answer #672735 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let the amount of 10% acid solution be x. \n" ); document.write( "Then, the amount at 50% will be 120-x \n" ); document.write( "0.10x+0.50(120-x) = 0.2(120) \n" ); document.write( "0.1x+60-0.5x = 24 \n" ); document.write( "-0.4x = -36 \n" ); document.write( "x = -36/-0.4 divide, remember that -/- = + \n" ); document.write( "x = 90 You need 90 ounces of the 10% solution and 120-90 = 30oz at 50%. \n" ); document.write( "--------------------------------- \n" ); document.write( "check: \n" ); document.write( ".1*90+.5*30 = 24 Correct \n" ); document.write( " |