document.write( "Question 796610: Can someone please help me to solve this problem.\r
\n" );
document.write( "\n" );
document.write( "A father and his son can clean the house together in 4 hours. When the son works alone, it take him an hour longer to clean than it takes his dad alone. find how long it takes the son to clean alone. \n" );
document.write( "
Algebra.Com's Answer #481450 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A father and his son can clean the house together in 4 hours. When the son works alone, it take him an hour longer to clean than it takes his dad alone. find how long it takes the son to clean alone. \n" ); document.write( "--------- \n" ); document.write( "Together rate: 1/4 job/hr \n" ); document.write( "Dad's rate: 1/x job/hr \n" ); document.write( "Son's rate: 1/(x+1) job/hr \n" ); document.write( "======================== \n" ); document.write( "Equation: \n" ); document.write( "rate + rate = together rate \n" ); document.write( "1/x + 1/(x+1) = 1/4 \n" ); document.write( "------ \n" ); document.write( "4(x+1) + 4x = x(x+1) \n" ); document.write( "8x + 4 = x^2+x \n" ); document.write( "------ \n" ); document.write( "x^2 - 4x -4 = 0 \n" ); document.write( "x = 4.8284 hrs \n" ); document.write( "---- \n" ); document.write( "x+1 = 5.8284 hrs (Son's time to do the job alone) \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |