The answer is B.
If he earns $x in one week, then you need 2x to calcualte 2 weeks, add that with his allowance and there you have it.
We are given that triangle AOB
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
-8.1
Step-by-step explanation:
<em>Times </em><em>all </em><em>by </em><em>9</em><em> </em><em>to </em><em>get </em><em>rid </em><em>of </em><em>fraction</em>
<em></em>
<em>Take </em><em>2</em><em>1</em><em>.</em><em>6</em><em> </em><em>away</em><em> </em><em>from</em><em> </em><em>both</em><em> </em><em>sides</em>
<em></em>
<em>Divide</em><em> </em><em>by </em><em>-</em><em>4</em>
<em></em>
<h3>
Answer: -7 < x < 17</h3>
====================================================
Explanation:
Plug in the lower bound of the domain, which is x = -3
f(x) = 3x+2
f(-3) = 3(-3)+2
f(-3) = -9+2
f(-3) = -7
If x = -3, then the output is y = -7. Since f(x) is an increasing function (due to the positive slope), we know that y = -7 is the lower bound of the range.
If you plugged in x = 5, you should find that f(5) = 17 making this the upper bound of the range.
The range of f(x) is -7 < y < 17
Recall that the domain and range swap places when going from the original function f(x) to the inverse
This swap happens because how x and y change places when determining the inverse itself. In other words, you go from y = 3x+2 to x = 3y+2. Solving for y gets us y = (x-2)/3 which is the inverse.
-----------------------
In short, we found the range of f(x) is -7 < y < 17.
That means the domain of the inverse is -7 < x < 17 since the domain and range swap roles when going from original to inverse.