<h3><em>Hey there today we will solve your problem,</em></h3>
Number 1
_______________
<h3>Definitions</h3>
- Vertical angles - <em>either of two angles lying on opposite sides of two intersecting lines.</em>
<em />
- Linear Pair - <em>A linear pair is a pair of adjacent angles formed when two lines intersect.</em>
_______________
Now we can solve Number 1, there is one pair of Vertical angles being ∠5 and ∠3
_______________
Number 2
Since we know the definition of a Linear Pair we can solve this problem also, the only Linear Pair that we can choose out the ones give to us is ∠4 and ∠3, because they are adjacent.
_______________

- ∠5 and ∠3
2. ∠4 and ∠3
Well, Brainly really doesn't like questions that are lifted straight out of exams, tests, or quizzes, so there's only so much I can say.
... You've GOT the formula for the height h at any time t .
... It TELLS you to find t when h=0.
... So write the equation
-16 t^2 + 32 t = 0
and then solve the equation to find t .
You'll find two solutions for t .
One of them is. t=0 .
This reveals the mind-blowing fact that the instant before the rocket was launched, at t=0, the rocket was on the ground.
The other solution for t will tell you how many seconds after launch the rocket is back on the ground.
Answer:
0.06
Step-by-step explanation:
Answer:
=144*8/2.5
=1152/2.5
=460.8
Step-by-step explanation:
there you go
Answer:
a. a[1] = 3; a[n] = 2a[n-1]
b. a[n] = 3·2^(n-1)
c. a[15] = 49,152
Step-by-step explanation:
Each term of the given sequence is 2 times the previous term. (This description is the basis of the recursive formula.) That is, the terms of the given sequence have a common ratio of 2. This means the sequence is geometric, so the formulas for explicit and recursive rules for a geometric sequence apply.
The first term is 3, and the common ratio is 2.
<h3>(a)</h3>
The recursive rule is ...
a[1] = 3
a[n] = 2×a[n-1]
__
<h3>(b)</h3>
The explicit rule is ...
a[n] = a[1]×r^(n-1)
a[n] = 3×2^(n-1)
__
<h3>(c)</h3>
The 15th term is ...
a[15] = 3×2^(15-1) = 3×2^14
a[15] = 49,152