document.write( "Question 692975: Please help me solve this:\r
\n" );
document.write( "\n" );
document.write( "x liters of a 5% salt solution are added to 10 liters of a 2% salt solution., Find th eend concentration as a function of x How much solution do you end up with? How much salt does it contain? \n" );
document.write( "
Algebra.Com's Answer #427283 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! x liters of a 5% salt solution are added to 10 liters of a 2% salt solution., \n" ); document.write( " Find the end concentration as a function of x \n" ); document.write( " How much solution do you end up with? \n" ); document.write( "You end up with (x+10) liters \n" ); document.write( ": \n" ); document.write( " How much salt does it contain? \n" ); document.write( "let y = the final concentration of salt, in decimal form \n" ); document.write( ".05x + .02(10) = y(x+10) \n" ); document.write( ".05x + .2 = y(x+10) \n" ); document.write( " \n" ); document.write( "Change to per cent \n" ); document.write( "100* |