document.write( "Question 33431: This is a word problem - the problem is - if Janice can paint a room in 10 hours and Jim can paint the same room in 8 hours - how long will it take to paint the room if they both work together?\r
\n" );
document.write( "\n" );
document.write( "I think the ans should be 4.5 hours but I am not sure how to set up the equation\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #19786 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! Let t hours be the time to finish the job together. \n" ); document.write( "Janice can finish the job in 10 hours \n" ); document.write( "=> Janice can do t/10 portion of the job in t hours; \n" ); document.write( "Jim can finish the same job in 8 hours \n" ); document.write( "=> Jim can do t/8 portion of the job in t hours. \n" ); document.write( "Total portion of the job done by both Jim and Janice is t hours = 1 \n" ); document.write( "=> t/10 + t/8 = 1 \n" ); document.write( "=> 4t+5t = 40 \n" ); document.write( "=> t = 40/9 = 4 and 4/9 hours \n" ); document.write( "Answer: It will take 4 and 4/9 hours for them to paint the same room together. \n" ); document.write( " |