document.write( "Question 1056038: An order is written for 15 grams of a 5% lidocaine topical cream. Only 3% concentration and 6% concentration are available. How much of the 3% concentration must be added to the 6% concentration to fill this order? \n" ); document.write( "
Algebra.Com's Answer #671204 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! An order is written for 15 grams of a 5% lidocaine topical cream. Only 3% concentration and 6% concentration are available. How much of the 3% concentration must be added to the 6% concentration to fill this order? \n" ); document.write( "------------ \n" ); document.write( "t = amount of 3% \n" ); document.write( "s = amount of 6% \n" ); document.write( "--- \n" ); document.write( "t + s = 15 \n" ); document.write( "3t + 6s = 15*5 \n" ); document.write( " \n" ); document.write( " |