document.write( "Question 567792: A student did a word-processing job for $42. It took him 8 hours longer than he expected, and therefore he earned $4 per hour less than he anticipated. How long did he expect that it would take to do the job? \n" ); document.write( "
Algebra.Com's Answer #366710 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! A student did a word-processing job for $42. \n" ); document.write( " It took him 8 hours longer than he expected, and therefore he earned $4 per hour less than he anticipated. \n" ); document.write( " How long did he expect that it would take to do the job? \n" ); document.write( ": \n" ); document.write( "Let t = time he expected to do the job \n" ); document.write( "then \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Let (t+8) = his actual time to do the job \n" ); document.write( "then \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "The equation \n" ); document.write( "expect hrly pay - actual hrly pay = $4 \n" ); document.write( " \n" ); document.write( "multiply by t(t+8), resulting in: \n" ); document.write( "42(t+8) - 42t = 4t(t+8) \n" ); document.write( ": \n" ); document.write( "42t + 336 - 42t = 4t^2 + 32t \n" ); document.write( "Arrange as a quadratic equation \n" ); document.write( "4t^2 + 32t - 336 = 0 \n" ); document.write( "Simplify, divide by 4 \n" ); document.write( "t^2 + 8t - 84 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(t+14)(t-6) = 0 \n" ); document.write( "the positive solution \n" ); document.write( "t = 6 hrs was his anticipated time for the job \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this by finding the actual hourly pay \n" ); document.write( "42/6 = $7 an hr \n" ); document.write( "42/14= $3 an hr \n" ); document.write( "----------------- \n" ); document.write( "differ: $4 \n" ); document.write( " |