document.write( "Question 457619: When three pumps A,B, and C are running together, they can pump 3200 gal an hour. When only A and B are running, 1900 gal per hour can be pumped. When only A and C are running, 1900 gal per hour can be pumped. What is the pumping capaciity of each pump? I set it up like this. \r
\n" );
document.write( "\n" );
document.write( "x+y+z=3200
\n" );
document.write( "x+y=1900
\n" );
document.write( "x+z=1900 \r
\n" );
document.write( "\n" );
document.write( "not sure where to continue im stuck \n" );
document.write( "
Algebra.Com's Answer #313982 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! You've gotten off to a good start, \n" ); document.write( "The three pumps are move water in gallons per hour. \n" ); document.write( "The three pumping rates will be shown as: A, B & C. \n" ); document.write( "(You might as well use the given letters to help keep yourself consistent with the problem.) \n" ); document.write( ". \n" ); document.write( "Running together they pump 3200 gallons per hour. \n" ); document.write( "A + B + C = 3200 \n" ); document.write( ". \n" ); document.write( "We also are told: \n" ); document.write( "A + B = 1900 \n" ); document.write( "which means \n" ); document.write( "A = 1900 - B \n" ); document.write( "and \n" ); document.write( "B = 1900 - A \n" ); document.write( ". \n" ); document.write( "We also are told: \n" ); document.write( "A + C = 1900 \n" ); document.write( "So, \n" ); document.write( "A = 1900 - C \n" ); document.write( "C = 1900 - A \n" ); document.write( ". \n" ); document.write( "Looking back at the first equation, we can substitute for B and C. \n" ); document.write( "A = A \n" ); document.write( "B = 1900-A \n" ); document.write( "C = 1900-A \n" ); document.write( "A +1900-A + 1900-A = 3200 \n" ); document.write( "Collecting terms: \n" ); document.write( "A-2A + 3800 = 3200 \n" ); document.write( "Simplify and subtract 3800 from both sides \n" ); document.write( "-A = -600 \n" ); document.write( "Multiply both sides by -1 (or divide both sides by -1, it doesn't matter which): \n" ); document.write( "A = 600 \n" ); document.write( ". \n" ); document.write( "That means \n" ); document.write( "B = 1900-600 \n" ); document.write( "B = 1300 \n" ); document.write( "and \n" ); document.write( "C = 1900-600 \n" ); document.write( "C = 1300 \n" ); document.write( ". \n" ); document.write( "A + B + C = 600 + 1300 + 1300 \n" ); document.write( "A + B + C = 3200 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |