asked 171k views
2 votes
Identify the pattern and find the next number in the pattern. 0.8, 3.2 12.851.2

2 Answers

4 votes

Answer:

204.8

Explanation:

test

answered
User Ethrbunny
by
7.8k points
4 votes
For this case we have the following sequence:
0.8
3.2
12.8
51.2
This sequence can be written as:
0.8 = 0.2 * 4 = 0.2 * 4 ^ 1
3.2 = 0.2 * 16 = 0.2 * 4 ^ 2
12.8 = 0.2 * 64 = 0.2 * 4 ^ 3
51.2 = 0.2 * 256 = 0.2 * 4 ^ 4
Therefore, we have that the generic expression for this case is:
an = 0.2 * 4 ^ n
Then, the next number is then:
a5 = 0.2 * 4 ^ 5 = 0.2 * 1024 = 204.8
answer
the next number in the pattern is 204.8
answered
User GrowingBrick
by
8.3k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.