document.write( "Question 150850: Solve This Problem Interactively Customize This Problem
\n" );
document.write( "A mixture containing 6% salt is to be mixed with 2 ounces of a mixture which is 15% salt, in order to obtain a solution which is 12% salt. How much of the first solution must be used?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #110806 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A mixture containing 6% salt is to be mixed with 2 ounces of a mixture which is 15% salt, in order to obtain a solution which is 12% salt. How much of the first solution must be used? \n" ); document.write( ": \n" ); document.write( "How do you solve a problem \"Interactively\"? \n" ); document.write( ": \n" ); document.write( "Anyway. \n" ); document.write( ": \n" ); document.write( "Let x = amt of 1st solution required \n" ); document.write( ": \n" ); document.write( ".06x + .15(2) = .12(x+2) \n" ); document.write( ": \n" ); document.write( ".06x + .3 = .12x + .24 \n" ); document.write( ": \n" ); document.write( ".3 - .24 = .12x - .06x \n" ); document.write( ": \n" ); document.write( ".06 = .06x \n" ); document.write( ": \n" ); document.write( "x = 1 oz of the 1st solution required \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution: \n" ); document.write( ".06(1) + .15(2) = .12(1+2) \n" ); document.write( ".06 + .30 = .36 \n" ); document.write( " |