Problem preview
F-BF.1.a Warmup M2-014-A09-V01

Build quadratic and exponential functions from context using explicit formulas, recursive processes, or calculation steps.

Build a recursive exponential model from a context

Problem

Write a zero-based recursive model for a population starting at \(200\) and doubling each generation. Define \(P(0)\), give \(P(n)\) in terms of \(P(n-1)\) with \(n\ge~1\), and generate the first \(\text{two}\) new generations as a check.

Big Picture

What this problem is really about

A recursive exponential model needs both an indexed starting value and a rule that multiplies the preceding term. We’ll place the initial population at generation zero, translate doubling into a constant factor on the previous generation, specify where the recurrence begins, and generate the next two terms as a check.

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
Course
Math II
Standard
F-BF.1.a
Category
Functions
Domain
Building Functions
Objective
Build quadratic and exponential functions from context using explicit formulas, recursive processes, or calculation steps.
Problem type
Build a recursive exponential model from a context