document.write( "Question 33157: A pharmacists needs to obtain a 70% alcohol solution. How many ounces of a 30% alcohol solution must be mixed with 40 ounces of an 80% alcohol solution to obtain a 70% alcohol solution? \n" ); document.write( "
Algebra.Com's Answer #19584 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let the solution be x for 30% \n" ); document.write( "Let y=40-x be the solution for 80% \n" ); document.write( "Equation: \n" ); document.write( "30x+80(40-x)=70(40) \n" ); document.write( "30x-80x=70(40)-80(40) \n" ); document.write( "-40x=-400 \n" ); document.write( "x=10 \n" ); document.write( "40-10=30 \n" ); document.write( "Hence, about 10 ounces is needed for 30% and 30 ounces is needed ofr 80%. \n" ); document.write( "Paul. \n" ); document.write( " |