document.write( "Question 384665: Joshua and Geraldine can finish cleaning the house in 2 hours. If it takes Joshua working alone 3 hours longer than it takes Geraldine working alone, how many hours will each need to finish the work alone? \n" ); document.write( "
Algebra.Com's Answer #272314 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 1/g amount of the job geraldine can do in 1 hr \n" ); document.write( "1/(g+3) amount of the job josh can do in 1 hr \n" ); document.write( "1/g + 1/(g+3) = 1/2 working togeter to do 1/2 the job. \n" ); document.write( "2(g+3)+2g=g^2+3g multiply each side by 2g(g+3) LCM. \n" ); document.write( "2g+6+2g=g^2+3g \n" ); document.write( "g^2-g-6=0 \n" ); document.write( "(g-3)(g+2)=0 \n" ); document.write( "g=3 hrs to do the job alone \n" ); document.write( "Josh will 6 hrs to do the job alone \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |