Answer:
Step-by-step explanation:
Recursive Sequence
We are given the following sequence:
-1, 1, 5, 13...
It's required to find the recursive term for the sequence.
A recursive formula calculates each term as a function of one or more previous terms.
To find the recursive formula, we must find a pattern and transform it into a math expression.
Let's write the sequence, and below it, the difference of consecutive terms:
-1, 1, 5, 13...
+2, +4, +8
Note the difference between consecutive terms is always a power of 2, starting from 2^1, 2^2, 2^3.
The exponent is one less than the number of the term, thus:
Thus:
Testing:
n=1
(given).
n=2
n=3
n=4
Answer:
surface area of the triangular pyramid
=(1/2×9×7.8)+(3×1/2×9×12.3)
=35.1+166.05
=201.15 inch²
<span>x+y = 23 and 2x+3y=55; The wording of the answer choices were confusing, but both of these come together to make the correct answer. First, you need x (number of bracelets) + y (number of necklaces) to determine how many of each were sold. Then, you add 2x (cost of each bracelet x bracelets sold) and 3y (same as bracelets but for necklaces). This results in the total amount sold.</span>
-4(x-7)=36
-4x+28=36
-4x=8
x=-2
Answer:
y = 1/2x + 4
Step-by-step explanation:
If the line is perpendicular to y = -2x + 5 then the new line has a slope of 1/2.
So solve for b: using y = mx + b
2 = 1/2(-4) + b
2 = -2 + b
4 = b
Put it all together
y = 1/2x + 4