document.write( "Question 1088710: It takes Nicolai one and a half hours to paint the walls of a room and two hours to paint the ceiling. Elena needs exactly one hour to paint the walls of the same room and one hour to paint the ceiling. If Nicolai and Elena work together, what is the shortest possible time in minutes in which they can paint the walls and the ceiling of that room?\r
\n" );
document.write( "\n" );
document.write( "My answer is 76, but the correct answer is apparently 72. Can someone please explain the working? Thank you! \n" );
document.write( "
Algebra.Com's Answer #703023 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! It takes Nicolai one and a half hours to paint the walls of a room and two hours to paint the ceiling. \n" ); document.write( " 3.5 * 60 = 210 min for N to do the job \n" ); document.write( " Elena needs exactly one hour to paint the walls of the same room and one hour to paint the ceiling. \n" ); document.write( "2 * 60 = 120 min for E to do the job \n" ); document.write( " If Nicolai and Elena work together, what is the shortest possible time in minutes in which they can paint the walls and the ceiling of that room? \n" ); document.write( "let t = time required when working together \n" ); document.write( "let the completed job = 1 \n" ); document.write( "A shared work equation \n" ); document.write( " \n" ); document.write( "each will do a fraction of the job, the 2 fractions add up to 1 \n" ); document.write( "multiply the equation by least common denominator, 840 \n" ); document.write( "840* \n" ); document.write( "cancel the denominators \n" ); document.write( "4t + 7t = 840 \n" ); document.write( "11t = 840 \n" ); document.write( "t = 840/11 \n" ); document.write( "t = 76.4 ~ 76 hrs working together, I think you are right \n" ); document.write( " |