document.write( "Question 1107863: Suppose that speeding fines are determined by the linear function
\n" );
document.write( "f(x)= 10 (x-65)+50,xgreat then65, where f(x) is the cost in dollars of the fine if a person is caught driving x miles per hour.
\n" );
document.write( "(a) Radar clocked a driver at 76 mph. How much was the fine?
\n" );
document.write( "(b) While balancing his checkbook, a person ran across a canceled check that his wife had written to the Department of Motor Vehicles for a speeding fine. The check was written for $100. How fast was his wife driving?\r
\n" );
document.write( "\n" );
document.write( "(c) At what whole-number speed are tickets first given?\r
\n" );
document.write( "\n" );
document.write( "(d) For what speeds is the fine greater than $200?\r
\n" );
document.write( "\n" );
document.write( "(a) The fine was $ \n" );
document.write( "
Algebra.Com's Answer #722889 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that speeding fines are determined by the linear function \n" ); document.write( "f(x)= 10 (x-65)+50,(x greater then 65), where f(x) is the cost in dollars of the fine if a person is caught driving x miles per hour. \n" ); document.write( "(a) Radar clocked a driver at 76 mph. How much was the fine? \n" ); document.write( "f(76) = 10(76-65)+50 = $160.00 \n" ); document.write( "----------------------------- \n" ); document.write( "(b) While balancing his checkbook, a person ran across a canceled check that his wife had written to the Department of Motor Vehicles for a speeding fine. The check was written for $100. How fast was his wife driving? \n" ); document.write( "100 = 10(x-65)+50 \n" ); document.write( "50 = 10(x-65) \n" ); document.write( "5 = x-65 \n" ); document.write( "x = 70 mph \n" ); document.write( "-------------- \n" ); document.write( "(c) At what whole-number speed are tickets first given? \n" ); document.write( "10(x-65)+50 >= 0 \n" ); document.write( "x-65 > - 5 \n" ); document.write( "x >= 70 \n" ); document.write( "------- \n" ); document.write( "(d) For what speeds is the fine greater than $200? \n" ); document.write( "10(x-65)+50 > 200 \n" ); document.write( "x-65 > 15 \n" ); document.write( "x > 80 mph \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------- \n" ); document.write( " \n" ); document.write( " |