document.write( "Question 1010694: John paints a house 9 hrs longer than frank. Together they can pain it in 20 hrs. How long does it take frank to paint? \n" ); document.write( "
Algebra.Com's Answer #626166 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the time it takes Frank, f. Then John takes f+9. The normal setup looks like this:
\n" ); document.write( "t/A + t/B = 1
\n" ); document.write( "Now plug in and get
\n" ); document.write( "20/f + 20/(f+9) = 1
\n" ); document.write( "Multiply by f(f+9) and get
\n" ); document.write( "20(f+9) + 20f = f(f+9)
\n" ); document.write( "20f + 180 + 20f = f^2 + 9f
\n" ); document.write( "Now collect like terms and solve...we get
\n" ); document.write( "f^2 - 31f - 180 = 0
\n" ); document.write( "(f - 36)(f + 5) = 0
\n" ); document.write( "f = 36 hours
\n" ); document.write( "f+9 = 45 hours
\n" ); document.write( "
\n" );