document.write( "Question 184576: A Student did a word processing job for $24. It took him 1 hour longer than he expected, and therefore he earned $4 per hour less than he anaticipated. How long did he expect that it would take to do the job? \n" ); document.write( "
Algebra.Com's Answer #138553 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A Student did a word processing job for $24. It took him 1 hour longer than
\n" ); document.write( " 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 (in hrs)
\n" ); document.write( "then
\n" ); document.write( "\"24%2Ft\" = amt per hr anticipated
\n" ); document.write( ":
\n" ); document.write( "\"24%2F%28%28t%2B1%29%29\" = actual amt per hr
\n" ); document.write( ";
\n" ); document.write( "anticipated amt/hr = actual amt/hr + $4
\n" ); document.write( "\"24%2Ft\" = \"24%2F%28%28t%2B1%29%29\" + 4
\n" ); document.write( "Multiply equation by t(t+1), results:
\n" ); document.write( "24(t+1) = 24t + 4t(t+1)
\n" ); document.write( ":
\n" ); document.write( "24t + 24 = 24t + 4t^2 + 4t
\n" ); document.write( ":
\n" ); document.write( "0 = 4t^2 + 24t - 24t + 4t - 24
\n" ); document.write( ":
\n" ); document.write( "4t^2 + 4t - 24 = 0; a quadratic equation
\n" ); document.write( "Simplify, divide by 4
\n" ); document.write( "t^2 + t - 6
\n" ); document.write( "Factor
\n" ); document.write( "(t+3)(t-2) = 0
\n" ); document.write( "positive solution
\n" ); document.write( "t = 2 hrs expected to do the job
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check solution by finding the per hr amt
\n" ); document.write( "24/2 = $12 per hr
\n" ); document.write( "24/3 = $8 per hr
\n" ); document.write( "------------------
\n" ); document.write( "diff = $4 when he works one extra hr
\n" ); document.write( "
\n" ); document.write( "
\n" );