document.write( "Question 898026: The manager of a fish store has water that is 10% salt and water that is 25% salt. He needs to fill an aquarium with 5 gallons of water that is 20% salt.\r
\n" );
document.write( "\n" );
document.write( "a. Write a system of linear equations that you can use to determine how many gallons of each type of salt water the manager should combine. Be sure to define your variables.
\n" );
document.write( "b. Solve the system and determine how many gallons of each type of salt water the manager should combine. Show all your work.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #544486 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=5, \n" ); document.write( "0.1*a+0.25*b=0.2*5 \n" ); document.write( "a=5-b \n" ); document.write( "0.1*(5-b)+0.25*b=1 \n" ); document.write( "0.5-0.1b+0.25*b=1 \n" ); document.write( "0.15*b=0.5 \n" ); document.write( "b=3.33333333 \n" ); document.write( "a=5-b \n" ); document.write( "a=1.66666667 b=3.33333333 \n" ); document.write( " \n" ); document.write( " |