Placement Prep

Types of Numbers for Aptitude Tests: A 2026 Guide

Natural, whole, rational, prime, and recurring numbers explained with worked examples. Know which number types appear most in campus placement aptitude papers.

By FACE Prep Team 5 min read
number-types aptitude-test quantitative-aptitude prime-numbers rational-numbers placement-prep campus-placement

Aptitude tests in campus placement drives run a standard number-theory checklist, and most candidates lose marks not on calculation-heavy problems but on definition questions they skipped during preparation.

Number-type MCQs appear in the quantitative section of campus placement evaluation tests, from TCS NQT to AMCAT to company-specific written rounds. Getting the definitions right before practising problems is the faster path.

What Placement Tests Ask About Numbers

Number-type questions appear in three formats on placement aptitude papers:

  • Classification: Is 91 prime or composite? Is 0 a natural number?
  • Property application: Which of the following is an irrational number: 0.5, √7, or 22/7?
  • Conversion: Convert 0.363636… to a fraction.

None of these require a calculator. All require clean definitions. The table below maps each number type to its exam appearance.

Number TypeNotationExam Appearance
NaturalNCounting, ordering, series MCQs
WholeWIncludes-zero classification
IntegerINegative-number property questions
RationalQFraction and decimal classification
IrrationalnoneIdentify irrational from a list
PrimenonePrime-or-composite, LCM/HCF context
CompositenoneFactorisation, divisor-count problems
PerfectnoneDefinition match questions
RecurringnoneDecimal-to-fraction conversion

Time and work problems in the same aptitude section also draw on rational number properties, so the definitions carry across multiple topic areas.

Natural Numbers, Whole Numbers, and Integers

The three foundational types sit in an inclusion hierarchy: integers contain whole numbers, which contain natural numbers.

Natural numbers (N): Positive integers starting from 1, used for counting and ordering.

N = {1, 2, 3, 4, 5, ...}

Whole numbers (W): Natural numbers plus zero.

W = {0, 1, 2, 3, 4, 5, ...}

Integers (I): All whole numbers and their negative counterparts.

I = {..., -3, -2, -1, 0, 1, 2, 3, ...}

The distinction matters for MCQs phrased as “which of the following is NOT a natural number?” Zero and all negatives are integers but not natural numbers. Every natural number is also a whole number and also an integer, but the reverse is not true.

Real numbers (R): The broadest category in standard aptitude syllabi. Real numbers include all rational and irrational numbers, covering every integer, fraction, terminating decimal, recurring decimal, and value like √2 or π on a continuous number line.

Complex numbers: Written in the form a + bi, where i represents the square root of -1. Complex numbers extend beyond the real number line and rarely appear in placement aptitude papers, though some engineering-stream tests include them in their advanced quantitative section.

Rational, Irrational, and Recurring Numbers

A rational number is any number expressible as p/q, where p and q are integers and q is not zero. This is the definition given in NCERT Class 9 Mathematics, Chapter 1: Number Systems, the text most Indian aptitude test question banks align to.

Rational numbers include:

  • Terminating decimals: 0.5, 0.75, 3.125
  • Recurring (repeating) decimals: 0.333…, 0.142857142857…
  • All fractions: 3/4, -5/2, 22/7

An irrational number cannot be expressed as p/q. Its decimal expansion never terminates and never repeats. Common examples: √2, √3, π (pi). A classic trap in aptitude papers: 22/7 is only an approximation of π, not π itself. 22/7 is rational; π is irrational.

Converting Recurring Decimals to Fractions

Conversion questions appear regularly as one- or two-mark items. The algebraic method:

  • Step 1: Let x equal the recurring decimal.
  • Step 2: Multiply both sides by 10 raised to the power of the count of recurring digits.
  • Step 3: Subtract the original equation from the new one.
  • Step 4: Solve for x.

Worked example: convert 0.787878… to a fraction

  • Let x = 0.787878…
  • Two digits recur, so multiply by 100: 100x = 78.787878…
  • Subtract: 100x - x = 78.787878… - 0.787878…
  • 99x = 78
  • x = 78/99

Worked example: convert 0.353535… to a fraction

  • Let x = 0.353535…
  • 100x = 35.353535…
  • 99x = 35
  • x = 35/99

Both results verify against the original decimal. Write the subtraction step explicitly in an exam, since that is typically where partial marks are allocated.

Prime, Composite, and Perfect Numbers

Prime numbers are natural numbers greater than 1 with exactly two distinct positive divisors: 1 and itself. First few primes: 2, 3, 5, 7, 11, 13, 17, 19, 23.

Composite numbers have more than two distinct positive divisors. First few composites: 4, 6, 8, 9, 10, 12.

Special case: 1 has only one positive divisor, so it is neither prime nor composite.

Checking Primality Without a Calculator

To test whether a number n is prime:

  • Step 1: Calculate the square root of n.
  • Step 2: List all prime numbers up to that square root.
  • Step 3: Test divisibility by each. If none divide n evenly, n is prime.

Example: Is 131 prime?

  • √131 is approximately 11.45.
  • Primes to check: 2, 3, 5, 7, 11.
  • 131 is odd, so not divisible by 2.
  • Digit sum of 131 is 5 (1+3+1), not divisible by 3.
  • Does not end in 0 or 5, so not divisible by 5.
  • 7 × 18 = 126 and 7 × 19 = 133, so not divisible by 7.
  • 11 × 11 = 121 and 11 × 12 = 132, so not divisible by 11.
  • Result: 131 is prime.

Perfect numbers are positive integers equal to the sum of all their proper divisors (every divisor except the number itself). According to Wolfram MathWorld, the first four perfect numbers are 6, 28, 496, and 8128.

Verification:

  • 6 is perfect: 1 + 2 + 3 = 6
  • 28 is perfect: 1 + 2 + 4 + 7 + 14 = 28

These appear in placement papers as definition-match MCQs, not as calculation problems.

Even, Odd, and the Edge Cases

Even numbers are integers divisible by 2, including negatives and zero: …, -4, -2, 0, 2, 4, 6, …

Odd numbers are integers not divisible by 2: …, -3, -1, 1, 3, 5, 7, …

Two edge cases appear often in MCQs:

  • 2 is the only even prime. Every other even number is divisible by 2, which gives it a third distinct divisor beyond 1 and itself, disqualifying it from primality.
  • 0 is even. Zero divided by 2 yields 0 with no remainder, satisfying the definition.

Quick-Reference Table

StatementTrueFalse
1 is primeYes
2 is primeYes
0 is a natural numberYes
0 is a whole numberYes
All integers are rationalYes
All rationals are irrationalYes
√2 is irrationalYes
22/7 equals π exactlyYes

A thorough run through books for placement preparation will always include a number theory chapter; the definitions above map directly to what those chapters test.

Number types are the baseline. After the aptitude filter, campus drives in 2026 increasingly add a coding or AI-awareness screen. If you’re building toward that second layer, TinkerLLM puts real LLM API calls in your hands for ₹299, enough to build and deploy a working micro-project before your next recruitment drive, which answers the question that comes after the aptitude round: what have you actually built?

Primary sources

Frequently asked questions

Is 1 a prime number?

No. A prime number must have exactly two distinct positive divisors: 1 and itself. The number 1 has only one positive divisor, so it is neither prime nor composite.

What is the difference between rational and irrational numbers?

Rational numbers can be written as p/q where p and q are integers and q is not zero. Irrational numbers cannot be expressed this way. Pi and the square root of 2 are irrational: their decimal expansions never terminate and never repeat.

How do I convert a recurring decimal to a fraction quickly?

Assign the decimal to x, multiply both sides by 10 raised to the number of recurring digits, then subtract the original equation. For x = 0.373737..., 100x = 37.373737..., so 99x = 37, giving x = 37/99.

What are the first few perfect numbers?

The first four perfect numbers are 6, 28, 496, and 8128. A perfect number equals the sum of all its proper divisors. For 6: 1+2+3 = 6. For 28: 1+2+4+7+14 = 28.

How do I quickly check if a large number is prime in an aptitude test?

Find the square root of the number. Test divisibility only by prime numbers up to that square root. If none divide evenly, the number is prime. For 131, the square root is about 11.4, so test only 2, 3, 5, 7, and 11.

What is the only even prime number?

2 is the only even prime number. Every other even number is divisible by 2, which gives it at least three divisors (1, 2, and itself), disqualifying it from being prime.

Build AI projects

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)
Free AI Roadmap PDF