Introduction

You have reached the third lesson in Percentages in News and Statistics, and your toolkit is growing fast. In the first lesson, you mastered calculating percent change between two values. In the second, you sharpened your ability to identify the base group behind any reported percentage. Now we take the next logical step: turning a reported percentage back into an actual count of people or items.

News stories often say things like "37% of employees prefer remote work" or "about 12% of residents experienced flooding." These statements paint a picture in relative terms, but sometimes we want a more concrete answer: how many people is that, roughly? In this lesson, you will learn to estimate that count whenever the total group size is known.

Why Counts Matter

Percentages are great for comparing shares, but they can hide the real scale of a situation. Hearing that "4% of patients reported side effects" feels different when the study involved 200 patients versus 50,000 patients. In the first case, 4% is about 8 people; in the second, it is about 2,000 people. The percentage is the same, yet the human impact is very different.

Being able to move from a percentage to an approximate count helps you gauge the actual size of a finding. It also prepares you for the next lesson, where we will compare percentages across groups of different sizes. For now, let's focus on the calculation itself.

The Core Calculation

As you may recall from earlier courses, finding a percent of a number means converting the percent to a decimal and then multiplying. The same method works here. When a report says that some percentage of a known total belongs to a certain category, we estimate the count with this formula:

CountPercent100×Total\text{Count} \approx \frac{\text{Percent}}{100} \times \text{Total}

Here is the process broken into three steps:

  1. Convert the percent to its decimal form by dividing by 100.
  2. Multiply the decimal by the total group size.
  3. Round the result to a whole number, because we usually cannot have a fraction of a person or item.
A Clean Example

Suppose a company newsletter reports: "18% of our 500 employees volunteered at the community event." We want to know roughly how many employees that represents.

Step 1 — Convert to a decimal:

18%=18100=0.1818\% = \frac{18}{100} = 0.18

Step 2 — Multiply by the total:

0.18×500=900.18 \times 500 = 90
A Messier Example

Now consider a local news report: "23% of the town's 1,847 registered voters turned out for the special election." Let's estimate the count.

Step 1 — Convert to a decimal:

23%=0.2323\% = 0.23

Step 2 — Multiply by the total:

0.23×1,847=424.810.23 \times 1{,}847 = 424.81

Step 3 — Round to a whole number:

Since we cannot have 0.81 of a voter, we round to the nearest whole number: about 425 voters.

Notice that the original percentage was already an approximation from a survey or tally, so a rounded whole-number count is perfectly appropriate. The goal is a reasonable estimate, not false precision.

Rounding Guidelines

Rounding in this context is straightforward, but a couple of principles keep your answers sensible:

  • Round to the nearest whole number when counting people or discrete items. Use standard rounding: if the decimal part is 0.5 or higher, round up; otherwise, round down.
  • Use the word "about" or "approximately" when stating your answer. The reported percentage itself may have been rounded, so the count you calculate is an estimate, not an exact headcount.

Here is a quick reference showing how rounding plays out at different scales:

Reported StatDecimalMultiplicationRounded Count
34% of 1,200 students0.340.34×1,200=4080.34 \times 1{,}200 = 408408 students
7% of 863 respondents0.070.07×863=60.410.07 \times 863 = 60.41
From Percentages to Real-World Reporting

Let's apply this skill to a realistic reporting scenario. Imagine you read the following survey summary:

A recent poll of 3,400 adults found that 62% are concerned about rising grocery prices.

To find the approximate number of concerned adults, we calculate:

0.62×3,400=2,1080.62 \times 3{,}400 = 2{,}108

We can now say: "About 2,108 of the 3,400 adults surveyed expressed concern about rising grocery prices." Stating both the count and the total gives your reader a clear picture of scale. It also reinforces the connection to the previous lesson, where we stressed the importance of naming the base group. Here, the base group is the 3,400 adults polled, and the count of 2,108 is our estimated share of that group.

Conclusion and Next Steps

In this lesson, you learned how to convert a reported percentage into an approximate count of people or items. The method is simple: convert the percent to a decimal, multiply by the group total, and round to a whole number. We also discussed why saying "about" matters, since both the percentage and the total may carry their own rounding. This skill bridges the gap between abstract shares and real-world quantities, making statistical claims feel more concrete and easier to evaluate.

Up next, you will practice this technique hands-on with a set of exercises that start with clean totals and gradually move to messier, real-world numbers. You will also get to explain your rounding choices in a realistic survey scenario, so be ready to show your reasoning. Time to turn those percentages into people!

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal