document.write( "Question 549016: The pickling company wants to make 1400 liters of a 6% brine(salt) solution by mixing a 15% brine solution with water. How much of each should be used to accomplish this?\r
\n" );
document.write( "\n" );
document.write( "I thought the equation should look something like 15%B + W = 6% times 1400. But I can't get that to work. \n" );
document.write( "
Algebra.Com's Answer #357440 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The pickling company wants to make 1400 liters of a 6% brine(salt) solution by mixing a 15% brine solution with water. How much of each should be used to accomplish this? \n" ); document.write( "** \n" ); document.write( "let x=liters of 15% solution to mix with water \n" ); document.write( "1400-x=liters of water to mix with 15% solution \n" ); document.write( "15%x+0%(1400-x)=6%(1400) \n" ); document.write( ".15x=.06(1400) \n" ); document.write( "x=(.06/.15)*1400=560 \n" ); document.write( "1400-x=840 \n" ); document.write( "ans: \n" ); document.write( "liters of 15% solution to mix with water=560 \n" ); document.write( "liters of water to mix with 15% solution=840 \n" ); document.write( " |