document.write( "Question 203092: Jeff takes 5 hr longer to build a fence than it takes Bill. When they work together, it takes them 6 hours? How long would it take Bill to do the job alone? \n" ); document.write( "
Algebra.Com's Answer #153224 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=\"Bill's time\", so x+5=\"Jeff's time\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if it takes h hours to complete a task; then in one hour, 1/h is the fraction of the task completed
\n" ); document.write( "___ all of the fractions sum to 1, the whole task\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(6 / x) + (6 / (x+5)) = 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiplying by x(x+5) ___ 6x + 30 + 6x = x^2 + 5x ___ 0 = x^2 - 7x - 30\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "factoring ___ 0 = (x - 10)(x + 3)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so, x = 10 (Bill)
\n" ); document.write( "
\n" );