document.write( "Question 39928: Sean earns $4.50 per hour more than his trainee, Tyrone. During one 8 hour day they earn a total of $284. How much does Sean make per hour?\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #25467 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let Tyrone's rate of pay be x. \n" ); document.write( "The Sean's rate of pay is x + 4.50. \n" ); document.write( "They both work for eight hours and the total is $284. We write \n" ); document.write( "8x + 8(x + 4.50) = 284 \n" ); document.write( "8x + 8x + 36 = 284 \n" ); document.write( "16x + 36 = 284 \n" ); document.write( "16x = 248 \n" ); document.write( "x = 248 / 16 \n" ); document.write( "x = 15.50 \n" ); document.write( "x + 4.50 = $20.00 per hour \n" ); document.write( " |