Answer:
-4/5
Step-by-step explanation:
r=x/2
a=2x
ar²=-1/16
x^3=-1/8
x=-1/2
sn=a/1-r
=-4/5
Thats means angle BEC is 63. By the vertical angle theorem AED is the same. 3x-27 when x=30 is also 63.
Answer:
-3-3x=12
-3x=15 add 3 to both sides
x=-5 divide by -3 on both sides
x is equal to -5
if it helps plz mark brainliest
Step-by-step explanation:
Answer:
- recursive: a[1] = 7440; a[n+1] = a[n] -120
- explicit: a[n] = 7440 -120(n -1)
Step-by-step explanation:
The sequence of amounts in Jackson's account will be ...
7440, 7320, 7200, ...
with a first value (a1) of 7440 and a common difference (d) of -120.
The recursive formula for an arithmetic sequence is ...
a[1] = a1
a[n+1] = a[n] +d
For our sequence, the recursive formula is ...
a[1] = 7440
a[n+1] = a[n] -120
__
The explicit formula for an arithmetic sequence is ...
an = a1 +d(n -1)
For our sequence, the explicit formula is ...
a[n] = 7440 -120(n -1)