document.write( "Question 353840: Leah and Gellie can finish a project in 4 hours if they worked together. If it would take Leah 6 hours more than Gellie to finish the project alone, how long would Leah need to finish the project working alone? (Show your solution using Quadratic Equation) \n" ); document.write( "
Algebra.Com's Answer #252930 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Leah and Gellie can finish a project in 4 hours if they worked together. \n" ); document.write( "If it would take Leah 6 hours more than Gellie to finish the project alone, how long would Leah need to finish the project working alone? \n" ); document.write( "------------- \n" ); document.write( "together rate = 1/4 hr/job \n" ); document.write( "Gellie rate = 1/x hr/job \n" ); document.write( "Leah rate = 1/(x+6) hr/job \n" ); document.write( "---------------- \n" ); document.write( "Equation: \n" ); document.write( "rate + rate = together rate \n" ); document.write( "1/x + 1/(x+6) = 1/4 \n" ); document.write( "--- \n" ); document.write( "Multiply thru by 4x(x+6) to get: \n" ); document.write( "4(x+6) + 4x = x(x+6) \n" ); document.write( "8x+24 = x^2+6x \n" ); document.write( "x^2 - 2x -24 = 0 \n" ); document.write( "Quad Formula: \n" ); document.write( "x = [2 +- sqrt(4-4*-24)]/2 \n" ); document.write( "--- \n" ); document.write( "x = [2 +- sqrt(100)]/2 \n" ); document.write( "--- \n" ); document.write( "Positive solution: \n" ); document.write( "x = 1 + 5 = 6 \n" ); document.write( "---- \n" ); document.write( "Gellie time to do the job: x = 6 hrs \n" ); document.write( "Leah time to do the job: x+6 = 12 hrs \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H \n" ); document.write( " \n" ); document.write( " |