Intuition What this page is for
The parent note gave you the rules . This page hunts down every kind of number a conversion question can hand you and works it fully — so you never meet a case you haven't already seen. We first lay out a map of all the cases , then walk one worked example through each square on the map.
Think of every conversion problem as a point on a grid. The two things that make a problem feel different are: (a) what form you start in , and (b) what kind of number it is (does the decimal stop? is it bigger than one whole? is it zero? is it a word problem?).
Here is every cell we must cover:
Cell
Case class
A number that lands here
A
Fraction → decimal, terminating
8 5
B
Fraction → decimal, recurring
3 2
C
Decimal → fraction, one/two places
0.35
D
Percentage → fraction, needs simplifying
65%
E
Percentage over 100 (improper)
250%
F
Zero / degenerate input
0 , and 7 0
G
Percentage with a fractional/decimal part
12.5%
H
Whole number as a percentage (limiting: the whole)
1 = 100%
I
Word problem (real-world comparison)
"17 out of 25 marks"
J
Exam twist (which is biggest? mixed forms)
compare 5 3 , 0.58 , 62%
Intuition Why a matrix and not just "more examples"?
Random practice leaves gaps — you might do ten terminating fractions and never meet a recurring one, then panic in the exam. A matrix is a checklist of case classes ; once every cell has a worked example, you have provably seen the whole territory.
The one fact behind all of it, from the parent note:
p % = 100 p , b a = a ÷ b , decimal × 100 percent .
The number line below reminds you these are all the same points wearing different costumes — a conversion never moves a number, it only relabels it.
Worked example Cell A · Convert
8 5 to a decimal and a percentage.
Forecast: Before reading on, guess: will the decimal stop , and roughly how big is it (between 0 and 1 ? closer to 2 1 or to 1 )?
Step 1. Rewrite the fraction as a division: 8 5 = 5 ÷ 8 .
Why this step? A fraction b a is "a shared into b equal parts" — division is its definition, not a trick. See Long division .
Step 2. Do the long division: 5.000 ÷ 8 = 0.625 . It reaches remainder 0 , so it terminates .
Why this step? 8 = 2 3 has only the prime factor 2 . A fraction terminates exactly when its denominator (in lowest terms) is built only from 2 s and 5 s — the primes hiding inside 10 .
Step 3. To a percent, multiply by 100 : 0.625 × 100 = 62.5% .
Why this step? "Percent" = number of hundredths; × 100 counts them.
Verify: Go backwards — 62.5% = 100 62.5 = 0.625 , and 0.625 = 1000 625 = 8 5 after dividing top and bottom by 125 . Full loop closes. ✓
Answer: 8 5 = 0.625 = 62.5% .
Worked example Cell B · Convert
3 2 to a decimal and an exact percentage.
Forecast: Will this one stop? The denominator is 3 — is 3 made of only 2 s and 5 s?
Step 1. 3 2 = 2 ÷ 3 . Divide: 2.000 ÷ 3 = 0.6666 … — the remainder is stuck at 2 forever.
Why this step? Because 3 is not built from 2 s and 5 s, long division can never hit remainder 0 ; the digit repeats. This is the recurring case.
Step 2. Write it exactly with the bar: 0. 6 (the bar means "6 repeats forever").
Why this step? Writing 0.67 would be a rounded lie; the bar keeps it exact.
Step 3. To a percent, × 100 : 0. 6 × 100 = 66. 6 % = 66 3 2 % .
Why this step? Keep the exact repeating tail as the fraction 3 2 rather than rounding to 67% .
Verify: 66 3 2 % = 100 200/3 = 300 200 = 3 2 . ✓
Answer: 3 2 = 0. 6 = 66 3 2 % .
Worked example Cell C · Convert
0.35 to a fraction in lowest terms.
Forecast: How many digits sit after the point? That number decides the denominator.
Step 1. There are two digits after the point, so the last digit is in the hundredths place ⇒ denominator 100 : 0.35 = 100 35 .
Why this step? Decimal place value : place 1 = tenths (÷ 10 ), place 2 = hundredths (÷ 100 ). Two places ⇒ two zeros in the denominator.
Step 2. Simplify. g cd( 35 , 100 ) = 5 , so 100 35 = 20 7 . See Fractions - simplifying and equivalent fractions .
Why this step? Fractions should be in lowest terms so the answer is unique and small.
Verify: 7 ÷ 20 = 0.35 . ✓
Answer: 0.35 = 20 7 .
Common mistake The wrong-denominator trap
0.7 has one place, so it is 10 7 , not 100 7 . Count the digits after the point = count the zeros below.
Worked example Cell D · Convert
65% to a fraction in lowest terms.
Forecast: Replace "% " with "÷ 100 " in your head — what fraction appears before you simplify?
Step 1. 65% = 100 65 .
Why this step? The master key: % literally means ÷ 100 .
Step 2. g cd( 65 , 100 ) = 5 ⇒ 100 65 = 20 13 .
Why this step? Lowest terms; 13 is prime so it cannot cancel further.
Verify: 13 ÷ 20 = 0.65 = 65% . ✓
Answer: 65% = 20 13 .
Worked example Cell E · Convert
250% to a decimal and a fraction.
Forecast: Can a percentage be bigger than the whole? What does "more than one whole" look like?
Step 1. 250% = 100 250 = 2.5 .
Why this step? ÷ 100 works even past 100% — nothing special happens at the "whole".
Step 2. 2.5 = 10 25 = 2 5 (or the mixed number 2 2 1 ).
Why this step? 2.5 is "two-and-a-half wholes" — an improper fraction, top heavier than bottom.
Verify: 2 5 = 5 ÷ 2 = 2.5 = 250% . ✓
Answer: 250% = 2.5 = 2 5 . Percentages can exceed 100% (e.g. a price rising to 250% of the original).
The picture below stacks the "one whole" bar so you can see 250% as two full bars plus a half.
Worked example Cell F · Convert
0 , 7 0 , and 100% -adjacent edge cases.
Forecast: What is "zero out of anything"? What is "nothing" as a percent?
Step 1. 7 0 = 0 ÷ 7 = 0 . Zero shared into 7 parts is still zero.
Why this step? b 0 = 0 for any b = 0 . (But 0 7 is undefined — you cannot split into 0 parts; division by zero is banned.)
Step 2. 0 × 100 = 0% . Nothing is "zero out of a hundred".
Why this step? The × 100 rule holds at the boundary too.
Step 3. As a decimal 0 = 0.0 ; as a fraction 0 = 1 0 .
Verify: All three forms point to the same origin on the number line: 0 = 0.0 = 0% . And 0 7 correctly refuses to convert. ✓
Answer: 0 = 7 0 = 0.0 = 0% ; division by zero stays undefined.
Worked example Cell G · Convert
12.5% to a decimal and a fraction.
Forecast: The percent itself already has a decimal point — does ÷ 100 still just move it?
Step 1. 12.5% = 100 12.5 .
Why this step? Master key again — the value inside can itself be a decimal.
Step 2. Clear the inner decimal by multiplying top and bottom by 10 : 100 12.5 = 1000 125 = 0.125 .
Why this step? We prefer whole numbers on top; × 10/ × 10 doesn't change the value.
Step 3. Simplify 1000 125 : g cd= 125 ⇒ 8 1 .
Why this step? Lowest terms — and 8 1 is a table classic.
Verify: 1 ÷ 8 = 0.125 , and 0.125 × 100 = 12.5% . ✓
Answer: 12.5% = 0.125 = 8 1 .
Worked example Cell H · Show that "one whole" is
100% , and read 1.0 three ways.
Forecast: If half is 50% , what should a complete whole be? What is the "top of the scale"?
Step 1. 1 = 1 1 , and 1 × 100 = 100% .
Why this step? The whole thing = all 100 of its hundredths = 100% . This is the ceiling that ordinary percentages approach.
Step 2. As a decimal, 1 = 1.0 . Every form agrees.
Verify: 2 1 + 2 1 = 1 mirrors 50% + 50% = 100% mirrors 0.5 + 0.5 = 1.0 . Three costumes, one whole. ✓
Answer: 1 = 1.0 = 100% . (And Cell E showed you can even climb past this ceiling.)
Worked example Cell I · Ravi scored
17 out of 25 on a test. What percentage is that?
Forecast: Which fraction does "17 out of 25" mean, and is 25 a friendly denominator for percent?
Step 1. "17 out of 25 parts" is the fraction 25 17 .
Why this step? "a out of b " is the very definition of b a — this is Ratio and proportion made concrete.
Step 2. Scale the denominator straight to 100 : 25 17 = 25 × 4 17 × 4 = 100 68 .
Why this step? Because 25 × 4 = 100 , we can reach "out of 100" without long division — the fastest route when the denominator divides 100 .
Step 3. 100 68 = 68% .
Why this step? "Out of 100" is the percentage, by definition.
Verify: 17 ÷ 25 = 0.68 , and 0.68 × 100 = 68% — matches the scaling route. ✓
Answer: Ravi scored 68% .
Worked example Cell J · Order from smallest to largest:
5 3 , 0.58 , 62% .
Forecast: You can't compare a fraction, a decimal and a percent as they stand. What single costume should you force them all into?
Step 1. Convert everything to decimals — one common language.
Why this step? Decimals sit on the number line directly, so bigger digit = bigger number, no ambiguity.
Step 2.
5 3 = 3 ÷ 5 = 0.60 .
0.58 is already a decimal = 0.58 .
62% = 100 62 = 0.62 .
Why this step? Each uses the ring: F→D by division, P→D by ÷ 100 .
Step 3. Compare 0.58 < 0.60 < 0.62 .
Why this step? Line them up by Decimal place value — tenths first (5 < 6 = 6 ), then hundredths.
Verify: Back in original forms: 0.58 < 5 3 < 62% . Sanity check: 5 3 = 60% sits neatly between 58% and 62% . ✓
Answer: 0.58 < 5 3 < 62% .
The bar chart below shows all three heights side by side so the ordering is unmistakable.
Recall Which cell is this? (test yourself)
"9 7 to a decimal" — which cell? ::: Cell B (recurring: 9 has no factors of 2 or 5 ).
"0.04 to a fraction" — which cell? ::: Cell C (two places → 100 4 = 25 1 ).
"0.5% to a decimal" — which cell? ::: Cell G (fractional/decimal percent → 0.005 ).
"12 0 to a percent" — which cell? ::: Cell F (degenerate → 0% ).
"300% to a fraction" — which cell? ::: Cell E (over 100 → 3 = 1 3 ).
Mnemonic The one-move rule for every cell
"Pick a common costume, then compare or convert." To order mixed forms → make them all decimals (Cell J). To reach percent → make it "out of 100" (Cell A, I). To leave percent → replace % with ÷ 100 (Cells D, E, G).