document.write( "Question 1188506: Two mechanics, Bonita Rich and Pamela Pearson, take 8 hours to rebuild an engine when they work together. If each worked alone, Bonita, the more experienced
\n" );
document.write( "mechanic, could complete the job 2 hours faster than Pamela. How long would it take each of them to rebuild the engine working alone? \n" );
document.write( "
Algebra.Com's Answer #819615 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! B takes x hours, so 1 hour is 1/x of the job \n" ); document.write( "P takes x+2 hours so 1 hour is 1/(x+2) of the job \n" ); document.write( "and (8/x)+(8/(x+2))=1 full job, the 8's coming from 8 hours they each worked \n" ); document.write( "multiply by x(x+2) \n" ); document.write( "and 8(x+2)+8(x)=x^2+2x \n" ); document.write( "so 8x+16+8x=x^2+2x \n" ); document.write( "x^2-14x-16=0 \n" ); document.write( "x=(1/2)(14+/- sqrt(196+64)); sqrt(260)=16.12 \n" ); document.write( "only positive root is x=15.06 hours for Bonita and 17.06 for Pamela \n" ); document.write( "(8/15.06)=0.531 of the job \n" ); document.write( "(8/17.06)=0.469 of the job \n" ); document.write( "They add to 1 \n" ); document.write( " \n" ); document.write( " |