Answer:
I believe it is 180
Step-by-step explanation:
All triangles add up to 180
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:
i think the answer is 99 im not completely sure though
but i hope this helps
Answer:
1/24 chance
Step-by-step explanation:
To begin you would need to find the probability of picking a green sock which would be 3/9; and you could simplify this to 1/3.
After that you need to find the probability of picking a purple sock out of the 8 left, which would provide you with 1/8. To find the probability of both you would multiply 1/8 by 1/3 to find the combined probability which would leave you with 1/24.
If we multiply the bottom equation by 2 and move x to the right, it becomes:
4y = 2x-38
Now we can substitute it for the 4y in the top equation:
3x + (2x-38) = -23 => 5x = -23+38 => 5x = 15 => x=3
Then 4y = 2*3-38 => y = -8
So the solution is (3,-8)