document.write( "Question 628073: Twin brothers, person A and person B, can mow their grandparents lawn together in 42 minutes. Person B takes 13 minutes more than person A. How long does it take each person to mow alone? \n" ); document.write( "
Algebra.Com's Answer #395356 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Twin brothers, person A and person B, can mow their grandparents lawn together in 42 minutes.
\n" ); document.write( " Person B takes 13 minutes more than person A.
\n" ); document.write( " How long does it take each person to mow alone?
\n" ); document.write( ":
\n" ); document.write( "let t = time required by A to mow it alone
\n" ); document.write( "then
\n" ); document.write( "(t+13) = time required by B
\n" ); document.write( "Let the completed job = 1 (a mowed lawn)
\n" ); document.write( ":
\n" ); document.write( "A shared work equation
\n" ); document.write( ":
\n" ); document.write( "\"42%2Fx\" + \"42%2F%28%28x%2B13%29%29\" = 1
\n" ); document.write( "multiply by x(x+13), resulting in eliminating the denominators,
\n" ); document.write( "42(x+13) + 42x = x(x+13)
\n" ); document.write( ":
\n" ); document.write( "42x + 546 + 42x = x^2 + 13x
\n" ); document.write( "84x + 546 = x^2 + 13x
\n" ); document.write( "0 = x^2 + 13x - 84x - 546
\n" ); document.write( "A quadratic equation
\n" ); document.write( "x^2 - 71x - 546 = 0
\n" ); document.write( "You can use the quadratic formula here, but this will factor
\n" ); document.write( "(x+7)(x-78) = 0
\n" ); document.write( "the positive solution
\n" ); document.write( "x = 78 minutes, A alone
\n" ); document.write( "then
\n" ); document.write( "78+13 = 91 min. B alone
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "See if that works out
\n" ); document.write( "on a calc:
\n" ); document.write( "42/78 + 42/91 = 1
\n" ); document.write( "
\n" );