document.write( "Question 966644: Jonastiza works for a local retailer and gets paid a standard hourly rate for the day shift and a higher hourly rate for the night shift. One week she worked 17 hours on the day shift and 8 hours on the night shift and earned $191. the following week, she earned $219 for working 12 day shift hours and 15 nigh tshift hours. what is her hourly rate for each shift? \n" ); document.write( "
Algebra.Com's Answer #590887 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! One week she worked 17 hours on the day shift and 8 hours on the night shift and earned $191. \n" ); document.write( " the following week, she earned $219 for working 12 day shift hours and 15 night shift hours. \n" ); document.write( " what is her hourly rate for each shift? \n" ); document.write( ": \n" ); document.write( "let d = day hourly wage \n" ); document.write( "let n = night \" \" \n" ); document.write( ": \n" ); document.write( "Write an equation for each week \n" ); document.write( "17d + 8n = 191 \n" ); document.write( "12d + 15n = 219 \n" ); document.write( ": \n" ); document.write( "Rearrange the 2nd equation to use as substitution in the first equation \n" ); document.write( "12d + 15n = 219 \n" ); document.write( "Simplify, divide by 3 \n" ); document.write( "4d + 5n = 73 \n" ); document.write( "4d = -5n + 73 \n" ); document.write( "d = \n" ); document.write( "d = -1.25n + 18.25 \n" ); document.write( ": \n" ); document.write( "17d + 8n = 191 \n" ); document.write( "replace d with (-1.25n+18.25) \n" ); document.write( "17(-1.25n+18.25) + 8n = 191 \n" ); document.write( "-21.25n + 310.25 + 8n = 191 \n" ); document.write( "-21.25n + 8n = 191 - 310.25 \n" ); document.write( "-13.25n = -119.25 \n" ); document.write( "n = -119.25\-13.25 \n" ); document.write( "n = $9.00 an hr at night \n" ); document.write( "then \n" ); document.write( "d = -1.25(9) + 18.25 \n" ); document.write( "d = -11.25 + 18.25 \n" ); document.write( "d = $7.00 an hr in the daytime \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if that checks out in the original 2nd equation \n" ); document.write( "12(7) + 15(9) = 219 \n" ); document.write( "84 + 135 = 219 \n" ); document.write( " |