document.write( "Question 936755: Krissy worked her 40 regular hours last week, plus 8 overtime hours at time and a half. Her gross pay was $572. What was her hourly rate?
\n" );
document.write( "I know the answer is $11.00 per hour, but how do you solve or right the proper equation for the unknown? \n" );
document.write( "
Algebra.Com's Answer #570250 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Krissy worked her 40 regular hours last week, plus 8 overtime hours at time and a half. \n" ); document.write( " Her gross pay was $572. What was her hourly rate? \n" ); document.write( ": \n" ); document.write( "let h = the hourly rate \n" ); document.write( "then \n" ); document.write( "1.5h = the overtime rate \n" ); document.write( ": \n" ); document.write( "reg pay + overtime pay = total pay \n" ); document.write( "40h + 8(1.5h) = 572 \n" ); document.write( "40h + 12h = 572 \n" ); document.write( "52h = 572 \n" ); document.write( "h = 572/12 \n" ); document.write( "h = $11 \n" ); document.write( " |