document.write( "Question 825251: Solve the following problem using Elimination method.\r
\n" );
document.write( "\n" );
document.write( "1. how many gallons of 20% alcohol solution and 50% alcohol solution must be mixed to get 9 gallons of 30% alcohol solution?\r
\n" );
document.write( "\n" );
document.write( "2. an airplane flying in the same direction as the wind can cover a certain distance in 2hrs. the return trip is against the direction of wind and takes 2.5 hrs. what are the speeds of the wind and the plane, if the one-way distance is 960km?\r
\n" );
document.write( "\n" );
document.write( "3. it takes a boat 2hrs to travel 24km downstream and 3hrs to travel 18km upstream. what are the speeds of the boat in still water and of the current of the river? \n" );
document.write( "
Algebra.Com's Answer #497163 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "This post contains three different questions. \n" ); document.write( "I will answer the first question. \n" ); document.write( "--- \n" ); document.write( "question: \n" ); document.write( "How many gallons of 20% alcohol solution and 50% alcohol solution must be mixed to get 9 gallons of 30% alcohol solution? \n" ); document.write( "--- \n" ); document.write( "x = gallons of 20% solution \n" ); document.write( "y = gallons of 50% solution \n" ); document.write( "--- \n" ); document.write( "20x + 50y = 30*9 \n" ); document.write( "x + y = 9 \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form \n" ); document.write( "--- \n" ); document.write( "20x + 50y = 270 \n" ); document.write( "x + y = 9 \n" ); document.write( "--- \n" ); document.write( "copy and paste the above linear system in standard form into this matrix-method solver: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( "solution by matrix method: \n" ); document.write( "x = gallons of 20% solution = 6 \n" ); document.write( "y = gallons of 50% solution = 3 \n" ); document.write( "--- \n" ); document.write( "system matrix \n" ); document.write( "20 50 \n" ); document.write( "1 1 \n" ); document.write( "--- \n" ); document.write( "inverse of system matrix \n" ); document.write( "-0.033333333 1.6666667 \n" ); document.write( "0.033333333 -0.66666667 \n" ); document.write( "--- \n" ); document.write( "determinant of system matrix = -30 \n" ); document.write( "--- \n" ); document.write( "now the solution by elimination: \n" ); document.write( "--- \n" ); document.write( "20x + 50y = 270 \n" ); document.write( "(x + y = 9)*(-20) \n" ); document.write( "--- \n" ); document.write( "20x + 50y = 270 \n" ); document.write( "-20x - 20y = -180 \n" ); document.write( "--- \n" ); document.write( "add the system: \n" ); document.write( "30y = 90 \n" ); document.write( "--- \n" ); document.write( "y = 3 \n" ); document.write( "--- \n" ); document.write( "x + y = 9 \n" ); document.write( "x + 3 = 9 \n" ); document.write( "--- \n" ); document.write( "x = 6 \n" ); document.write( "--- \n" ); document.write( "solution by elimination method: \n" ); document.write( "x = gallons of 20% solution = 6 \n" ); document.write( "y = gallons of 50% solution = 3 \n" ); document.write( "--- \n" ); document.write( "NOTE: \n" ); document.write( "solution by matrix method agrees with solution by elimination method \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |