document.write( "Question 1091451: You have a summer job that pays time and a half for overtime. That is, if you work more than 40 hours a week, your hourly wage for the extra hours is 1.5 times your normal hourly wage of $7.\r
\n" );
document.write( "\n" );
document.write( "a. Write and graph a piecewise function that gives your weekly pay \"P\" in terms of the number \"H\" of hours you work.\r
\n" );
document.write( "\n" );
document.write( "b. How much will you get paid if you work 45 hours? \n" );
document.write( "
Algebra.Com's Answer #705853 by addingup(3677)![]() ![]() You can put this solution on YOUR website! a. \n" ); document.write( "P = 7(40)+(7*1.5)(H-40) \n" ); document.write( "----- \n" ); document.write( "b. - for 45 hrs \n" ); document.write( "P = 7(40)+(7*1.5)(45-40) \n" ); document.write( "P = 7(40)+(10.5*5) \n" ); document.write( "Use your calculator to get your answer. First multiply on both sides of the + sign, then add and you are done. \n" ); document.write( " |