Asked by noah
Input 1 2 4 5 10 12
Output 3 5 9 11 21 25
Write the rule
Output 3 5 9 11 21 25
Write the rule
Answers
Answered by
Damon
1 3
2 5
3 try constant difference of 2 -->7
4 9
5 11
6 -->13
7 -->15
8 -->17
9 -->19
10 21
11 --> 23
12 25 so it worked
accordind to my rule
0 1
so
y(n) = 2 + y(n-1)
or y(n) = 1 + 2(n)
y = 2 n + 1
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.