document.write( "Question 812523: A roofer requires 14 h to shingle a roof. After the roofer and an apprentice work on a roof for 7 h, the roofer moves on to another job. The apprentice requires 7 more hours to finish the job. How long would it take the apprentice, working alone, to do the job?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #489199 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! rate = time/job \n" ); document.write( "time = rate * job \n" ); document.write( "job = time/rate \n" ); document.write( "--- \n" ); document.write( "r = roofer work rate \n" ); document.write( "a = apprentice work rate \n" ); document.write( "--- \n" ); document.write( "r = 14 hr/job \n" ); document.write( "--- \n" ); document.write( "use equation: \n" ); document.write( "job = time/rate \n" ); document.write( "--- \n" ); document.write( "7/(r + a) + 7/a = 1 job \n" ); document.write( "7/(14 + a) + 7/a = 1 job \n" ); document.write( "7a/(a(14 + a)) + 7(14 + a)/(a(14 + a)) = 1 job \n" ); document.write( "7a/(aa + 14a) + 7(14 + a)/(aa + 14a) = 1 job \n" ); document.write( "7a/(aa + 14a) + (7a + 98)/(aa + 14a) = 1 job \n" ); document.write( "(14a + 98)/(aa + 14a) = 1 job \n" ); document.write( "14a + 98 = aa + 14a \n" ); document.write( "14a + 98 = aa + 14a \n" ); document.write( "aa = 98 \n" ); document.write( "a = sqrt(98) \n" ); document.write( "a ~= 9.8995 hr/job \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |