document.write( "Question 893781: a welder earns $20 per hour for the first 40 hours she works in a week and $30 per hour or each hour over 40 hours. Write a peicewise function f(x) that can be used t to determine the welders earnings when she works for x hours in a week \n" ); document.write( "
Algebra.Com's Answer #541540 by algebriac(10)![]() ![]() ![]() You can put this solution on YOUR website! Suppose she works X hours in a week.\r \n" ); document.write( "\n" ); document.write( "According to question, if x < 40 \n" ); document.write( "$20 per hour for the first 40 hours \n" ); document.write( "hence Total earnings F(x) = 20 X\r \n" ); document.write( "\n" ); document.write( "If X>40 \n" ); document.write( "$20 per hour for the first 40 hours \n" ); document.write( "Hence earnings for the first 40 hours= 20*40 = $800\r \n" ); document.write( "\n" ); document.write( "Total earnings F(x)= 800 + 30(X-40) \n" ); document.write( " |