document.write( "Question 875155:  a carpenter charges an $80 call out fee plus $50 per hour.
\n" );
document.write( " write an expression for the total cost for 't' hours of work
\n" );
document.write( " pls help i forgot how to do it \n" );
document.write( "
| Algebra.Com's Answer #528055 by rothauserc(4718)     You can put this solution on YOUR website! Let C be total cost and h be total hours of work, then \n" ); document.write( "C(t) = 80 + 50h \n" ); document.write( " \n" ); document.write( " |