document.write( "Question 259556: A doctor prescribes an ointment that is 2% hydrocortisone. A pharmacist has 1% and 5% concentrations in stock. How much of each should the pharmacist use to make a 1-ounce tube? \n" ); document.write( "
Algebra.Com's Answer #191239 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let A be the amount of 1% and B be the amount of 5%.
\n" ); document.write( "Volume equation : \"A%2BB=1\"
\n" ); document.write( "Concentration equation: \"A%2B5B=2%28A%2BB%29=2\"
\n" ); document.write( "From the first equation,
\n" ); document.write( "\"A=1-B\"
\n" ); document.write( "Substitute in the second equation,
\n" ); document.write( " \"A%2B5B=2\"
\n" ); document.write( "\"%281-B%29%2B5B=2\"
\n" ); document.write( "\"4B=1\"
\n" ); document.write( "\"B=1%2F4\"
\n" ); document.write( "Then
\n" ); document.write( "\"A=1-B\"
\n" ); document.write( "\"A=1-1%2F4\"
\n" ); document.write( "\"A=3%2F4\"
\n" ); document.write( "3/4 oz of 1% and 1/4 oz of 2%.
\n" ); document.write( "
\n" );