asked 192k views
5 votes
What is the pattern rule 1,4,13,40,121

asked
User Bre
by
7.8k points

2 Answers

0 votes

Answer:

the next number is 3 times of previous number + 1

Explanation:

like;


4 = (1) * 3 + 1


13 = (4) * 3 + 1

etc...

answered
User Ekhanna
by
7.7k points
3 votes

Answer:

(x * 3) + 1

Explanation:

(1 * 3) + 1 = 4

(4 * 3) + 1 = 13

(13 * 3) + 1 = 40

etc

answered
User Jack Carlisle
by
7.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.