document.write( "Question 476538: HOW MANY OUNCES OF EACH 15% AND 25% HYDROCHLORIC ACID SOLUTIONS MUST BE COMBINED TO PRODUCE A 20 OZ OF THE SOLUTION THAT IS 20%HYDROCHLORIC ACID? \n" ); document.write( "
Algebra.Com's Answer #326792 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! HOW MANY OUNCES OF EACH 15% AND 25% HYDROCHLORIC ACID SOLUTIONS MUST BE COMBINED TO PRODUCE A 20 OZ OF THE SOLUTION THAT IS 20%HYDROCHLORIC ACID? \n" ); document.write( ": \n" ); document.write( "Let x = amt of 25% acid required \n" ); document.write( "the total is to be 20 oz, therefore: \n" ); document.write( "(20-x) = amt of 15% acid required \n" ); document.write( ": \n" ); document.write( ".25x + .15(20-x) = .20(20) \n" ); document.write( ".25x + 3 - .15x = 4 \n" ); document.write( ": \n" ); document.write( "you should be able to solve this now \n" ); document.write( " |