document.write( "Question 701993: Two scientists are working on a special project. The experienced scientist can complete the project in 2 hours less than the other scientist. Together they were able to complete the job in 2.4 hours. How long would it take the experienced scientist to do the job alone? \n" ); document.write( "
Algebra.Com's Answer #432714 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two scientists are working on a special project. The experienced scientist can complete the project in 2 hours less than the other scientist. Together they were able to complete the job in 2.4 hours. How long would it take the experienced scientist to do the job alone? \n" ); document.write( "----- \n" ); document.write( "Experienced rate: 1/(x-2) job/hr \n" ); document.write( "--- \n" ); document.write( "Less-experienced rate: 1/x job/hr \n" ); document.write( "---- \n" ); document.write( "Together rate: 1/2.4 job/hr \n" ); document.write( "------ \n" ); document.write( "Equation: \n" ); document.write( "rate + rate = together rate \n" ); document.write( "1/x + 1/(x-2) = 1/2.4 \n" ); document.write( "-------------------------- \n" ); document.write( "2.4(x-2) + 2.4x = x(x-2) \n" ); document.write( "2.4x - 4.8 + 2.4x = x^2-2x \n" ); document.write( "------------ \n" ); document.write( "x^2 - 6.8x + 4.8 = 0 \n" ); document.write( "--- \n" ); document.write( "Usable solution : x = 6 \n" ); document.write( "---- \n" ); document.write( "Answer: x-2 = 4 hrs (Time for the experienced scientist) \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |