document.write( "Question 1009371: Mr. Fixit charges a flat fee of $40 for any
\n" );
document.write( "house call plus $15 per hour for each hour on
\n" );
document.write( "the job. \r
\n" );
document.write( "\n" );
document.write( "a) Write a linear function for the cost, C(x),
\n" );
document.write( "of a repair if it takes x hours. \r
\n" );
document.write( "\n" );
document.write( "B)If the total cost of a repair was $175,
\n" );
document.write( "how many hours were spent on the job?
\n" );
document.write( "
\n" );
document.write( "C)Graph the function \n" );
document.write( "
Algebra.Com's Answer #624875 by addingup(3677)![]() ![]() You can put this solution on YOUR website! C(x)= 40+15x \n" ); document.write( "----------------------- \n" ); document.write( "when C(x)= 175: \n" ); document.write( "40+15x= 175 \n" ); document.write( "15x= 135 \n" ); document.write( "x= 135/15 \n" ); document.write( "x= 9 hours \n" ); document.write( " |