Question 1196979
.
I have a question in my Precalculus class. Here is an example- 
A deer was struck by a car in the road. The driver left skid marks of 185 feet. 
The police know that the length of skid marks (when brakes are applied) varies directly 
to the square of the speed of the car. They know that under normal conditions 
a car going 30 miles/hour leaves skid marks of 40 feet.
How fast was the car going before applying brakes before the deer was hit? 
Round answer to two decimal places.
The equation I was told to use is L=Ks^2
~~~~~~~~~~~~~


<pre>
First step is to determine the value of coefficient K in your equation.


So, you write this equation, based on the second scenario

    40 = {{{K*30^2}}}   ( <<<---=== in this case, L = 40 ft, s = 30 mph, the speed)


From this equation,

    K = {{{40/30^2}}} = 0.0444... = 0.0444 (rounded).


Thus you know your function in all details: it is

    L = 0.0444*s^2,   where s is the speed of the car, in miles per hour.


        +---------------------------------------------+
        |    At this point, first step is complete,   |
        |       and I start the second step.          |
        +---------------------------------------------+


Now in your base case with the unhappy deer, you write the corresponding equation

    185 = {{{0.0444*v^2}}},   where v is the unknown speed of the car,


From the equation, you get

    {{{v^2}}} = {{{185/0.0444}}} = 4166.67,

    v  = {{{sqrt(4166.67)}}} = 64.55 miles per hour   (rounded).    <U>ANSWER</U>
</pre>

---------------


Solved.


Is everything clear to you in my solution ?