document.write( "Question 1048551: An auto repair shop charged a customer $259 to repair a car. The bill listed $59 for parts and the remainder for labor. If the cost of labor is $50 per hour, how many hours of labor did it take to repair the car? \n" ); document.write( "
Algebra.Com's Answer #664145 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
59 + L = 259
\n" ); document.write( "x, the number of hours
\n" ); document.write( "$59 + $50/hr(x) = $259
\n" ); document.write( "50x = 200
\n" ); document.write( "x = 4hr
\n" ); document.write( "
\n" );