document.write( "Question 325750: A 40% antifreeze solution is to be mixed with a 70% solution to get 90 L of a 50% solution. How many liters of the 40% and 70% solutions will be needed?\r
\n" );
document.write( "\n" );
document.write( "I must solve this problem using a system of equations.\r
\n" );
document.write( "\n" );
document.write( "my first equation is x + y = 90, am I on the right track? what would the second equation be? \n" );
document.write( "
Algebra.Com's Answer #233191 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A 40% antifreeze solution is to be mixed with a 70% solution to get 90 L of a 50% solution. How many liters of the 40% and 70% solutions will be needed? \n" ); document.write( "----------------- \n" ); document.write( "Quantity Equation: x + y = 90 L \n" ); document.write( "Alcohol Equation:0.4x+0.7y = 0.5*90 \n" ); document.write( "----------------------------------------- \n" ); document.write( "Multiply thru 1st by 4 \n" ); document.write( "Multiply thru 2nd by 10 \n" ); document.write( "=========================================== \n" ); document.write( "4x + 4y = 4*90 \n" ); document.write( "4x + 7y = 5*90 \n" ); document.write( "-------------------------- \n" ); document.write( "Subtract 1st from 2nd and solve for \"y\": \n" ); document.write( "3y = 90 \n" ); document.write( "y = 30 L (amt of 70% antifreeze needed in the mixture) \n" ); document.write( "---- \n" ); document.write( "Since x + y = 90, x = 60 L (amt of 40% antifreeze needed in the mixture) \n" ); document.write( "========================================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |