document.write( "Question 379528: A mechanic requires 3 h to repair a transmission, whereas an apprentice requires 9 h to make the same repairs. The mechanic worked alone for 1.5 h and then stopped.\r
\n" );
document.write( "\n" );
document.write( "how long will it take the apprentice, working alone, to complete the repairs? \n" );
document.write( "
Algebra.Com's Answer #269472 by ptaylor(2198) You can put this solution on YOUR website! Let x=amount of time it takes the apprentice, working alone, to complete the repairs \n" ); document.write( "The mechanic works at the rate of 1/3 transmission per hour \n" ); document.write( "The apprentice works at the rate of 1/9 transmission per hour\r \n" ); document.write( "\n" ); document.write( "In 1.5 hours, the mechanic completes (1/3)*1.5 or 1/2 of the job, leaving 1/2 of the job yet to be done. So we have to calculate the following: \n" ); document.write( "(1/9 transmission per hour)* x hours=(1/2 transmission); or \n" ); document.write( "(1/9)x=1/2 multiply each side by 18 \n" ); document.write( "2x=9 \n" ); document.write( "x=4.5 hours---time required for the apprentice to finish the job\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |