document.write( "Question 440460: It takes Joe 2 hours longer than Bill to load a truck. If they load it together, they can do it in 10 hours. How long should it take Bill to do it alone?\r
\n" );
document.write( "\n" );
document.write( "I need to describe the variable, variable phrases, write the equation, and solve. Thank you so much. \n" );
document.write( "
Algebra.Com's Answer #304269 by lwsshak3(11628) ![]() You can put this solution on YOUR website! It takes Joe 2 hours longer than Bill to load a truck. If they load it together, they can do it in 10 hours. How long should it take Bill to do it alone? \n" ); document.write( "I need to describe the variable, variable phrases, write the equation, and solve. \n" ); document.write( ".. \n" ); document.write( "let x=hours Bill could load the truck doing it alone \n" ); document.write( "Then, 1/x=Bill's hourly work rate \n" ); document.write( "Joe's hourly work rate=1/x+2 \n" ); document.write( "Hourly work rate working together=1/10 \n" ); document.write( "The sum of individual work rates=work rate when working together \n" ); document.write( "1/x + 1/x+2 = 1/10 \n" ); document.write( "LCD=x(x+2)(10) \n" ); document.write( "multiply each term by LCD to get rid of fractions \n" ); document.write( "10(x+2)+10x=x(x+2) \n" ); document.write( "10x+20+10x=x^2+2x \n" ); document.write( "x^2-18x-20=0 \n" ); document.write( "solve by quadratic formula below: \n" ); document.write( " \n" ); document.write( "a=1, b=-18, c=-20 \n" ); document.write( "x=(-(-18)+-sqrt((-18)^2-4*1*-20))/2(1) \n" ); document.write( " =(18+-sqrt(404))/2 \n" ); document.write( " =(18+-20.1)/2 \n" ); document.write( "x=19.05hrs \n" ); document.write( "x=-2.1hrs (reject) \n" ); document.write( "ans: \n" ); document.write( "It would take Bill 19.05 hours to complete loading the truck by himself \n" ); document.write( " |