โ (from "quotient" or "ratio")
Rational Number: Any number that can be expressed as p/q where:
3/5, 7/8, 22/7
-7/4, -15/23, -1/3
5 = 5/1, -3 = -3/1, 0 = 0/1
0.75 = 3/4, 0.125 = 1/8
Every integer is a rational number because any integer n can be written as n/1. Therefore: โค โ โ
Rational numbers do NOT have unique representations
All these fractions represent the same rational number!
Multiplying both numerator and denominator by the same non-zero number gives an equivalent fraction:
Let's see how 2/3 can be represented in multiple ways:
A rational number p/q is in reduced form when:
18/60 = 3/10 (in reduced form)
Once in reduced form, every rational number has exactly one representation (ignoring the sign placement).
gcd(m, n) is the largest number that divides both m and n
gcd(18, 60) = 2ยน ร 3ยน = 6
There are more efficient algorithms (like the Euclidean algorithm) to find GCD, but prime factorization provides intuitive understanding.
Rational numbers are dense
Between any two rational numbers, there exists another rational number
For any r < r', the average (r + r')/2 lies between them
There is NO "next" rational number - unlike integers, we cannot find the immediate successor!
So 5/12 lies between 1/3 and 1/2
This process can continue forever, showing that there are infinitely many rational numbers between any two rationals!
New rational numbers keep appearing between existing ones!
Reduce the following fractions to their lowest terms:
(a) 24/36 (b) 45/75 (c) 48/64
Find gcd(120, 180) using prime factorization.
Find a rational number between 2/5 and 3/7.