Answer:
a. 0
b. 4^1
c. 14
d. 8
Step-by-step explanation:
Answer:
16 lessons
Step-by-step explanation:
12 divided by .75 = 16
Answer:
never
Step-by-step explanation:
In a right triangle, every angle has an opposite side and an adjacent side. And there's always a hypotenuse.
The sine of an angle is the ratio of the length of the opposite side divided by the length of the hypotenuse.
The tangent ratio of an angle is the opposite side over adjacent side, it is not the sine ratio of a triangle.
For example, ABC is a right angled triangle having length of the sides are a,b,c.
So

Well, the area of a trapezoid is A = (

+

) * h * 1/2 so you can use the area of a parallelogram, which is A = l * w, by splitting the trapezoid into 2 triangles and one rectangle. So you'd use A = l * w for the rectangle and A = 1/2bh for the triangles. You'd get the same answer!
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