document.write( "Question 922250: A student did a word-processing job for $18. It took him 8 hours longer than he expected, and therefore he earned $3 per hour less than he anticipated. How long did he expect that it would take to do the job?
\n" );
document.write( "( I know how to set it up, bu my answer isn't checking out)
\n" );
document.write( "I set it up as (18/x - 3=18/x+2) \n" );
document.write( "
Algebra.Com's Answer #559451 by JoelSchwartz(130)![]() ![]() ![]() You can put this solution on YOUR website! x=amount of time he expected \n" ); document.write( "x+8=amount of time he actually worked \n" ); document.write( "r=amount per hour he expected \n" ); document.write( "r-3=rate per hour he got \n" ); document.write( "rx=18 \n" ); document.write( "18=(x+8)(r-3) \n" ); document.write( "18=xr+8r-3x-24 \n" ); document.write( "0=8r-3x-24 \n" ); document.write( "24=8r-3x \n" ); document.write( "r=18/x \n" ); document.write( "24=8*18/x-3x \n" ); document.write( "24=144/x-3x \n" ); document.write( "24x=144-3x^2 \n" ); document.write( "-3x^2-24x+144=0 \n" ); document.write( "x^2+8x-48=0 \n" ); document.write( "(x+12)(x-4)=0 \n" ); document.write( "x=4 \n" ); document.write( "r=18/x \n" ); document.write( "18/4=r \n" ); document.write( "r=4.5 \n" ); document.write( " \n" ); document.write( " |