document.write( "Question 139291: Sally works at a grocery store. In one week she earned $390 for working 47 hours of which 7 hours were overtime. The next week she earn $416 for working 50 hours of which 8 hours were obertime. What is Sally's hourly overtime rate in dollars per hour?\r
\n" );
document.write( "\n" );
document.write( "I have worked on this for 3 days now and can't get answer that works it would be great if someone could help. \n" );
document.write( "
Algebra.Com's Answer #101556 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In one week she earned $390 for working 47 hours of which 7 hours were overtime. The next week she earn $416 for working 50 hours of which 8 hours were obertime. What is Sally's hourly overtime rate in dollars per hour? \n" ); document.write( "------------------- \n" ); document.write( "Let overtime rate = x; Let regular rate = y:\r \n" ); document.write( "\n" ); document.write( "EQUATIONS: \n" ); document.write( "7x + 40y = 390 \n" ); document.write( "8x + 42y = 416 \n" ); document.write( "------------------ \n" ); document.write( "Multiply 1st equation by 8 and 2nd equation by 7 to get: \n" ); document.write( "------------------- \n" ); document.write( "56x + 320y = 8*390 \n" ); document.write( "56x + 294y = 7*416 \n" ); document.write( "---------------------- \n" ); document.write( "Subtract 2nd from 1st to get: \n" ); document.write( "26y = 3120-2912 \n" ); document.write( "26y = 208 \n" ); document.write( "y = $8.00 (regular hourly rate) \n" ); document.write( "-------------------------------- \n" ); document.write( "Substitute that into original 1st eq. to get: \n" ); document.write( "7x + 40*8 = 390 \n" ); document.write( "7x = 70 \n" ); document.write( "x = $10.00 (overtime rate) \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |