FRACTION → DECIMALDivide numerator ÷ denominator. Terminating = ends. Repeating = has a pattern (bar notation).
RATIONALAny number writable as $\frac{p}{q}$ where $p, q$ are integers and $q \neq 0$. Includes ALL integers, fractions, terminating & repeating decimals.
DENSITYBetween ANY two rationals, there are INFINITELY many more. Always find one by averaging: $\frac{a+b}{2}$.
ORDERING TRICKConvert everything to decimals first — easiest way to compare mixed forms.
Q 01TRICKY
Which of the following is NOT a rational number?
⚠ Most students pick the wrong one because they confuse repeating decimals with irrationals.
📖 ExplanationAnswer: C — $\sqrt{5}$
$0.\overline{3} = \frac{1}{3}$ ✓ rational. $-\frac{7}{2}$ ✓ rational. $0.125 = \frac{1}{8}$ ✓ rational.
$\sqrt{5} \approx 2.2360679…$ — this decimal never terminates and never repeats, so it cannot be written as $\frac{p}{q}$. It is irrational.
Q 02HARD
Write $0.\overline{27}$ as a fraction in lowest terms.
Classic exam trap — many students forget to simplify.
📖 ExplanationAnswer: B — $\dfrac{3}{11}$
Let $x = 0.\overline{27}$. Then $100x = 27.\overline{27}$.
Subtract: $99x = 27 \Rightarrow x = \dfrac{27}{99}$.
Simplify: $\gcd(27,99) = 9$, so $\dfrac{27}{99} = \dfrac{3}{11}$. ✓ Trap: Option C is correct but not fully simplified — always check lowest terms!
Q 03TRICKY
How many rational numbers exist between $\dfrac{1}{3}$ and $\dfrac{1}{2}$?
📖 ExplanationAnswer: D — Infinitely many
This is the Density Property of rational numbers. Between any two distinct rationals, you can always find another by averaging: $\dfrac{\frac{1}{3}+\frac{1}{2}}{2} = \dfrac{5}{12}$. Repeat forever — there's no limit.
Q 04HARD
Order from least to greatest: $\quad -\dfrac{3}{4},\quad -0.8,\quad -\dfrac{5}{6},\quad -0.7\overline{5}$
📖 ExplanationAnswer: B
Convert to decimals: $-\frac{3}{4} = -0.75$, $-0.8$, $-\frac{5}{6} \approx -0.8\overline{3}$, $-0.7\overline{5} = -0.7555…$
On a number line, more negative = smaller: $-0.8\overline{3} < -0.8 < -0.7\overline{5} < -0.75$
So: $-\frac{5}{6},\ -0.8,\ -0.7\overline{5},\ -\frac{3}{4}$ ✓
Unit 7A · 2.6 — Real Numbers & Calculators
⚡ Quick Memory Points
IRRATIONALNon-terminating AND non-repeating decimal. $\sqrt{2}, \sqrt{3}, \pi, e$ — cannot be expressed as $\frac{p}{q}$.
REAL = R + IReal Numbers = Rationals ∪ Irrationals. Every number on the number line is real.
PERFECT SQUARE$\sqrt{n}$ is rational ONLY if $n$ is a perfect square (1,4,9,16,25…). Otherwise irrational.
CALCULATOR TRAPCalculator shows a rounded value — NOT the exact irrational. e.g., $\sqrt{2} \neq 1.414$, it just ≈ that.
Q 05TRICKY
A student's calculator shows $\sqrt{2} = 1.41421356$. The student writes: "Therefore $\sqrt{2}$ is rational." What is wrong?
📖 ExplanationAnswer: B
Calculators have limited display digits. $\sqrt{2} = 1.41421356237…$ continues forever without any repeating pattern. A finite display is just an approximation. The number is provably irrational (Pythagoras proved this ~500 BC).
Q 06HARD
Which set correctly classifies $\sqrt{16}$?
Students often assume $\sqrt{\ }$ always means irrational.
📖 ExplanationAnswer: B
$\sqrt{16} = 4$. Since 16 is a perfect square, its square root is a whole number.
$4$ is an integer → also rational ($= \frac{4}{1}$) → also real. Every integer is rational, every rational is real.
Q 07HARD
Estimate $\sqrt{50}$ to the nearest tenth without a calculator.
📖 ExplanationAnswer: C — $7.1$
$7^2 = 49$ and $8^2 = 64$, so $\sqrt{50}$ is between $7$ and $8$, very close to $7$.
Check: $7.1^2 = 50.41$ and $7.0^2 = 49.00$. Since $50$ is much closer to $49$, the answer rounds to $7.1$.
Apply power to numerator AND denominator:
$3^3 = 27$, $(a^2)^3 = a^6$, $(b^3)^3 = b^9$
Result: $\dfrac{27a^6}{b^9}$ ✓
Unit 8A · 1.2 — Zero & Negative Exponents
⚡ Quick Memory Points
ZERO POWER$a^0 = 1$ for any $a \neq 0$. Even $(-999)^0 = 1$. The only exception: $0^0$ is undefined.
NEGATIVE = FLIP$a^{-n} = \dfrac{1}{a^n}$ — negative exponent means take the RECIPROCAL. Move it to the other side of the fraction.
FLIP TRICK$\dfrac{a^{-m}}{b^{-n}} = \dfrac{b^n}{a^m}$ — negative exponents "cross over" the fraction bar and become positive.
NEVER NEGATIVE VALUE$a^{-n}$ is NOT negative — it's $\frac{1}{a^n}$, which is a positive fraction (if $a > 0$). The minus is in the EXPONENT, not the value!
Q 11TRICKY
Evaluate: $\quad 5^0 + 5^{-1}$
⚠ Students often compute $5^0 = 0$ or $5^{-1} = -5$. Both wrong!
📖 ExplanationAnswer: C — $\dfrac{6}{5}$
$5^0 = 1$ (anything to the zero power is 1)
$5^{-1} = \dfrac{1}{5}$ (negative exponent = reciprocal)
Sum: $1 + \dfrac{1}{5} = \dfrac{5}{5} + \dfrac{1}{5} = \dfrac{6}{5}$ ✓
Q 12HARD
Simplify and write with positive exponents only: $\quad \dfrac{4x^{-3}}{y^{-2}}$
📖 ExplanationAnswer: B — $\dfrac{4y^2}{x^3}$
$x^{-3}$ in the numerator moves to the denominator as $x^3$.
$y^{-2}$ in the denominator moves to the numerator as $y^2$.
$\dfrac{4x^{-3}}{y^{-2}} = \dfrac{4 \cdot y^2}{x^3} = \dfrac{4y^2}{x^3}$ ✓ Rule: Negative exponents CROSS the fraction bar and become positive.
Q 13HARD
Which expression equals $\left(\dfrac{2}{3}\right)^{-2}$?
📖 ExplanationAnswer: C — $\dfrac{9}{4}$
$\left(\dfrac{2}{3}\right)^{-2} = \left(\dfrac{3}{2}\right)^{2} = \dfrac{9}{4}$
A negative exponent on a fraction: flip the fraction first, then apply the positive exponent. The result is always positive (for positive bases).
Unit 8A · 1.4 — Comparing Exponents
⚡ Quick Memory Points
SAME BASE$a^m$ vs $a^n$ with $a > 1$: bigger exponent = bigger value. With $0 < a < 1$: bigger exponent = SMALLER value (fractions shrink).
COMMON BASERewrite everything in the same base before comparing. e.g., $4^3 = (2^2)^3 = 2^6$.
SCI NOTATIONFor very large/small numbers, compare the powers of 10 first. Bigger power of 10 = bigger number (if coefficient ≥ 1).
FRACTION BASE FLIP$\left(\frac{1}{2}\right)^{10} < \left(\frac{1}{2}\right)^2$ — when base is a proper fraction, bigger exponent makes it SMALLER!
Q 14TRICKY
Which is greater: $\left(\dfrac{1}{3}\right)^4$ or $\left(\dfrac{1}{3}\right)^2$ ?
⚠ Most students incorrectly choose $\left(\frac{1}{3}\right)^4$ because $4 > 2$.
📖 ExplanationAnswer: B
$\left(\frac{1}{3}\right)^2 = \frac{1}{9} \approx 0.111$
$\left(\frac{1}{3}\right)^4 = \frac{1}{81} \approx 0.012$
When the base is a proper fraction ($0 < a < 1$), higher powers make it smaller. Think of it as multiplying by $\frac{1}{3}$ repeatedly — each multiplication makes it tinier.
Q 15HARD
Compare: $\quad 2^{10}$ vs $10^3$
📖 ExplanationAnswer: A
$2^{10} = 2 \times 2 \times … \times 2 = 1024$
$10^3 = 1000$
$1024 > 1000$, so $2^{10} > 10^3$. Don't assume the bigger base always wins — the exponent matters too!
Q 16HARD
Which is largest? $\quad 4^3,\quad 2^7,\quad 8^2$
📖 ExplanationAnswer: B — $2^7 = 128$
Convert to base 2: $4^3 = (2^2)^3 = 2^6 = 64$, $\quad 8^2 = (2^3)^2 = 2^6 = 64$, $\quad 2^7 = 128$ Useful trick: rewrite all in the same base (here: base 2) to compare directly. $2^7 > 2^6$, so $2^7$ wins.
Q 17HARD
Order from least to greatest: $\quad 3^{-2},\quad 2^{-3},\quad 4^{-1}$
A bacterium doubles every hour. Starting with $1$ bacterium, which expression gives the count after $n$ hours?
Real-world exponent application — common in exams.
📖 ExplanationAnswer: C — $2^n$
Hour 0: $1 = 2^0$. Hour 1: $2 = 2^1$. Hour 2: $4 = 2^2$. Hour 3: $8 = 2^3$.
This is exponential growth: the count multiplies by 2 each hour, giving $2^n$.
Linear ($2n$) would give 2, 4, 6, 8 — which is wrong (additive not multiplicative).
Q 20HARD
Which is equivalent to $\dfrac{1}{x^{-3} \cdot x^5}$?
⚠ Multi-step — students rush and make sign errors.
📖 ExplanationAnswer: B — $\dfrac{1}{x^2}$
Denominator: $x^{-3} \cdot x^5 = x^{-3+5} = x^2$
So: $\dfrac{1}{x^2} = x^{-2}$ ✓
Step 1: Simplify the denominator using product rule. Step 2: Then flip it. Don't try to skip steps!