MATH 3 • MODELING & APPLICATIONS

Communicating Modeling Solutions — I can communicate a modeling solution with representations, units, and a clear conclusion.

Learn to present mathematical models so others understand your reasoning, trust your results, and can act on your conclusions.

Historical Context & Motivation

Mathematics has always been a tool for making sense of the world, but a model is only as powerful as a person's ability to communicate it. Throughout history, breakthroughs in science and engineering depended not just on discovering the right equation, but on explaining it clearly enough for others to verify, improve, and apply. When communication fails—when units are omitted, graphs are mislabeled, or conclusions are vague—even correct mathematics can lead to costly mistakes.

1687
Newton's Principia
Isaac Newton published his laws of motion with carefully defined variables, geometric diagrams, and verbal explanations—a model of clear scientific communication that set the standard for centuries.
1854
Florence Nightingale's Rose Diagrams
Nightingale used innovative polar-area charts to communicate data about preventable deaths in military hospitals. Her visual representations convinced Parliament to reform sanitation practices.
1999
Mars Climate Orbiter Failure
NASA lost a $125 million spacecraft because one engineering team used pound-force seconds while another used newton-seconds. The units mismatch was never clearly communicated, destroying the orbiter on arrival at Mars.
2020
COVID-19 Modeling & Public Communication
Epidemiological models shaped global policy. Clear graphs, defined assumptions, and honest conclusions built public trust; poorly communicated models fueled confusion and mistrust.

These examples highlight a common thread: the math itself is only half the battle. Whether you are presenting to a classmate, a boss, or the public, your audience needs to see what you modeled, how you modeled it, what your answer means, and why they should believe it. This lesson equips you with the framework to do exactly that.

Core Principles of Communicating a Modeling Solution

Communicating a modeling solution is more than writing down an answer. It requires you to present the full story of your mathematical reasoning so that any reader can follow your logic from the real-world question through the math and back to a real-world conclusion. There are four foundational pillars that make this communication effective.

1

Representations

Use tables, graphs, equations, and diagrams to show how your model behaves. Multiple representations help different audiences understand your solution and cross-check your work.
2

Units & Labels

Every number in your solution must carry its units (dollars, miles per hour, people per year). Axes on graphs, columns in tables, and variables in equations all need clear labels.
3

Logical Structure

Present your work in a clear sequence: define the problem, state assumptions, show your model, solve, and interpret. Each step should flow logically into the next.
4

Clear Conclusion

End with a sentence that answers the original question in context. State what the number means in the real world, and note any limitations or assumptions that affect its reliability.
KEY TAKEAWAY
Think of communicating a modeling solution like giving someone directions. You wouldn't just say "turn left"—you'd say "turn left onto Oak Street after the gas station, then drive 0.3 miles." Similarly, a modeling solution needs context (the problem), landmarks (representations), measurements (units), and a destination (the conclusion).

Anatomy of a Well-Communicated Solution

The diagram below shows the complete structure of a modeling solution. Notice how the process flows from the real-world question at the top, through the mathematical model in the middle, and back to a real-world conclusion at the bottom. Every stage is annotated with the communication elements that make it effective.

Each colored box represents one stage of a complete modeling solution. Notice the flow from the real-world question (cyan) through variables and assumptions (violet), representations (pink), unit-tracked computation (amber), and back to a conclusion in plain language (green).

The key idea is that your solution forms a bridge between the real world and the mathematical world. You start in reality, cross into math, do your calculations, and then return to reality with an answer that is meaningful and actionable. If any part of that bridge is missing—no units, no graph, no interpretation—the reader falls through the gap.

The Mathematical Framework — Units, Equations, and Interpretation

When you present a modeling solution, the mathematical framework is the backbone. Every equation must be introduced with defined variables, every calculation must carry its units through each step, and every result must be interpreted in context. Below are the key structures you will use.

DEFINING YOUR MODEL
y = f(x)
Where y is the dependent (output) variable with its units, x is the independent (input) variable with its units, and f is the function (linear, quadratic, exponential, etc.) that relates them.
UNIT TRACKING EXAMPLE
Distance = Rate × Time → 60 mi/hr × 2.5 hr = 150 mi
Notice that "hr" in the denominator cancels with "hr" in the time value, leaving miles as the final unit. This dimensional analysis step confirms your answer has the correct unit.
INTERPRETING THE RESULT
Conclusion: [Number] [units] means [real-world interpretation]
Example: "150 miles means the car will travel 150 miles in 2.5 hours at a constant speed of 60 mph, assuming no stops." Always state the answer, its units, and what it means in the original context.
⚠️ Unit Checkpoints
A strong modeling communication includes units at three critical points: (1) when you define your variables, (2) during each calculation step, and (3) in your final conclusion. If you lose track of units at any step, your reader—and possibly you—will lose confidence in the answer.

Types of Representations and When to Use Them

A single modeling solution can be expressed in many ways: an equation, a table of values, a graph, or a verbal description. Each representation has strengths, and using multiple representations makes your communication far more convincing. The diagram below compares these four types side by side for the same relationship.

All four representations describe the same linear model, C = 2n + 10. The equation (amber) is precise and generalizable. The table (cyan) reveals the numerical pattern. The graph (green) shows the visual trend and rate of change. The verbal description (pink) explains the real-world meaning. Strong modeling communication uses at least two of these together.
Choosing the right representation depends on your audience and purpose.
RepresentationBest ForWatch Out For
EquationPredicting any input-output pair; generalizing patternsMust define every variable and its units
TableShowing specific values; spotting patterns like constant differencesLabel every column with variable name and units
GraphVisualizing trends, intercepts, and rate of changeLabel both axes with variable names and units; title the graph
Verbal DescriptionExplaining meaning to a non-math audience; stating conclusionsInclude specific numbers and units; don't be vague

Worked Example — Communicating a Population Model

Let's walk through a complete modeling solution from start to finish. A town council asks: "Our town had 12,000 residents in 2020 and is growing at about 3% per year. How many residents should we plan for in 2030?" Watch how each step communicates clearly to the audience.

Communicating a Population Growth Model
1
Step 1 — State the Question and Define VariablesWe want to predict the population of the town in 2030. Let P(t) = population (people) at time t, where t = number of years after 2020. Initial population: P₀ = 12,000 people. Growth rate: r = 0.03 (3% per year).
2
Step 2 — State AssumptionsWe assume the growth rate remains constant at 3% per year and that no extraordinary events (economic collapse, new factory, etc.) alter the trend. This is an exponential growth model, which is appropriate for populations with consistent percent growth.
3
Step 3 — Write the Equation with UnitsThe exponential growth model is: P(t) = P₀ × (1 + r)ᵗ = 12,000 × (1.03)ᵗ, where P(t) is in people and t is in years.
Model: P(t) = 12,000 × (1.03)ᵗ [people]
4
Step 4 — Solve for t = 10 (year 2030)Substitute t = 10: P(10) = 12,000 × (1.03)¹⁰. Calculate (1.03)¹⁰ ≈ 1.3439. Then P(10) = 12,000 × 1.3439 ≈ 16,127 people.
P(10) ≈ 16,127 people
5
Step 5 — Create a Supporting TableTo show the growth trend, build a table: Year 2020 → 12,000; Year 2022 → 12,731; Year 2024 → 13,506; Year 2026 → 14,328; Year 2028 → 15,200; Year 2030 → 16,127. This table helps the council see the population increasing each year, reinforcing the exponential pattern.
6
Step 6 — Write the Conclusion in ContextBased on an exponential model with a 3% annual growth rate, the town's population is projected to reach approximately 16,127 people by 2030. This represents an increase of about 4,127 residents over 10 years. The council should note that this model assumes a steady 3% growth rate; actual growth may vary due to economic changes, migration patterns, or policy decisions.
Conclusion: The town should plan infrastructure for approximately 16,100 residents by 2030, under the assumption of 3% annual growth.
💡 Why This Communication Works
Notice how the solution includes all four pillars: the equation is a representation, units (people, years) appear at every stage, assumptions are stated explicitly, and the conclusion answers the original question in plain language. A town council member who hasn't taken a math class in 30 years can still understand the final answer and its limitations.

Common Mistakes vs. Strong Communication

Even students who arrive at the correct numerical answer can lose credit—and lose their audience—by failing to communicate effectively. The table below contrasts weak communication with strong communication across the key areas.

Compare the two columns—strong communication is about interpretation, not just computation.
ElementWeak Communication ✗Strong Communication ✓
Final answer"The answer is 16,127.""The town will have approximately 16,127 residents by 2030."
UnitsUnits appear only in the final answer, if at all.Units are present when variables are defined, throughout calculations, and in the conclusion.
GraphAxes unlabeled; no title; data points floating.Axes labeled with variable name and units; descriptive title; key features noted.
AssumptionsNot mentioned at all.Stated clearly: "This assumes a constant 3% growth rate."
ConclusionEnds with the last calculation step.Answers the original question in a complete sentence with real-world context and noted limitations.
KEY TAKEAWAY
Imagine you text a friend "16,127" with no context. They'd have no idea what you're talking about. That's what a modeling solution looks like without units, labels, and a conclusion. Your job is to make sure someone who reads only your final paragraph can understand both the answer and why it matters.

Connecting to Advanced Modeling and Professional Practice

The communication skills you are building now form the foundation for more advanced modeling work in college, careers, and research. Whether you go into engineering, data science, public health, or business, the expectation to present a model clearly only intensifies. The table below shows how these ideas evolve.

The same four pillars persist—they just get more sophisticated.
Communication ElementMath 3 LevelCollege / Professional Level
RepresentationsEquation, table, graph, verbal descriptionInteractive dashboards, simulation outputs, statistical plots with confidence intervals
UnitsTrack units through each computation stepFormal dimensional analysis; unit conversion protocols; SI standards
AssumptionsState key assumptions in a sentence or twoSensitivity analysis showing how results change if assumptions are wrong
ConclusionPlain-language statement answering the question with units and limitationsExecutive summaries, peer-reviewed abstracts, recommendation memos with risk assessments

In AP Statistics, you will encounter inference and confidence intervals, which add a layer of uncertainty to your conclusions. In college-level engineering courses, your models might involve differential equations with carefully tracked units across multiple dimensions. In data science, you might present results through interactive visualizations where the audience can explore different scenarios. In every case, the core skill remains the same: clearly communicating what you did, why you did it, and what it means.

Practice Problems

PROBLEM 1CONCEPTUAL
A student solves a modeling problem and writes: "The answer is 45." Identify at least three things missing from this communication and explain why each one matters.
PROBLEM 2BASIC CALCULATION
A phone plan charges a $25 monthly base fee plus $0.10 per text message. Write the equation for the total monthly cost C in terms of the number of texts t, including units for every quantity. Then calculate the cost for 300 texts and write a one-sentence conclusion.
PROBLEM 3INTERMEDIATE
A bacteria population doubles every 4 hours. Starting with 500 bacteria, write an exponential model, create a table of values for t = 0, 4, 8, 12, 16, and 20 hours, and write a complete conclusion predicting the population after 20 hours. Be sure to define all variables, include units, and state your assumptions.
PROBLEM 4APPLIED
A school is fundraising by selling candles. They pay $200 upfront for supplies and sell each candle for $8. Write a profit model, create a graph with properly labeled axes, and determine how many candles they must sell to break even. Present your entire solution as if you were presenting it to the school principal, including at least two representations and a clear conclusion.
PROBLEM 5CRITICAL THINKING
Two students model the same data about a city's annual energy consumption (in megawatt-hours) over 10 years. Student A uses a linear model and concludes energy use will reach 5,200 MWh in year 15. Student B uses an exponential model and concludes it will reach 6,800 MWh. Both students show correct algebra and include units. However, neither student explains why they chose their particular model. Write a paragraph evaluating both solutions. What additional communication element would improve both presentations, and how would it help the city council make a better decision?

Lesson Summary

Communicating a modeling solution means building a bridge from a real-world question through mathematical representations and back to a clear, contextual conclusion. Every effective solution includes four pillars: representations (equations, tables, graphs, and verbal descriptions), units and labels at every stage of the work, a logical structure that guides the reader from problem to solution, and a stated set of assumptions so the audience understands the model's limitations.

The strongest modeling solutions use multiple representations to reinforce the message, track units through every calculation via dimensional analysis, and end with a conclusion in plain language that answers the original question, states the result with units, and acknowledges any limitations. Whether you are writing for a teacher, a town council, or a future employer, these skills make the difference between math that sits on a page and math that drives real decisions.

Varsity Tutors • Math 3 • Communicating Modeling Solutions