Welcome back to Percent Foundations for Everyday Life! This is the second lesson of the course, and we are picking up right where we left off. Last time, we built a solid understanding of what percentages mean and practiced reading them in everyday contexts. Now we are going to unlock a skill that comes up every time we use a calculator, read a spreadsheet, or double-check a receipt: converting between percents and decimals. By the end of this lesson, we will be able to move confidently in both directions, even with tricky values below 1% or above 100%.
Why Percents and Decimals Are Connected
We already know that a percent is simply a number "out of 100." Writing 25% is the same as writing 10025, and when we carry out that division, we get 0.25. So 25% and 0.25 are really two ways of expressing the exact same quantity — one wears a % sign, and the other uses a decimal point.
This matters in practice because most tools expect one form or the other. A calculator needs the decimal form when we multiply, while a report for our manager looks cleaner with the percent form. The bridge between the two is always the number 100, and the rest of this lesson is about crossing that bridge quickly and accurately.
From Percent to Decimal
From Decimal to Percent
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
To convert a percent to a decimal, we divide by 100. In practice, dividing by 100 simply moves the decimal point two places to the left.
Decimal=100Percent
Let's walk through a few familiar values:
Percent
÷ 100
Decimal
50%
50÷100
0.50
8%
8÷100
0.08
75%
75÷100
0.75
Notice what happens with 8%. The starting number is 8, which we can think of as 8.0. Moving the decimal two places to the left gives 0.08. That leading zero is easy to forget, so it is worth pausing on single-digit percents like this one.
The method works the same way when the percent itself contains a decimal. For example, 7.5% becomes 7.5÷100=0.075. We still shift two places to the left, filling in zeros wherever we need them.
Going the other way, we multiply by 100. Multiplying by 100 moves the decimal point two places to the right, and then we attach the % symbol.
Percent=Decimal×100
Decimal
× 100
Percent
0.75
0.75×100
75%
0.04
0.04×100
4%
0.6
0.6×100
60%
Notice that these two conversions are mirror images of each other. If we convert 0.6 to 60% and then convert 60% back, we land right on 0.6 again. That symmetry is not a coincidence — it flows from the single idea we explore next.
Both conversions rely on the same place-value shift of two positions. The only difference is direction:
Percent → Decimal: slide the decimal point two places to the left (divide by 100).
Decimal → Percent: slide the decimal point two places to the right (multiply by 100).
A quick visual makes the symmetry easier to see:
Whenever we are unsure which way to shift, a quick sanity check helps: a percent number is always 100 times larger than its decimal form. So 45% should become the smaller number 0.45, and 0.45 should become the larger number 45%. If our answer moves in the wrong direction, we know we shifted the wrong way.
As we saw in the previous lesson, percentages can dip below 1% or climb above 100%. The same two-place shift applies in every case — no special rules needed.
Small percentages produce small decimals with extra leading zeros:
Percent
÷ 100
Decimal
0.5%
0.5÷100
0.005
0.25%
0.25÷100
0.0025
With 0.5%, we start at 0.5 and move the decimal two places left, filling in zeros along the way: 0.5→0.005. These tiny decimals appear regularly in finance and science, so getting comfortable with the extra zeros is well worth the effort.
Large percentages produce decimals greater than 1:
Percent
÷ 100
Decimal
150%
150÷100
1.50
250%
250÷100
2.50
The result fits our intuition: 150% of something means one and a half times the whole, which is 1.5. Whether the value is tiny or large, the two-place shift handles it the same way every time.
In this lesson, we discovered that percents and decimals are two faces of the same value, connected by a single place-value shift of two positions. To go from a percent to a decimal, we divide by 100 (shift left). To go from a decimal to a percent, we multiply by 100 (shift right). This rule holds for comfortable numbers like 50%, decimal percents like 7.5%, tiny values like 0.25%, and large values like 250%.
Now it is time to make these conversions feel automatic. The upcoming practice tasks will walk us from matching familiar pairs all the way to converting real workplace data, so let's jump in and turn this shift into a reflex!