document.write( "Question 34661: A pharmacist needs 6 oz of a 30% codeine solution, but he only has bottle of 20% and 50% codeine solutions. Find how many ounces from each bottle should be mixed for this prescription. \n" ); document.write( "
Algebra.Com's Answer #20939 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! \"A pharmacist needs 6 oz of a 30% codeine solution\" Of refering to the product: \n" ); document.write( "Let the solution be x \n" ); document.write( "Equation: \n" ); document.write( "20x+50(6-x)=30(6) \n" ); document.write( "20x+300-50x=180 \n" ); document.write( "-30x=-120 \n" ); document.write( "x=4 \n" ); document.write( "6-4=2 \n" ); document.write( "Hence, he needs 4 oz of 20% and 2 oz of 50%. \n" ); document.write( "Paul. \n" ); document.write( " |