document.write( "Question 291479: Tom and Jerry can paint a room together in 4 hours. Working alone, Tom can paint the room in 2 hours less time than Jerry can. Find how long it takes Jerry to paint the room. \n" ); document.write( "
Algebra.Com's Answer #210762 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let j=number of hrs it takes jerry to do the job. \n" ); document.write( "in one hr jerry can do 1/j of the job and and tom can do 1/(j-2) \n" ); document.write( "1/j + 1/(j-2)=1/4 in one hour \n" ); document.write( "4(j-2)+4j=j(j-2) \n" ); document.write( "4j-8+4j=j^2-2j \n" ); document.write( "j^2-10j+8=0 see below \n" ); document.write( "j=9.12... hrs \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( "
|