document.write( "Question 353805: A repair technician charges $80 for the first thirty minutes of each house call plus $2 for each additional minute. The repair technician charged a total of $170 for a job . how many minutes did the repair technician work ?\r
\n" );
document.write( "\n" );
document.write( "A 45 min B 55 min C 75 min D 85 min \n" );
document.write( "
Algebra.Com's Answer #252945 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A repair technician charges $80 for the first thirty minutes of each house call plus $2 for each additional minute. The repair technician charged a total of $170 for a job . how many minutes did the repair technician work ? \n" ); document.write( "A 45 min B 55 min C 75 min D 85 min \n" ); document.write( ". \n" ); document.write( "Let x = length (time) of job \n" ); document.write( "then\r \n" ); document.write( "\n" ); document.write( "80 + 2x = 170\r \n" ); document.write( "\n" ); document.write( "2x = 90\r \n" ); document.write( "\n" ); document.write( "x = 45 minutes \n" ); document.write( " |