Answer:
The object will reach its highest point 0.5 seconds after it has been thrown.
Step-by-step explanation:
The object reaches its maximum height when velocity is equal to zero, the velocity is the derivative of function height. That is:
(1)
Where
is the velocity of the object at time
, in feet per seconds.
If we know that
and
, then the time when object reaches its highest point is:



The object will reach its highest point 0.5 seconds after it has been thrown.
It's C, just look at where the points are.
Step-by-step explanation:
12 - 9 + c = 12
-9 + c = 12 - 12
- 9 + c = 0
Therefore c = 9
Hope this helps.!
Answer:
last one.................
Step-by-step explanation:
that is
sum(2^r) for r=1 to n, plus sum(1/2) for r=1 to n.
and that is
sum(2^r) + n/2 for r=1 to n.
2^r is a geometric sequence with 2 being the common ratio (every new term is created by multiplying the previous term by 2).
and since r is starting at 1, the first term a1 = 2.
the formula for the sum of a finite geometric sequence is
Sn = a1×(1 - r^n) / (1 - r)
with r being the common ratio .
so, in our case
Sn = 2×(1 - 2^n) / (1 - 2)
Sn = (2 - 2^(n+1)) / -1 = 2^(n+1) - 2
and so, in total we get
2^(n+1) - 2 + n/2 = 2^(n+1) + (n - 4)/2