Answer:
4
Step-by-step explanation:
the third angle of the inner triangle is defined by using the rule that the sum of all angles in a triangle must be 180 degrees. let's call this angle a
180 = 48 + 16x + a
132 - 16x = a
and then we know that both angles, 28x and a together must also be 180, as they are complementing each other to cover the whole top of the base line.
so,
28x + 132 - 16x = 180
12x = 48
x = 4
Answer:
Trevon scored -8.
Beth's score was 3/4 of trever's score = -8 *3/4 = -6
leah's score was 1/4 of beth's score. = -6 *1/4 = -1.5
Leah's score was -1.5
Answer:
isolate the vvariable
Step-by-step explanation:
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