Question 115125
Maria drove from Providence to new Hampshire in 1.5 hours. if the distance is 110 miles how fast was she traveling? The answer is 73 mph, but I want to know how to graph that.
:
When you solved the problem you used:  Speed = Dist/time;
you got  73.33 = {{{110/1.5}}}
:
Replace time with x and speed with y:
:
To graph it write it: y = {{{110/x}}}
:
Plot it from x = 1 to x = 10 and you will get graph like this:
{{{ graph( 300, 200, -6, 11, -10, 120, 110/x) }}}
Note that x=1; y = 110 mph and when x = 10; y = 11 mph
:
Did this help you?