document.write( "Question 207761: I have received the solution that you sent to me..thanks a lot. but i need again your help..ive been trying to solve this a lot of times but it seems that my knowledge is not yet enough...can you help me solve these two problems??
\n" );
document.write( "1)A water tank is supplied by pipes A and B and emptied by pipe C. If the pipes are open, the tank can be filled in 15 hours. If the tank is full and pipes A and C are open, the tank can be emptied in 10 hours. If the tank is full and pipes B and C are open, the tank can be emptied in 6 hours. If pipe A supplies 50 more liters a minute than pipe B and the capacity of the tank is 45 000 liters, find the number of liters that pass through each pipe per minute.\r
\n" );
document.write( "\n" );
document.write( "2)A contractor worked for 7 days after which he sought the help of his son and together they finished a painting job in 5 days. Had he sought the help of his son 3 days after he started working, they would have finished the job in 7 days. How long would it take each to finish the job alone?\r
\n" );
document.write( "\n" );
document.write( "Im hoping for an immediate response, thanks a lot.godbless \n" );
document.write( "
Algebra.Com's Answer #157259 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 1)A water tank is supplied by pipes A and B and emptied by pipe C. \n" ); document.write( "If the pipes are open, the tank can be filled in 15 hours. \n" ); document.write( "If the tank is full and pipes A and C are open, the tank can be emptied in 10 hours. \n" ); document.write( "If the tank is full and pipes B and C are open, the tank can be emptied in 6 hours. \n" ); document.write( "If pipe A supplies 50 more liters a minute than pipe B and the capacity of the \n" ); document.write( " tank is 45 000 liters, find the number of liters that pass through each pipe per minute. \n" ); document.write( "Let A, B, C = the capacities of the three pipes (in liters per hour) \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "\"If the pipes are open, the tank can be filled in 15 hours. \n" ); document.write( "Eq1: 15A + 15B - 15C = 45000 (full is plus) \n" ); document.write( ": \n" ); document.write( "\"tank is full and pipes A and C are open, the tank can be emptied in 10 hrs.\" \n" ); document.write( "Eq2: 10A - 10C = -45000 (emptied is minus) \n" ); document.write( ": \n" ); document.write( "\"tank is full and pipes B and C are open, the tank can be emptied in 6 hrs\" \n" ); document.write( "Eq3: 6B - 6C = -45000 \n" ); document.write( ": \n" ); document.write( "\"pipe A supplies 50 more liters a minute than pipe B \" \n" ); document.write( "Eq4: A = B + 60(50) \n" ); document.write( "A = B + 3000; converted to liters per hr \n" ); document.write( ": \n" ); document.write( "Using eq1 and 4, substitute (B+3000) for A \n" ); document.write( "15(B+3000) + 15B - 15C = 45000 \n" ); document.write( "15B + 45000 + 15B - 15C = 45000 \n" ); document.write( "30B - 15C = 45000 - 45000 \n" ); document.write( "30B - 15C = 0 \n" ); document.write( "Therefore \n" ); document.write( "30B = 15C \n" ); document.write( "Simplify, divide by 2 \n" ); document.write( "2B = C \n" ); document.write( ": \n" ); document.write( "Using eq3: \n" ); document.write( "6B - 6C = -45000 \n" ); document.write( "Simplify, divide by 6 \n" ); document.write( "B - C = -7500 \n" ); document.write( "substitute 2B for C \n" ); document.write( "B - 2B = -7500 \n" ); document.write( "-B = -7500 \n" ); document.write( "B = 7500 liters/min, B pipe \n" ); document.write( "Then \n" ); document.write( "2B = C \n" ); document.write( "therefore \n" ); document.write( "2(7500) = C \n" ); document.write( "C = 15000 liters/min, C pipe \n" ); document.write( ": \n" ); document.write( "Find A using eq4 \n" ); document.write( "A = B + 3000 \n" ); document.write( "A = 7500 + 3000 \n" ); document.write( "A = 10500 liters/min, A pipe \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solutions in eq1, using a calc: \n" ); document.write( "15(10500) + 15(7500) - 15(15000) = 45000 \n" ); document.write( "; \n" ); document.write( ":\r \n" ); document.write( "\n" ); document.write( "2)A contractor worked for 7 days after which he sought the help of his son and \n" ); document.write( " together they finished a painting job in 5 days. Had he sought the help of his \n" ); document.write( " son 3 days after he started working, they would have finished the job in 7 days. \n" ); document.write( " How long would it take each to finish the job alone? \n" ); document.write( ": \n" ); document.write( "Let x = time for Dad alone \n" ); document.write( "Let y = time for son alone \n" ); document.write( "Let the completed job = 1 \n" ); document.write( ": \n" ); document.write( "write an equation for each scenario. \n" ); document.write( ": \n" ); document.write( " 1st scenario Dad works a total of 12 days \n" ); document.write( " \n" ); document.write( "Multiply by xy, results \n" ); document.write( "12y + 5x = xy \n" ); document.write( ": \n" ); document.write( "2nd scenario Dad works a total of 10 days \n" ); document.write( " \n" ); document.write( "multiply by xy, results \n" ); document.write( "10y + 7x = xy \n" ); document.write( ": \n" ); document.write( "Therefore \n" ); document.write( "12y + 5x = 10y + 7x \n" ); document.write( "12y - 10y = 7x - 5x \n" ); document.write( "2y = 2x \n" ); document.write( "y = x \n" ); document.write( ": \n" ); document.write( "This greatly simplifies things, using the first equation, replace y with x: \n" ); document.write( " \n" ); document.write( "Multiply by x \n" ); document.write( "12 + 5 = x \n" ); document.write( "x = 17 days, Dad working alone \n" ); document.write( "and \n" ); document.write( "y = 17 days, son working alone \n" ); document.write( ": \n" ); document.write( "Checks out in the 2nd equation \n" ); document.write( " \n" ); document.write( " |