document.write( "Question 270392: in maryland speed fine are determined by formula f=10(x-65) +50 where f is the cost in dollar of the fine if a person is caught drriving x miles per hours.
\n" );
document.write( "a fine comes to $400. how fast was the person speeding
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #198119 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! f=10(x-65)+50 \n" ); document.write( "400=10(x-65)+50 \n" ); document.write( "400=10x-650+50 \n" ); document.write( "10x=400+650-50 \n" ); document.write( "10x=1,000 \n" ); document.write( "x=1,000/10 \n" ); document.write( "x=100 mph. was the speed. \n" ); document.write( " |