Not similar one is using a 20 in area and the other is using a 96 in area
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
Answer:
B
Step-by-step explanation:
it is an exponential function
The equation seems to be
1
-------- = 5 ^ (x + 4)
25
In that case, this is the solution, stept by step:
1) factor 25: 25 = 5^2
1
=> ----------- = 5^(x + 4)
5^2
2) invert 5^2
=> 5^(-2) = 5^(x+4)
3) Given that the bases are equal, the exponents also have to be equal:
=> - 2 = x + 4
3) transpose +4:
=> - 2 - 4 = x
=> x = - 6
Answer: - 6
Answer:
A
Step-by-step explanation:
<u>Slope- intercept </u><u>form</u>
y= mx +c, where m is the slope and c is the y-intercept.
The given equation is in the slope-intercept form and hence we can easily identify its slope by looking at the coefficient of x.
y= 2x +7
slope= 2
Parallel lines have the same slope, thus the slope of the parallel line is also 2.
Substitute m= 2 into the general equation:
y= 2x +c
Substitute a pair of coordinates into the equation to find the value of c:
When x= 3, y= 11,
11= 2(3) +c
11= 6 +c
c= 11 -6
c= 5
Therefore the equation of the line is y= 2x +5.