document.write( "Question 1021564: An auto repair bill is $290 for parts and $55 for each hour of labor. If h is the number of hours of labor, express the amount of the repair bill in terms of the number of hours of labor. \n" ); document.write( "
Algebra.Com's Answer #637358 by fractalier(6550) You can put this solution on YOUR website! The amount you pay, A, in dollars is given by \n" ); document.write( "A = 290 + 55h \n" ); document.write( " |