Y= 5
5(8) - 2(5)
40 - 10 = 30
Answer:
x=7,-17/3
Step-by-step explanation:
Answer:
77
Step-by-step explanation:
the dog ate half so there is only the other half left and there is 43 cards left
1 half + 1 half = 1 whole so 43 + 43 = 86
86 is the total after he bought 9 new cards
86 - 9 = 77
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:
(x+6)(y+3)
Step-by-step explanation:
- xy + 3x + 6y + 18
- x(y + 3) + 6(y+3)
- <u>(</u><u>x</u><u>+</u><u>6</u><u>)</u><u>(</u><u>y</u><u>+</u><u>3</u><u>)</u>