document.write( "Question 446552: One machine works 8 hours faster then a second machine. If the two machines take twelve hours to finish the job working together, how long will it take them individually.
\n" );
document.write( "I just need to figure out how to get to aquadratic equasion. \n" );
document.write( "
Algebra.Com's Answer #307535 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! One machine works 8 hours faster then a second machine. If the two machines take twelve hours to finish the job working together, how long will it take them individually. \n" ); document.write( ". \n" ); document.write( "Let x = time (hrs) it takes for slower machine \n" ); document.write( "then \n" ); document.write( "x-8 = time of faster machine \n" ); document.write( ". \n" ); document.write( "12(1/x + 1/(x-8)) = 1 \n" ); document.write( "multiplying both sides by x(x-8): \n" ); document.write( "12(x-8 + x) = x(x-8) \n" ); document.write( "12(2x-8) = x(x-8) \n" ); document.write( "24x-96 = x^2-8x \n" ); document.write( "-96 = x^2-32x \n" ); document.write( "0 = x^2-32x+96 \n" ); document.write( "applying the quadratic equation we get: \n" ); document.write( "x = {28.65, 3.35} \n" ); document.write( "we can throw out the 3.35 leaving: \n" ); document.write( "x = 28.65 hrs (slower machine) \n" ); document.write( ". \n" ); document.write( "faster machine: \n" ); document.write( "x-8 = 28.65-8 = 20.65 hrs \n" ); document.write( ". \n" ); document.write( "detail of quadratic follows: \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |