Back to Portal
Class 8Mathematics
RHS Logo
Published 2026-08-28Chapter: Rational Numbers

Rational Numbers - Closure, commutative, associative, and distributive properties of rational numbers

Hello future mathematicians! Welcome to this masterclass on Rational Numbers.

If you've ever shared a pizza with friends, divided a chocolate bar, or measured ingredients for baking a cake, you have already interacted with rational numbers! In Class 8 NCERT Mathematics, understanding the basic properties of rational numbers is like learning the "rules of the game." Once you master these rules, solving complex equations becomes as easy as playing your favorite board game.

Let's dive in and unlock these properties together!

---

1. Quick Recap: What is a Rational Number?

Before we look at the properties, let's refresh our memory.

Definition: A number that can be written in the form $\frac{p}{q}$, where $p$ and $q$ are integers and $q \neq 0$, is called a Rational Number.
  • Examples: $\frac{2}{3}$, $-\frac{5}{7}$, $4$ (since $4 = \frac{4}{1}$), and $0$ (since $0 = \frac{0}{1}$).
  • Note: The denominator $q$ can *never* be zero because division by zero is undefined!
  • Now, let's explore the 4 Core Properties of Rational Numbers:

  • Closure Property
  • Commutative Property
  • Associative Property
  • Distributive Property
  • ---

    2. Property 1: The Closure Property

    Real-World Analogy: The "Rational VIP Club"

    Imagine a special club called the Rational VIP Club. The rule to stay in the club is simple: if two members of the club perform an operation (like adding, subtracting, or multiplying), the result must also be a member of the club!

    If the result is a rational number, we say that rational numbers are closed under that operation.

    ```

    [ Rational Number ] (Operation) [ Rational Number ] = [ Must be a Rational Number! ]

    ```

    Let's test all four arithmetic operations:

    A. Addition

    Let’s add two rational numbers:

    $$\frac{1}{2} + \frac{3}{4} = \frac{2 + 3}{4} = \frac{5}{4}$$

    Is $\frac{5}{4}$ a rational number? Yes!

  • Rule: For any two rational numbers $a$ and $b$, $(a + b)$ is always a rational number.
  • Conclusion: Rational numbers are closed under addition.
  • B. Subtraction

    Let’s subtract two rational numbers:

    $$\frac{2}{3} - \frac{5}{3} = -\frac{3}{3} = -1 = \frac{-1}{1}$$

    Is $-1$ a rational number? Yes!

  • Rule: For any two rational numbers $a$ and $b$, $(a - b)$ is always a rational number.
  • Conclusion: Rational numbers are closed under subtraction.
  • C. Multiplication

    Let’s multiply two rational numbers:

    $$\frac{-2}{5} \times \frac{3}{7} = \frac{-6}{35}$$

    Is $\frac{-6}{35}$ a rational number? Yes!

  • Rule: For any two rational numbers $a$ and $b$, $(a \times b)$ is always a rational number.
  • Conclusion: Rational numbers are closed under multiplication.
  • D. Division

    Let’s divide two rational numbers:

    $$\frac{2}{3} \div \frac{5}{7} = \frac{2}{3} \times \frac{7}{5} = \frac{14}{15} \quad \text{(Rational)}$$

    *But wait! What if we divide by zero?*

    $$\frac{5}{8} \div 0 = \text{Undefined (Not a rational number!)}$$

  • Conclusion: Because division by zero is not defined, rational numbers are NOT closed under division.
  • *(Note: If we exclude zero, then the set of all other rational numbers is closed under division).*

    ---

    3. Property 2: The Commutative Property

    Real-World Analogy: Commuting To and From School

    When you travel from home to school, the distance is the exact same as traveling from school to home. The order of your trip does not change the result!

    In mathematics, commutativity means that changing the order of the numbers does not change the answer.

    $$\text{Number } A \text{ [Operation] Number } B = \text{Number } B \text{ [Operation] Number } A$$

    Let's test this across all four operations:

    A. Addition

    Let $a = \frac{2}{5}$ and $b = \frac{1}{5}$.

  • $a + b = \frac{2}{5} + \frac{1}{5} = \frac{3}{5}$
  • $b + a = \frac{1}{5} + \frac{2}{5} = \frac{3}{5}$
  • Since $a + b = b + a$, addition is commutative for rational numbers.

    B. Subtraction

    Let $a = \frac{2}{3}$ and $b = \frac{1}{3}$.

  • $a - b = \frac{2}{3} - \frac{1}{3} = \frac{1}{3}$
  • $b - a = \frac{1}{3} - \frac{2}{3} = -\frac{1}{3}$
  • Since $\frac{1}{3} \neq -\frac{1}{3}$, subtraction is NOT commutative for rational numbers.

    C. Multiplication

    Let $a = -\frac{3}{4}$ and $b = \frac{2}{5}$.

  • $a \times b = -\frac{3}{4} \times \frac{2}{5} = -\frac{6}{20} = -\frac{3}{10}$
  • $b \times a = \frac{2}{5} \times \left(-\frac{3}{4}\right) = -\frac{6}{20} = -\frac{3}{10}$
  • Since $a \times b = b \times a$, multiplication is commutative for rational numbers.

    D. Division

    Let $a = \frac{6}{7}$ and $b = \frac{2}{7}$.

  • $a \div b = \frac{6}{7} \div \frac{2}{7} = \frac{6}{7} \times \frac{7}{2} = 3$
  • $b \div a = \frac{2}{7} \div \frac{6}{7} = \frac{2}{7} \times \frac{7}{6} = \frac{1}{3}$
  • Since $3 \neq \frac{1}{3}$, division is NOT commutative for rational numbers.

    ---

    4. Property 3: The Associative Property

    Real-World Analogy: Grouping Friends

    Imagine you have three friends: Anand, Bhavna, and Chaitanya.

  • If Anand and Bhavna pair up first, and then Chaitanya joins them: $(A + B) + C$
  • If Bhavna and Chaitanya pair up first, and then Anand joins them: $A + (B + C)$
  • Does the total group strength change? No! That is the Associative Property—it's all about how we group numbers using brackets.

    A. Addition

    Let $a = \frac{1}{2}$, $b = \frac{3}{2}$, and $c = \frac{5}{2}$.

  • LHS: $(a + b) + c = \left(\frac{1}{2} + \frac{3}{2}\right) + \frac{5}{2} = \frac{4}{2} + \frac{5}{2} = \frac{9}{2}$
  • RHS: $a + (b + c) = \frac{1}{2} + \left(\frac{3}{2} + \frac{5}{2}\right) = \frac{1}{2} + \frac{8}{2} = \frac{9}{2}$
  • LHS = RHS. Therefore, addition is associative for rational numbers:

    $$(a + b) + c = a + (b + c)$$

    B. Subtraction

    If you test $(a - b) - c$ versus $a - (b - c)$, you will find the answers are not equal.

    Therefore, subtraction is NOT associative for rational numbers.

    C. Multiplication

    Let $a = \frac{1}{2}$, $b = -\frac{2}{3}$, and $c = \frac{3}{4}$.

  • LHS: $(a \times b) \times c = \left(\frac{1}{2} \times -\frac{2}{3}\right) \times \frac{3}{4} = -\frac{2}{6} \times \frac{3}{4} = -\frac{6}{24} = -\frac{1}{4}$
  • RHS: $a \times (b \times c) = \frac{1}{2} \times \left(-\frac{2}{3} \times \frac{3}{4}\right) = \frac{1}{2} \times \left(-\frac{6}{12}\right) = -\frac{6}{24} = -\frac{1}{4}$
  • LHS = RHS. Therefore, multiplication is associative for rational numbers:

    $$(a \times b) \times c = a \times (b \times c)$$

    D. Division

    Testing division with grouping shows that $(a \div b) \div c \neq a \div (b \div c)$.

    Therefore, division is NOT associative for rational numbers.

    ---

    5. Property 4: The Distributive Property

    Real-World Analogy: Delivering Gift Bags

    Suppose a teacher wants to distribute gift packages to two students, Maya and Rahul. The teacher must give the gift package to both Maya and Rahul.

    In mathematics, Distributivity of Multiplication over Addition/Subtraction means the multiplier outside the bracket is distributed to every term inside the bracket!

    ```

    a × (b + c) = (a × b) + (a × c)

    a × (b - c) = (a × b) - (a × c)

    ```

    Example Verification:

    Let $a = \frac{2}{3}$, $b = \frac{1}{4}$, and $c = \frac{5}{4}$.

    Over Addition:

  • LHS: $a \times (b + c) = \frac{2}{3} \times \left(\frac{1}{4} + \frac{5}{4}\right) = \frac{2}{3} \times \frac{6}{4} = \frac{12}{12} = 1$
  • RHS: $(a \times b) + (a \times c) = \left(\frac{2}{3} \times \frac{1}{4}\right) + \left(\frac{2}{3} \times \frac{5}{4}\right) = \frac{2}{12} + \frac{10}{12} = \frac{12}{12} = 1$
  • Since LHS = RHS, the property holds!

    Teacher's Tip: The Distributive Property is your secret weapon to simplify long and messy calculations quickly!

    ---

    6. Summary Table for Quick Revision

    Here is your quick-reference cheat sheet for exams:

    OperationClosure PropertyCommutative PropertyAssociative PropertyDistributive Property
    AdditionYesYesYesApplies over Addition:
    SubtractionYesNoNoApplies over Subtraction:
    MultiplicationYesYesYes$a(b \pm c) = ab \pm ac$
    DivisionNo *(due to 0)*NoNo

    ---

    7. Practice Time! (Step-by-Step Solved Questions)

    Let's test your understanding with 3 standard NCERT-style questions. Try solving them on paper first before reading the solutions!

    Question 1:

    Find the value of the expression using appropriate properties:

    $$-\frac{2}{3} \times \frac{3}{5} + \frac{5}{2} - \frac{3}{5} \times \frac{1}{6}$$

    Solution:

    Step 1: Look at the terms. Notice that $\frac{3}{5}$ appears twice! Let's regroup the terms containing $\frac{3}{5}$ together using the Commutative Property of Addition.

    $$= -\frac{2}{3} \times \frac{3}{5} - \frac{3}{5} \times \frac{1}{6} + \frac{5}{2}$$

    Step 2: Use the Distributive Property $a \times b + a \times c = a(b + c)$ by taking out $\frac{3}{5}$ (or $-\frac{3}{5}$) as a common factor:

    $$= \frac{3}{5} \times \left( -\frac{2}{3} - \frac{1}{6} \right) + \frac{5}{2}$$

    Step 3: Simplify inside the bracket first (find the LCM of 3 and 6, which is 6):

    $$= \frac{3}{5} \times \left( \frac{-4 - 1}{6} \right) + \frac{5}{2}$$

    $$= \frac{3}{5} \times \left( \frac{-5}{6} \right) + \frac{5}{2}$$

    Step 4: Multiply the rational numbers:

    $$= \frac{3 \times (-5)}{5 \times 6} + \frac{5}{2}$$

    $$= \frac{-15}{30} + \frac{5}{2}$$

    $$= -\frac{1}{2} + \frac{5}{2}$$

    Step 5: Add the remaining fractions:

    $$= \frac{-1 + 5}{2} = \frac{4}{2} = 2$$

    Answer: $2$

    ---

    Question 2:

    Verify the Associative Property of Addition for the following rational numbers:

    $$a = \frac{1}{2}, \quad b = -\frac{2}{3}, \quad c = \frac{5}{6}$$

    Solution:

    To verify the property, we need to show that LHS = RHS, where:

    $$\text{LHS} = (a + b) + c \quad \text{and} \quad \text{RHS} = a + (b + c)$$

    Evaluating LHS:

    $$\text{LHS} = \left( \frac{1}{2} + \left(-\frac{2}{3}\right) \right) + \frac{5}{6}$$

    Find the LCM of 2 and 3 inside the bracket (which is 6):

    $$\text{LHS} = \left( \frac{3 - 4}{6} \right) + \frac{5}{6}$$

    $$\text{LHS} = \left( -\frac{1}{6} \right) + \frac{5}{6} = \frac{-1 + 5}{6} = \frac{4}{6} = \frac{2}{3}$$

    Evaluating RHS:

    $$\text{RHS} = \frac{1}{2} + \left( -\frac{2}{3} + \frac{5}{6} \right)$$

    Find the LCM of 3 and 6 inside the bracket (which is 6):

    $$\text{RHS} = \frac{1}{2} + \left( \frac{-4 + 5}{6} \right)$$

    $$\text{RHS} = \frac{1}{2} + \frac{1}{6}$$

    Find the LCM of 2 and 6 (which is 6):

    $$\text{RHS} = \frac{3 + 1}{6} = \frac{4}{6} = \frac{2}{3}$$

    Since LHS = RHS $\left(\frac{2}{3} = \frac{2}{3}\right)$, the associative property of addition is verified!

    ---

    Question 3:

    Write the property used in each of the following statements:

  • $\frac{-4}{5} \times 1 = 1 \times \frac{-4}{5} = \frac{-4}{5}$
  • $-\frac{13}{17} \times \frac{-2}{7} = \frac{-2}{7} \times -\frac{13}{17}$
  • $\frac{-19}{29} \times \frac{29}{-19} = 1$
  • Solution:

  • 1 is the Multiplicative Identity. (Multiplying any rational number by $1$ leaves it unchanged).
  • Commutative Property of Multiplication. (Changing the order of multiplication does not change the result: $a \times b = b \times a$).
  • Multiplicative Inverse Property. (Multiplying a rational number by its reciprocal gives $1$).
  • ---

    Final Words

    You've done a fantastic job going through these foundational properties! Remember:

  • Closure is about *staying in the set*.
  • Commutative is about *order*.
  • Associative is about *grouping*.
  • Distributive is about *spreading multiplication across addition/subtraction*.
  • Keep practicing, and math will become your strongest subject in no time! Happy Learning!