document.write( "Question 327804: John takes 3 hours longer than Andrew to
\n" );
document.write( "peel 500 pounds (lb) of apples. If together they can peel
\n" );
document.write( "500 lb of apples in 8 hours, then how long would it take
\n" );
document.write( "each one working alone \n" );
document.write( "
Algebra.Com's Answer #234767 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! John takes 3 hours longer than Andrew to peel 500 pounds (lb) of apples. \n" ); document.write( " If together they can peel 500 lb of apples in 8 hours, then how long would it \n" ); document.write( " take each one working alone. \n" ); document.write( ": \n" ); document.write( "Let t = time required by Andrew \n" ); document.write( "then \n" ); document.write( "(t+3) = time required by John \n" ); document.write( ": \n" ); document.write( "Let the completed job = 1; (the peeling of 500 lb of potatoes) \n" ); document.write( ": \n" ); document.write( "Each person will do a fraction of job, the two fractions add up to 1 \n" ); document.write( " \n" ); document.write( "Multiply by t(t+3), \n" ); document.write( "results: \n" ); document.write( "8(t+3) + 8t = t(t+3) \n" ); document.write( ": \n" ); document.write( "8t + 24 + 8t = t^2 + 3t \n" ); document.write( ": \n" ); document.write( "16t + 24 = t^2 + 3t \n" ); document.write( "Arrange as quadratic equation \n" ); document.write( "t^2 + 3t - 16t - 24 = 0 \n" ); document.write( ": \n" ); document.write( "t^2 - 13t - 24 = 0 \n" ); document.write( "Use the quadratic formula to find t \n" ); document.write( " \n" ); document.write( "x=t, a=1, b=-13, c=-24 \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "The positive solution is what we want here: \n" ); document.write( " \n" ); document.write( "t = \n" ); document.write( "t = 14.64 hrs, Andrew working alone \n" ); document.write( "then \n" ); document.write( "14.64+3 = 17.64 hrs, John working alone \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution \n" ); document.write( " \n" ); document.write( " .546 + .454 = 1 \n" ); document.write( " |