Quantitative Aptitude Shortcuts for Placement Tests
Speed shortcuts for TCS NQT aptitude: percentage-fraction table, divisibility rules, profit-loss formula variants, and time-speed-distance unit conversion tricks.
The TCS NQT Numerical Ability section gives you 40 minutes for 26 questions, roughly 92 seconds each. Shortcut methods exist to make 20 of those 26 solvable in under 60 seconds, freeing the remaining time for the harder ones.
This article is shortcut-technique focused. It covers speed tricks, conversion tables, and formula shortcuts. For the full topic syllabus and 20 worked problems across profit-loss, time-work, averages, and SI/CI, see Quantitative Aptitude: 20 Solved Questions for Campus Placements.
Why shortcut methods work in timed aptitude tests
Most placement aptitude questions test formula recall, not mathematical derivation. The topic is one of five or six standard categories. The formula is known. The variable values are in the question. The bottleneck is the arithmetic in between.
Shortcut methods collapse that arithmetic. A percentage-to-fraction conversion replaces a two-digit decimal multiplication with a single integer division. A divisibility rule eliminates long division entirely. The net-change formula for successive percentage changes removes the need to compute two intermediate values. Each shortcut saves 20 to 45 seconds, not via mathematical insight, but via pattern substitution that is faster than general calculation.
For a breakdown of TCS NQT structure, cutoffs, and the full question pattern, that article covers what is tested. This article covers how to solve it faster.
Percentage shortcuts: the fraction table
The most widely applicable shortcut in placement aptitude is the percentage-to-fraction table. Memorise it once, and every question asking for a percentage of a number reduces to a fraction multiply or divide.
| Percentage | Fraction | Quick method |
|---|---|---|
| 10% | 1/10 | Divide by 10 |
| 12.5% | 1/8 | Divide by 8 |
| 16.67% | 1/6 | Divide by 6 |
| 20% | 1/5 | Divide by 5 |
| 25% | 1/4 | Divide by 4 |
| 33.33% | 1/3 | Divide by 3 |
| 37.5% | 3/8 | Multiply by 3, divide by 8 |
| 50% | 1/2 | Divide by 2 |
| 62.5% | 5/8 | Multiply by 5, divide by 8 |
| 66.67% | 2/3 | Multiply by 2, divide by 3 |
| 75% | 3/4 | Multiply by 3, divide by 4 |
Worked examples using the fraction table:
-
Q: 12.5% of 640
-
Shortcut: 640 divided by 8 = 80
-
Traditional path: 0.125 times 640 = 80 (same answer, more mental steps)
-
Q: 37.5% of 480
-
Shortcut: 480 times 3/8 = 1440/8 = 180
-
Traditional path: 0.375 times 480 (decimal multiplication, error-prone under pressure)
-
Q: 66.67% of 540
-
Shortcut: 540 times 2/3 = 1080/3 = 360
-
Traditional path: 0.6667 times 540 (rounding issues during calculation)
The fraction table applies not just to “find X% of Y” questions but also to percentage-change questions where the base multiplier is a recognisable fraction.
Divisibility rules for number-system questions
Number-system questions (LCM, HCF, factor counts, remainders) often require checking whether a number divides cleanly by 3, 7, 9, or 11. Long division for each is slow. Divisibility rules eliminate the arithmetic.
| Divisor | Rule | Example |
|---|---|---|
| 2 | Last digit is even | 348: last digit 8, even. Divisible. |
| 3 | Sum of digits divisible by 3 | 561: 5+6+1 = 12. Divisible by 3. |
| 4 | Last two digits divisible by 4 | 724: 24 divided by 4 = 6. Divisible. |
| 5 | Last digit is 0 or 5 | 435: last digit 5. Divisible. |
| 7 | Double last digit, subtract from rest; repeat | 203: 3 times 2 = 6, 20 minus 6 = 14. Divisible by 7. |
| 8 | Last three digits divisible by 8 | 1712: 712 divided by 8 = 89. Divisible. |
| 9 | Sum of digits divisible by 9 | 729: 7+2+9 = 18. Divisible by 9. |
| 11 | Alternating sum divisible by 11 | 1331: (1+3) minus (3+1) = 0. Divisible. |
The divisibility-by-7 rule deserves a worked trace:
- Q: Is 1001 divisible by 7?
- Step 1: Last digit = 1, double = 2. Remaining = 100. 100 minus 2 = 98.
- Step 2: Last digit = 8, double = 16. Remaining = 9. 9 minus 16 = -7.
- Step 3: -7 is divisible by 7, so 1001 is divisible by 7. (Confirmed: 1001 divided by 7 = 143.)
For LCM and HCF questions, checking divisibility by prime factors (2, 3, 5, 7, 11) using these rules is faster than full prime factorisation for numbers up to a few thousand.
Profit-loss and percentage change: the net-change formula
The most commonly tested scenario in profit-loss is a two-stage price change: a value goes up by X% then down by Y% (or two increases, or two decreases). Solving it step-by-step means two multiplications and an intermediate value. The net-change formula collapses it to one calculation.
The formula: net percentage change = X + Y + (XY/100), where X and Y are signed (positive for increase, negative for decrease).
Derivation (verify once, use always): starting from value V, after X% change the value is V times (1 + X/100). After Y% change it is V times (1 + X/100) times (1 + Y/100). Expanding: net factor = 1 + X/100 + Y/100 + XY/10000. Net percentage change = X + Y + XY/100.
Worked examples:
-
Q: A price increases by 20% then decreases by 10%. Net change?
-
Formula: 20 + (-10) + (20 times (-10)/100) = 20 minus 10 minus 2 = 8% net increase
-
Verify: 100 times 1.20 = 120, then 120 times 0.90 = 108. Net = +8%. Confirmed.
-
Q: A salary increases by 25% then decreases by 20%. Net change?
-
Formula: 25 + (-20) + (25 times (-20)/100) = 25 minus 20 minus 5 = 0% net change
-
Verify: 100 times 1.25 = 125, then 125 times 0.80 = 100. Net = 0%. Confirmed.
-
Q: A price decreases by 10% twice in succession. Net change?
-
Formula: (-10) + (-10) + ((-10) times (-10)/100) = -20 + 1 = -19% net change
-
Verify: 100 times 0.90 = 90, then 90 times 0.90 = 81. Net = -19%. Confirmed.
Simple interest and compound interest speed rules
Two rules save the most time on SI/CI questions in placement tests.
SI doubling rule: If a principal doubles under simple interest in T years, the rate R = 100/T per annum.
Derivation: SI = P times R times T / 100. For the sum to double, SI = P. So P = P times R times T / 100, which gives R times T = 100, and therefore R = 100/T.
- Q: A sum doubles in 8 years at simple interest. Find the rate.
- Shortcut: R = 100/8 = 12.5% per annum
- Verify: SI = (P times 12.5 times 8)/100 = P. Principal doubles. Confirmed.
CI-SI difference identity for 2 years: For principal P at rate R% per annum:
-
SI for 2 years = 2 times P times R/100
-
CI for 2 years = P times (1 + R/100) squared minus P
-
CI minus SI = P times (R/100) squared
-
Q: The difference between CI and SI on a principal for 2 years at the same rate is 1% of the principal. Find the rate.
-
Identity: CI minus SI = P times (R/100) squared = 0.01 times P
-
(R/100) squared = 0.01, so R/100 = 0.1, so R = 10% per annum
-
Verify: SI = 2 times P times 0.10 = 0.20 times P. CI = P times 1.21 minus P = 0.21 times P. Difference = 0.01 times P. Confirmed.
Time, speed, distance, and work: conversion and rate tricks
km/h and m/s conversion
The conversion factors derive directly from unit definitions. You don’t need to memorise them as separate facts.
- 1 km = 1000 m (definition)
- 1 hour = 3600 seconds (60 times 60)
- Therefore: 1 km/h = 1000/3600 m/s = 5/18 m/s
- Reverse: 1 m/s = 3600/1000 km/h = 18/5 = 3.6 km/h
Worked example:
- Q: Convert 72 km/h to m/s.
- 72 times (5/18) = 72/18 times 5 = 4 times 5 = 20 m/s
Relative speed
-
Opposite directions: relative speed = speed1 + speed2
-
Same direction: relative speed = difference of speed1 and speed2
-
Q: Two trains travel toward each other at 60 km/h and 40 km/h. Relative speed?
-
Relative speed = 60 + 40 = 100 km/h
Work rate
If A finishes a task in N days, A’s per-day rate is 1/N. Combined rate of A and B = 1/A + 1/B. Time together = AB/(A+B).
- Q: A completes a task in 12 days, B in 18 days. How long together?
- Combined rate = 1/12 + 1/18 = 3/36 + 2/36 = 5/36
- Time together = 36/5 = 7.2 days
For the complete set of TCS Ninja aptitude question types and test pattern, including how these topics are weighted in TCS Ninja versus TCS Digital, that article has the breakdown by section.
Putting shortcuts into a test strategy
Shortcuts are not a substitute for understanding each topic’s mechanics. They are an acceleration layer on top of that understanding. The right order to build them:
- Understand the core formula for each topic (covered in the 20 solved quantitative aptitude questions article).
- Practice standard problems without shortcuts until the formula is automatic.
- Add the shortcut version for the most frequent question types: percentage-fraction table first, then the net-change formula, then the km/h conversion, then the SI doubling rule.
- Practice timed sets of 10 questions, alternating shortcut and standard methods, to confirm the shortcut is faster for you specifically.
The goal is not to memorise 50 tricks. Four or five well-practised shortcuts, applied reliably under test pressure, outperform a longer list you reach for and miss.
Shortcut reasoning and AI-era placements
The shortcut method follows a structure: identify the input type, match it to a known formula variant, substitute, read the answer. That input-pattern-output structure is also how systematic prompting of language models works. You define the problem clearly, select the right template, and get a reliable output.
TCS CHRO Sudeep Kunnumal noted in March 2026 that 60% of TCS’s FY26 fresher hires are AI-skilled, up from 10 to 15% three years ago. The Prime track (up to ₹11 LPA) now expects that layer. If you want to understand what that AI layer involves after the aptitude gate, the 2026 AI roadmap for Indian engineering students maps the curriculum, tools, and project expectations by track. TinkerLLM is the ₹299 entry point for hands-on AI practice once the aptitude paper is behind you.
Primary sources
Frequently asked questions
What is the fastest way to calculate 37.5% of a number?
37.5% = 3/8. So 37.5% of any number N = N multiplied by 3/8 = (N times 3) divided by 8. For N = 480: (480 times 3) divided by 8 = 1440 divided by 8 = 180. This is a single-step operation once you memorise the fraction equivalent, versus a two-step decimal multiplication in the traditional method.
How do you check divisibility by 7 quickly?
Take the last digit, double it, and subtract from the rest. For 203: last digit = 3, double = 6, 20 minus 6 = 14. Since 14 is divisible by 7, so is 203. Repeat the process if the result is still two or more digits and you are unsure. This avoids long division entirely.
What is the net change formula for back-to-back percentage changes?
If a value changes by X% then by Y% (positive for increase, negative for decrease), the net percentage change is X + Y + (XY/100). For example, a 20% increase followed by a 10% decrease gives 20 + (-10) + (20 times (-10) divided by 100) = 8% net increase. This is derived from multiplying (1 + X/100)(1 + Y/100) and subtracting 1.
How do I convert km/h to m/s without a formula sheet?
1 km = 1000 m and 1 hour = 3600 seconds, so 1 km/h = 1000/3600 m/s = 5/18 m/s. To go the other way, 1 m/s = 3600/1000 km/h = 18/5 = 3.6 km/h. Re-derive this from unit definitions in under 5 seconds instead of memorising two separate conversion numbers.
When does simple interest equal compound interest?
When the time period T = 1 year with annual compounding, SI and CI are exactly equal. For T greater than 1 year, CI always exceeds SI. The gap grows with the number of compounding periods and the rate. For T = 2 years: CI minus SI = P times (R/100) squared, which is a standard exam-ready identity.
How many shortcuts do I actually need for TCS NQT aptitude?
TCS NQT Numerical Ability runs 26 questions in 40 minutes. The percentage-fraction table, the km/h to m/s conversion, the net percentage-change formula, and the SI doubling rule cover the shortcut layer for roughly 60 to 70 percent of standard questions. Everything else is formula substitution, which the worked problems in the sibling article cover.
A self-paced playground for building with LLMs.
TinkerLLM is FACE Prep's sister property. A guided environment for shipping real LLM applications, the kind of project that earns a paragraph on your resume, not a line.
Try TinkerLLM (₹299 launch)