You open a percentage problem. The wording sounds vague — "30\% of the students," "18\% GST on the bill," "12.5\% discount on the marked price" — and your brain fogs up trying to decide what to compute first.
Here is the single translation move that cuts through all of it:
Whenever you see "p\% of X" in any word problem, immediately rewrite it as the multiplication \tfrac{p}{100} \times X. Don't do the arithmetic first — just do the translation. Once the percentage becomes a multiplication, the rest of the problem is algebra, and the "percent" mystery evaporates.
Why this works every single time
The word "percent" literally means "per hundred." The symbol p\% is just shorthand for the fraction \tfrac{p}{100}. So "p\% of X" is, by definition, "\tfrac{p}{100} times X." There is no subtlety, no fresh rule, no hidden conversion — it is a one-step substitution from the English phrase to the multiplication.
The word "of" in maths, when it sits between a fraction and a number, is another way of writing "\times". "Half of 20" is "\tfrac{1}{2} \times 20 = 10." "Three-quarters of 40" is "\tfrac{3}{4} \times 40 = 30." "30\% of 800" follows the same grammar: "\tfrac{30}{100} \times 800 = 240."
Three quick examples
Example 1. A phone costs ₹20{,}000. It is on sale for 15\% off. What is the discount in rupees?
Translate first. "15\% of 20{,}000" = \tfrac{15}{100} \times 20{,}000.
Compute. \tfrac{15}{100} \times 20{,}000 = 15 \times 200 = 3000.
Discount is ₹3000.
Example 2. A restaurant bill is ₹850. Service charge is 10\%. What is the service charge?
Translate. "10\% of 850" = \tfrac{10}{100} \times 850.
Compute. \tfrac{10}{100} \times 850 = 0.1 \times 850 = 85.
Service charge is ₹85.
Example 3. A school has 1200 students. 40\% take the school bus. How many take the bus?
Translate. "40\% of 1200" = \tfrac{40}{100} \times 1200.
Compute. \tfrac{40}{100} \times 1200 = 0.4 \times 1200 = 480.
480 students take the bus.
In all three problems, the only step that required thought was the translation. The arithmetic was automatic.
Why translate first: the translation separates parsing (figuring out what the problem is asking) from arithmetic (doing the multiplication). Keeping those two steps distinct makes you much less likely to mis-identify the base ("percent of what?"), which is where most percentage errors actually happen.
Where it pays off: multi-step problems
The translation trick really shows its value in problems with more than one percentage. Instead of getting tangled in the English, you translate each phrase into a multiplication and let algebra handle the rest.
Discount followed by tax. A kurta is marked at ₹1500. You get 20\% off, then 18\% GST is added. What do you pay?
Translate each step:
- "20\% of 1500" = \tfrac{20}{100} \times 1500 = 300. Discount.
- Discounted price = 1500 - 300 = 1200.
- "18\% of 1200" = \tfrac{18}{100} \times 1200 = 216. Tax.
- Final price = 1200 + 216 = 1416.
Or, using the multiplier form (a shortcut that comes naturally once you are in fraction-land):
No percentage magic. Just multiplication.
Compound interest. You deposit ₹10{,}000 at 6\% annual interest, compounded yearly. After 3 years, what is the balance?
Translate "6\% of X" as \tfrac{6}{100} X = 0.06 X. The balance after one year is X + 0.06 X = 1.06 X. After three years:
The 1.06 is the translated-and-simplified form of "the percentage change." Each year applies the same multiplication. Problems that look horrifying in percentage language — "a 6\% rate compounded over three years!" — become routine once you translate.
The habit that replaces memorising formulas
Most students try to memorise a separate formula for each type of percentage problem — one for discount, one for tax, one for profit/loss, one for compound interest. There is a better approach.
The habit: every time you see "p\%" in a problem, write down \tfrac{p}{100} in your working. Don't compute anything yet. Just convert the notation. Then work with fractions (or decimals — \tfrac{p}{100} is the same as the decimal 0.0p) and use the rules of arithmetic you already know.
This single habit subsumes every percentage formula in the textbook. If you understand
- p\% \text{ of } X = \tfrac{p}{100} \times X,
- a p\% increase is \times (1 + \tfrac{p}{100}),
- a p\% decrease is \times (1 - \tfrac{p}{100}),
you can re-derive any percentage formula on demand. And you'll never confuse "20\% off followed by 18\% tax" with "2\% net change," because the multipliers 0.80 and 1.18 make the structure visible.
The reverse direction
The same habit runs in reverse when you need to find a percentage, not apply one.
"What percent of 40 is 10?"
Write the question as an equation: \tfrac{p}{100} \times 40 = 10.
Solve for p: p = \tfrac{10 \times 100}{40} = 25.
So 10 is 25\% of 40. The question that sounded verbal ("what percent of…") becomes a one-variable equation the moment you do the translation.
A real-world shop scenario
You buy a shirt priced at ₹2000. There's a 25\% discount, you pay 5\% GST on the discounted price, and you use a coupon that gives you ₹100 off the final amount. What do you pay?
Translate and compute step by step.
- 25\% of 2000 = \tfrac{25}{100} \times 2000 = 500 (the discount).
- After discount: 2000 - 500 = 1500.
- 5\% of 1500 = \tfrac{5}{100} \times 1500 = 75 (the GST).
- After GST: 1500 + 75 = 1575.
- Coupon: 1575 - 100 = 1475.
You pay ₹1475.
Notice the discipline: every time the word "percent" appeared, you replaced it with \tfrac{p}{100} and got a multiplication. No formulas memorised. No template to match. Just translation followed by arithmetic, one step at a time.
The rule to carry
- Always translate first. "p\% of X" \to \tfrac{p}{100} \times X. Do this before you try to solve.
- "Of" means times. Between a fraction and a number, "of" is a synonym for "\times".
- Increase of p\% \to \times(1 + \tfrac{p}{100}). Decrease of p\% \to \times(1 - \tfrac{p}{100}).
- Compound percentages multiply. 20\% off and 18\% tax is \times 0.80 \times 1.18, not any single percentage.
The word "percent" is just notation. The translation to \tfrac{p}{100} is a mechanical step that transforms every percentage problem into a problem about multiplication of fractions — territory you already know how to navigate.
Related: Percentages and Ratios · A 200% Increase Means Doubling — Right? (No.) · Why You Can't Just Add Percentages When Discounts Stack · 30% Passed, So 70% Failed — Right? (Mostly Yes, But Watch the Trap.)