document.write( "Question 26620: This is a word problem I am struggling with: You've been offered a part time job at a local retailer. You are being offered two different pay options:\r
\n" );
document.write( "\n" );
document.write( "Plan A: $18 an hour with overtime (above 20 hours/week) paying time and a half.
\n" );
document.write( "Plan B: $20 an hour with no over time.\r
\n" );
document.write( "\n" );
document.write( "I need to determine the algebraic formulas for plan A(x),(x being number of hours worked each week)and plan B(x) for a continuous domain of [0,40].\r
\n" );
document.write( "\n" );
document.write( "I have managed to figure out the plots for the graph but can't seem to wrap my head around the actual Algebraic formulas. \n" );
document.write( "
Algebra.Com's Answer #14461 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Plan A: $18 an hour with overtime (above 20 hours/week) paying time and a half. \n" ); document.write( "OK LET HIM WORK FOR X HRS./WEEK \n" ); document.write( "NORMAL RATE =18 $/HR. \n" ); document.write( "O.T.RATE =18*1.5=27 $/HR. \n" ); document.write( "NOW IN THE DOMAIN OF 0 TO 40,COMES THE 20HR/WEEK STANDARD AND BEYOND THAT O.T.RATE. \n" ); document.write( "SO WE NEED TO DIVIDE THE DOMAIN INTO 2 PARTS. \n" ); document.write( "1...0 TO 20 AND 2...>20 TO 40 \n" ); document.write( "SO NOW FOR X = 0 TO 20.WE HAVE PAY P AS \n" ); document.write( "P=18X \n" ); document.write( "AND FOR X>20.. \n" ); document.write( "WE HAVE NORMAL RATE HRS =20 \n" ); document.write( "AND EXCESS RATE HOURS =X-20 \n" ); document.write( "SO HIS TOTAL PAY P IS \n" ); document.write( "P=20*18+27*(X-20)... \n" ); document.write( "THIS IS KNOWN AS DEFINING A FUNCTION DIFFERENTLY FOR DIFFERENT ZONES OF DOMAIN.SO WE GOT .... \n" ); document.write( "P=18X....FOR X=0 TO 20....AND \n" ); document.write( "P=360+27(X-20)...FOR X>20... \n" ); document.write( "I THINK NOW YOU CAN DO PLAN B BY YOUR SELF ON THIS BASIS.IF YOU HAVE DIFFICULTY COME BACK. \n" ); document.write( "Plan B: $20 an hour with no over time. \n" ); document.write( "I need to determine the algebraic formulas for plan A(x),(x being number of hours worked each week)and plan B(x) for a continuous domain of [0,40].\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |