This sequence be represented as a recursive equation by a1=8 and an=2a1
<u>Step-by-step explanation</u>:
- 'Recursive' refers to the repetition of a specific process in a sequence.
- The given sequence is {8,16,32,64}.
- If the value is 2 times the previous value, then an=2a(n-1)
Let a1=8,
then a2 = 2a(2-1)
⇒ a2 = 2a1
⇒ a2 = 2(8)
⇒ a2 = 16
Similarly,
For a2=16,
⇒ a3 = 2(a2)
⇒ a3 = 2(16)
⇒ a3 = 32
For a3=32,
⇒ a4 = 2(a3)
⇒ a4 = 2(32)
⇒ a4 = 64
∴ The equation is recursive as a1=8 and an=2a1 to follow the sequence.
The answer would be 20.
How?
7 + 9 = 16
16 + 4 = 20
Answer:
d
when you put in the calculator it starts from the top then gets closer to 0
Answer:
0.4167
Step-by-step explanation:
hope i help
Answer: yes, it is
Step-by-step explanation:
A number is divisible by 6 if it is divisible by 2 and 3 simultaniously.
n = k(k+1)(k-1)
If k-1 is a multiple of 3, n is divisible by 3, so one of the requirements is ok.
Now, if k-1 is a multiple of 3, it can be even or odd.
if k-1 is even, then it is divisible by 2 and as it is divisible by 3 as well, n is divisible by 6
if k-1 is odd, then k and k+1 is even, hence, divisible by 2.
As n = k(k+1)(k-1), n is also divisible by 6.