3 x 6 to the power of 4 divide that by how many people their are !
Answer:
c(h) = 40*h + 50
Step-by-step explanation:
Let h be the variable that represents the number of hours
As the cable operator charges $40.00 for an hour so for h hours, the expression will be 40*h
And
Lastly, he has to charge $50.00 must as service charge,
As the number of hours is variable here so the function will be in terms of hours.
So the resulting function will be:
c(h) = 40*h + 50
Here, Function: h(t)= -16t² + 70t + 40
So, put the value of t, (time at which you want to calculate the height)
h(1) = -16(1)² + 70(1) + 40
h(1) = -16 + 110
h(1) = 94
Now, h(2) = -16(2)² + 70(2) + 40
h(2) = -64 + 180
h(2) = 116
h(3) = -16(3)² + 70(3) + 40
h(3) = -144 + 250
h(3) = 106
In short, Your height depends on time, and at each time it would be different, can be expressed by the coordinates on a Graph: (1, 94) (2, 116) (3, 106)
Hope this helps!