document.write( "Question 279656: Translate the problem into a pair of linear equations in two variables. Solve the equations using either elimination or substitution. State your answer for the specified variable.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "In a chemistry class, 5 liters of a 4%-saline solution must be mixed with a 10% solution to get a 6% solution. How many liters of the 10% solution are needed? \n" );
document.write( "
Algebra.Com's Answer #203282 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( "5*.04+.1x=.06*(x+5) \n" ); document.write( "x=2.5\r \n" ); document.write( "\n" ); document.write( "or \n" ); document.write( "y=x+5 \n" ); document.write( "x=y-5 \n" ); document.write( "5*.04+.1x=.06*y \n" ); document.write( "x=2.5 \n" ); document.write( " \n" ); document.write( " |