document.write( "Question 401697: A doctor prescribes an ointment that is 5% hydrocortisone. A pharmacist has 1% and 9% concentrations in stock. How many ounces of each should the pharmacist use to make a 1-ounce tube?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #284310 by edjones(8007) You can put this solution on YOUR website! Let x=the amount of 1% that is required and 1-x the amount of 9% required. \n" ); document.write( ".01x+.09(1-x)=.05 \n" ); document.write( ".01x+.09-.09x=.05 \n" ); document.write( "-.08x+.09=.05 \n" ); document.write( "-.08x=-.04 \n" ); document.write( "x=.5 oz. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |