Option C: center (1,2) and radius sqrt 5
The vertex form:

(h,k) - the coordinates of the vertex

The coordinates of the vertex are
(-4,13).
Answer:
(x²/4) + (y²/16) ≤ 1
Step-by-step explanation:
The general form of the ellipse in the graph is
x²/4 + y²/16 = 1
we want to find the inequality which represents the shaded area this will determine whether which of the following 2 choices are correct
Choice 1: x²/4 + y²/16 ≥ 1
Choice 2: x²/4 + y²/16 ≤ 1
we note that point (0,0) lies inside the shaded area. Which means if we substitute (0,0), it should create an equality that is valid.
try choice 1: 0²/4 + 0²/16 = 0 ≥ 1 (not valid because obviously zero is smaller than 1)
try choice 1: 0²/4 + 0²/16 = 0 ≤ 1 (this is valid, hence choice 2 is the answer)
Answer:
20%
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