Add Rational Numbers- Methods and Examples
What Are Rational Numbers?
Rational numbers are fractions. Any number you can write as a/b where a and b are integers (and b isn't zero) is rational. This includes whole numbers, mixed numbers, and decimals that terminate or repeat.
Examples: 1/2, -3/4, 5, 2.5, -7/8
Adding them isn't hard. You just need to understand two scenarios: same denominators and different denominators.
Adding Rational Numbers With the Same Denominator
This is the easy case. When denominators match, you add the numerators and keep the denominator.
Formula: a/c + b/c = (a + b)/c
Examples
Example 1: 1/5 + 2/5
Denominators are both 5. Add numerators: 1 + 2 = 3. Keep the 5.
Answer: 3/5 โ
Example 2: 3/8 + 5/8
Same denominator. Add numerators: 3 + 5 = 8. Keep the 8.
Answer: 8/8 = 1
Example 3: -2/7 + 4/7
Add -2 + 4 = 2. Keep the 7.
Answer: 2/7
That's it. No tricks here. Just add across, keep the bottom number.
Adding Rational Numbers With Different Denominators
This is where people mess up. You can't add fractions with different denominators directly. You need a common denominator first.
Step 1: Find the LCD
LCD stands for Least Common Denominator. It's the smallest number both denominators divide into evenly.
For 1/3 + 1/4:
- Multiples of 3: 3, 6, 9, 12, 15...
- Multiples of 4: 4, 8, 12, 16...
- LCD = 12
Step 2: Convert Each Fraction
Multiply numerator and denominator so the denominator becomes the LCD.
1/3 โ multiply by 4/4 โ 4/12
1/4 โ multiply by 3/3 โ 3/12
Step 3: Add the Converted Fractions
4/12 + 3/12 = 7/12
Done. Answer: 7/12
More Examples
Example 1: 1/2 + 1/3
- LCD of 2 and 3 = 6
- 1/2 = 3/6
- 1/3 = 2/6
- 3/6 + 2/6 = 5/6
Example 2: 2/5 + 3/10
- LCD of 5 and 10 = 10
- 2/5 = 4/10
- 3/10 stays 3/10
- 4/10 + 3/10 = 7/10
Example 3: 3/4 + 1/6
- LCD of 4 and 6 = 12
- 3/4 = 9/12
- 1/6 = 2/12
- 9/12 + 2/12 = 11/12
Adding Negative Rational Numbers
Signs don't change the process. Treat the negative sign as part of the numerator.
Example: -2/3 + 1/4
- LCD of 3 and 4 = 12
- -2/3 = -8/12
- 1/4 = 3/12
- -8/12 + 3/12 = -5/12
Keep the negative sign in front. Answer: -5/12
Quick Comparison: Same vs. Different Denominators
| Scenario | What to Do | Example | Answer |
|---|---|---|---|
| Same denominator | Add numerators only | 3/7 + 2/7 | 5/7 |
| Different denominators | Find LCD, convert, then add | 1/3 + 1/4 | 7/12 |
| One denominator divides the other | Convert to larger denominator | 1/2 + 3/8 | 7/8 |
How to Add Rational Numbers: Getting Started
Follow this checklist every time:
- Check denominators. Are they the same?
- If yes: Add numerators. Done.
- If no: Find the LCD.
- Convert both fractions to have the LCD as denominator.
- Add the numerators.
- Simplify if possible (divide top and bottom by their GCF).
That's the whole process. Practice it three times and it'll stick.
Simplifying Your Answer
Always check if your answer can be reduced. Divide numerator and denominator by their Greatest Common Factor (GCF).
Example: 6/8
- GCF of 6 and 8 = 2
- 6 รท 2 = 3
- 8 รท 2 = 4
- Simplified: 3/4
Not all fractions need simplifying. If numerator and denominator share no common factor besides 1, it's already in simplest form.
Common Mistakes to Avoid
- Adding denominators. Never do this. 1/2 + 1/3 โ 2/5. Keep the denominator, don't add it.
- Skipping the LCD step. You cannot add fractions with different bottoms. Find the common ground first.
- Forgetting to simplify. 4/8 is technically correct but 1/2 is better. Always reduce.
- Losing negative signs. Track them through every step.