document.write( "Question 89769: A&B working together can finish painting the house in six days. A, working alone, can finish it in five days less than B. How long will it take each of them to finish the work alone? \n" ); document.write( "
Algebra.Com's Answer #65286 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A&B working together can finish painting the house in six days. A, working alone, can finish it in five days less than B. How long will it take each of them to finish the work alone?
\n" ); document.write( ":
\n" ); document.write( "Let x = A's time alone
\n" ); document.write( "then
\n" ); document.write( "(x+5) = B's time alone
\n" ); document.write( ":
\n" ); document.write( "Let the completed job = 1
\n" ); document.write( ":
\n" ); document.write( "\"6%2Fx\" + \"6%2F%28%28x%2B5%29%29\" = 1
\n" ); document.write( ":
\n" ); document.write( "multiply x(x+5) to get rid of the denominators
\n" ); document.write( "6(x+5) + 6x = x(x+5)
\n" ); document.write( ":
\n" ); document.write( "6x + 30 + 6x = x^2 + 5x
\n" ); document.write( ":
\n" ); document.write( "12x + 30 = x^2 + 5x
\n" ); document.write( ":
\n" ); document.write( "A quadratic equation:
\n" ); document.write( "x^2 + 5x - 12x - 30 = 0
\n" ); document.write( ":
\n" ); document.write( "x^2 - 7x - 30 = 0
\n" ); document.write( ":
\n" ); document.write( "(x - 10)(x + 3) = 0
\n" ); document.write( ":
\n" ); document.write( "x = 10 days, A alone (only solution that makes sense)
\n" ); document.write( ":
\n" ); document.write( "B = (x+5) = 15 days alone
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check our solutions:
\n" ); document.write( "\"6%2F10\" + \"6%2F15\" =
\n" ); document.write( "\"2%2F5\" + \"3%2F5\" = 1
\n" ); document.write( "
\n" );