Problem preview
MF.GR.2 Challenge MF-041-A12-V01

Identify a numerical pattern and write a rule that matches it.

Match rules and patterns across options

Problem

For the pattern \(1,~4,~7,~10,~13,~...\), test every rule below and report the complete set of matching labels.

A. Start at \(1\) and add \(3\) each time.
B. Multiply by \(3\) each time.
C. The \(n\)th term is \(3n~-~2\).
D. The \(n\)th term is \(n~+~3\).
E. The \(n\)th term is \(1~+~3(n~-~1)\).

Big Picture

What this problem is really about

Because several differently written rules can generate the same pattern, test every one rather than stopping after the first match. Recursive descriptions should reproduce each step from the starting term, while nth-term formulas should be evaluated at several positions and simplified when useful. This catches accidental one-term matches and reveals formulas that look different but are algebraically equivalent.

Inside Gozunta

Turn the preview into practice.

More than a preview

Gozunta lets you study this problem—and more than 10,000 others.

Create targeted learning sessions, use hints, check your answer, read the walkthrough, watch the video, print the work, and track your progress.

Discover Gozunta Try it now
Four variants of this problem type
Curriculum context
Standard
MF.GR.2
Category
Representations
Domain
Patterns
Objective
Identify a numerical pattern and write a rule that matches it.
Problem type
Match rules and patterns across options