document.write( "Question 249507: If Norm and cliff together can paint a room in 4 hours, and Norm can paint the same room in 3 hours less than cliff, How long does it take cliff to paint the room by himself? \n" ); document.write( "
Algebra.Com's Answer #181733 by edjones(8007) You can put this solution on YOUR website! Let c=time it takes cliff to paint a room. Let n=time it takes norm. \n" ); document.write( "n=c-3 \n" ); document.write( "Cliff can do 1/c of the job in 1 hr \n" ); document.write( "Norm can do 1/(c-3) of the job in 1 hour \n" ); document.write( "together they can do 1/4 the job in 1 hr. \n" ); document.write( "1/(c-3) + 1/c = 1/4 \n" ); document.write( "4c+4(c-3)=c(c-3) multiply each side by 4c(c-3) to eliminate fractions. \n" ); document.write( "4c+4c-12=c^2-3c \n" ); document.write( "c^2-11c+12=0 \n" ); document.write( "c=9.77 hrs \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( ". \n" ); document.write( "
|