document.write( "Question 33180: Working alone, Steve can paint a house in 2 hours less than Gary. Working together, they can paint a house in 10 hours. How long would it take Gary to paint the house by himself? \n" ); document.write( "
Algebra.Com's Answer #19590 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Steve Data: \n" ); document.write( " time=x-2 hrs/job rate = 1/(x-2) job/hr \n" ); document.write( "Gary Data: \n" ); document.write( " time= x hrs/job rate= 1/x job/hr \n" ); document.write( "Working together Data: \n" ); document.write( " time= 10 hrs/job rate=1/10 job/hr. \n" ); document.write( "EQUATION: \n" ); document.write( "rate + rate = 1/10 \n" ); document.write( "1/(x-2) + 1/x = 1/10 \n" ); document.write( "10x +10(x-2)= x(x-2) \n" ); document.write( "20x-20 = x^2-2x \n" ); document.write( "x^2-22x+20=0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "From this you see x=21.05 hrs (amount of time Gary requires to do the job alone. It can't be x=0.95 for then Steve's time(x-2) would be negative. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |