document.write( "Question 42722: Winston works faster. Winston can mow his dad’s lawn in 1 hour less than it takes his brother Willie. If they take 2 hours to mow it when working together, then how long would it take Winston working alone? \n" ); document.write( "
Algebra.Com's Answer #27829 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
The working equation for this kind of problem is
\n" ); document.write( "t/A + t/B = 1
\n" ); document.write( "where t is the time worked together and A and B are individual times...
\n" ); document.write( "Here t = 2...if we let A be Winston's time, then Willie's time is A + 1...we have
\n" ); document.write( "2/A + 2/(A+1) = 1
\n" ); document.write( "Now multiply through by the LCD and solve...we get
\n" ); document.write( "2(A + 1) + 2A = A(A + 1)
\n" ); document.write( "2A + 2 + 2A = A^2 + A
\n" ); document.write( "A^2 - 3A - 2 = 0
\n" ); document.write( "This can't be factored so use the quadratic...
\n" ); document.write( "A = (3 ± sqrt(9 + 8)) / 2
\n" ); document.write( "A = (3 ± sqrt(17)) / 2
\n" ); document.write( "Since time can't be negative, Winston's time must be
\n" ); document.write( "(3 + sqrt(17)) / 2 or about 3.7 hours...
\n" ); document.write( "
\n" );