document.write( "Question 1197896: It takes a smaller hose twice as long to fill a small swimming pool as it does a larger hose. It takes both hoses working together 20 minutes to fill the swimming pool. How long will it take the smaller hose to fill the pool by itself?
\n" );
document.write( "Do not do any rounding.
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #831341 by math_tutor2020(3817) ![]() You can put this solution on YOUR website! \n" ); document.write( "Method 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = time it takes the larger hose to fill the pool if working alone \n" ); document.write( "2x = time it takes the smaller hose to fill the pool if working alone\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The jump from x to 2x is twice as much to reflect it takes twice as long.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1/x and 1/(2x) are the unit rates for each hose\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "They add to... \n" ); document.write( "1/x + 1/(2x) \n" ); document.write( "2/(2x) + 1/(2x) \n" ); document.write( "(2+1)/(2x) \n" ); document.write( "3/(2x) \n" ); document.write( "This is the combined unit rate for both hoses.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(unit rate)*(time) = amount done \n" ); document.write( "( 3/(2x) )*( 20 min ) = 1 job \n" ); document.write( "60/(2x) = 1 \n" ); document.write( "30/x = 1 \n" ); document.write( "x = 30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If x = 30, then 2x = 2*30 = 60 minutes\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It takes the larger hose 30 min to do the job alone. \n" ); document.write( "It takes the smaller hose 60 min to do the job alone. \n" ); document.write( "1/30 + 1/60 = 2/60 + 1/60 = 3/60 = 1/20 is the combined unit rate. \n" ); document.write( "(unit rate)*(time) = amount done \n" ); document.write( "(1/20 job per min)*(20 min) = 1 job \n" ); document.write( "This confirms our answer is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Method 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = time it takes for the larger hose working alone \n" ); document.write( "2x = time it takes for the smaller hose working alone\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The two hoses, when working together, need T = 20 minutes \n" ); document.write( "1/x + 1/(2x) = 1/T \n" ); document.write( "1/x + 1/(2x) = 1/20 \n" ); document.write( "20x * [ 1/x + 1/(2x) ] = 20x*(1/20) \n" ); document.write( "20x*(1/x) + 20x*( 1/(2x) ) = 20x*(1/20) \n" ); document.write( "20 + 10 = x \n" ); document.write( "30 = x \n" ); document.write( "x = 30 \n" ); document.write( "2x = 2*30 = 60 minutes\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This method is very similar to the first section, just a slight rephrasing.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Method 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let m and n represent the time values for each hose when they work individually. \n" ); document.write( "Their respective unit rates are 1/m and 1/n \n" ); document.write( "Add them up to find the combined unit rate \n" ); document.write( "1/m + 1/n \n" ); document.write( "n/(mn) + m/(mn) \n" ); document.write( "(n+m)/(mn) \n" ); document.write( "(m+n)/(mn)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Apply the reciprocal because \n" ); document.write( "time = (amount done)/(rate) \n" ); document.write( "time = (1 job)/(rate) \n" ); document.write( "Effectively informally saying \n" ); document.write( "time = 1/rate\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The reciprocal of (m+n)/(mn) is (m*n)/(m+n)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore this formula \n" ); document.write( "x = (m*n)/(m+n) \n" ); document.write( "gives the time it takes both hoses to work together given the input time values m and n for each hose working alone.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Refer to method 3 of the link below to see an example \n" ); document.write( "https://www.algebra.com/algebra/homework/Polynomials-and-rational-expressions/Polynomials-and-rational-expressions.faq.question.1197891.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let \n" ); document.write( "m = amount of time for the larger hose \n" ); document.write( "n = 2m = amount of time for the smaller hose (that takes twice as long)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we can further say \n" ); document.write( "x = (m*n)/(m+n) \n" ); document.write( "x = (m*2m)/(m+2m) \n" ); document.write( "x = (2m^2)/(3m)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From here we replace x with 20 since we know the two hoses work together needing only 20 minutes. Then solve for m. \n" ); document.write( "x = (2m^2)/(3m) \n" ); document.write( "20 = (2m^2)/(3m) \n" ); document.write( "20*3m = 2m^2 \n" ); document.write( "60m = 2m^2 \n" ); document.write( "60m - 2m^2 = 0 \n" ); document.write( "2m(30 - m) = 0 \n" ); document.write( "2m = 0 or 30-m = 0 \n" ); document.write( "m = 0 or m = 30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Ignore m = 0 as it's a nonsensical answer. \n" ); document.write( "m = 30 fits with the conclusion reached in the earlier sections where the larger hose needs 30 minutes if working alone. \n" ); document.write( "The smaller hose then needs 2m = 2*30 = 60 minutes when working alone.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 60 minutes (aka 1 hour) \n" ); document.write( " \n" ); document.write( " |