document.write( "Question 967946: Ted the mechanic charged one customer $565 for 4 hours of work. The next
\n" );
document.write( "day, he charged another customer $1,210 for 9 hours of work. A new customer
\n" );
document.write( "came in and Ted worked on his car for 7 hours. What did he charge him? \n" );
document.write( "
Algebra.Com's Answer #591583 by macston(5194) You can put this solution on YOUR website! . \n" ); document.write( "Ted charges a flat fee plus an hourly rate. \n" ); document.write( ". \n" ); document.write( "h=hourly rate work; f=flat fee \n" ); document.write( "f+4h=$565 Subtract 4h from each side. \n" ); document.write( "f=$565-4h Use this to substitute for f below \n" ); document.write( "9h+f=$1020 Substitute for f from above. \n" ); document.write( "9h+$565-4h=$1020 Subtract $565 from each side. \n" ); document.write( "5h=$455 \n" ); document.write( "h=$91 Ted charges $91 an hour. \n" ); document.write( "f=$565-4h \n" ); document.write( "f=$565-4($91) \n" ); document.write( "f=$565-$364 \n" ); document.write( "f=$201 Ted's fixed fee is $201 \n" ); document.write( ". \n" ); document.write( "CHECK: \n" ); document.write( "9h+f=$1020 \n" ); document.write( "9($91)+$201=$1020 \n" ); document.write( "$819+$201=$1020 \n" ); document.write( "$1020=$1020 \n" ); document.write( ". \n" ); document.write( "For 7 hours work, Ted would charge:(c=total charge) \n" ); document.write( "f+7h=c \n" ); document.write( "$201+7($91)=c \n" ); document.write( "$201+$637=c \n" ); document.write( "$838=c \n" ); document.write( "ANSWER: Ted would charge $838 for 7 hours work. \n" ); document.write( " \n" ); document.write( " |