๐ข What is Modulus? (Absolute Value Explained)
Modulus (also called absolute value) refers to:
The distance of a number from 0 on the number line โ always a non-negative value.
Whether a number is positive or negative, its modulus is always positive (or zero).
๐ Modulus Symbol & Notation
The modulus of a number x is written as:
|x| modulus of x
Example:
- โฃ5โฃ=5
- โฃโ5โฃ=5
๐ง Modulus in Simple Terms (Roman Urdu Explanation)
Modulus ka matlab hai:
Kisi number ki positive value lena, chahe wo negative ho ya positive.
Key Idea:
- Negative numbers become positive.
- Positive numbers stay the same.
- Zero remains zero.
๐ธ Modulus Examples & Explanation
Expression | Result | Reason | ||
---|---|---|---|---|
( | 5 | ) | 5 | Already positive |
( | -5 | ) | 5 | Negative turns positive |
( | 0 | ) | 0 | Distance from zero is zero |
๐ Visualizing Modulus on a Number Line
- โฃ+5โฃ=5โ 5 steps to the right of zero.
- โฃโ5โฃ=5 โ 5 steps to the left of zero.
โ Both have the same distance (5) from zero.
๐ Key Properties of Modulus
โ Always non-negative (โฅ 0)
โ Removes the negative sign (if any)
โ Different from remainder (%) (Modulus โ Mod in programming)
BODMAS Rule โ Full Form, Examples & Step-by-Step Guide
๐ What is BODMAS? (Order of Operations Explained)
BODMAS is a fundamental rule in mathematics that defines the correct sequence to solve arithmetic expressions. It ensures everyone calculates problems the same way to avoid confusion.
BODMAS ka matlab hai:
Maths ke equations ko solve karne ka sahi order (sequence). Agar is rule ko follow nahi kiya, toh answer galat ho sakta hai!
๐ค BODMAS Full Form & Meaning
Letter | Stands For | Meaning | Example |
---|---|---|---|
B | Brackets | ( ), { }, [ ] | (2 + 3) ร 4 |
O | Orders | Exponents, Roots (ยฒ, โ) | 3ยฒ or โ9 |
D | Division | รท | 10 รท 2 |
M | Multiplication | ร | 5 ร 3 |
A | Addition | + | 4 + 6 |
S | Subtraction | โ | 8 โ 5 |
๐ BODMAS Rule (Step-by-Step Order)
- Brackets โ Solve innermost brackets first
( ) โ { } โ [ ]
- Orders โ Calculate powers & roots (e.g., 3ยฒ, โ16)
- Division & Multiplication โ Left to right (whichever comes first)
- Addition & Subtraction โ Left to right
๐ BODMAS Examples (With Solutions)
Example 1: Simple Brackets
Q: 6 + (2 ร 3)
โ Solution:
- Brackets first:
(2 ร 3) = 6
- Then add:
6 + 6 = **12**
Example 2: Division & Multiplication (Left to Right)
Q: 18 รท 3 ร 2
โ Solution:
- Division first:
18 รท 3 = 6
- Then multiply:
6 ร 2 = **12**
Example 3: Powers & Nested Brackets
Q: 5 + 2ยฒ ร (3 + 1)
โ Solution:
- Brackets:
(3 + 1) = 4
- Orders:
2ยฒ = 4
- Multiplication:
4 ร 4 = 16
- Addition:
5 + 16 = **21**
๐ง BODMAS in Simple Roman Urdu
BODMAS ka order yeh hai:
- Pehle brackets solve karo โ ( ), { }, [ ]
- Phir powers/roots nikalo โ 5ยฒ, โ25
- Divide/Multiply (jo pehle aaye) โ 10 รท 2 ร 3
- Last mein Add/Subtract โ 7 + 4 โ 5
Note: Agar same level ke operations hain (like ร & รท), toh left to right solve karo.
โ Frequently Asked Questions (FAQs)
Q1. What if I ignore BODMAS?
โ Answer wrong hoga! Example:8 รท 2 ร 4
- Wrong way:
2 ร 4 = 8 โ 8 รท 8 = 1
(โ Incorrect) - Correct way:
8 รท 2 = 4 โ 4 ร 4 = 16
(โ BODMAS)
Q3. What comes first: Multiply or Divide?
โก Left to Right! Example:12 รท 3 ร 2
= 4 ร 2 = 8
(Not 12 รท 6 = 2
)
BODMAS AND MODULUS OR ABSOLUTE VALUE PRACTICE MCQS FOR EXAM ENTRY TEST PREPARATION
1. What is the value of โฃโ7โฃ?
a) -7
b) 7
c) 0
d) 14
โ
Answer: b) 7
2. If โฃxโฃ=5, what are the possible values of x?
a) Only 5
b) Only -5
c) Both 5 and -5
d) None of these
โ
Answer: c) Both 5 and -5
3. What is โฃ0โฃ?
a) 1
b) -0
c) 0
d) Undefined
โ
Answer: c) 0
5. Solve: โฃ3โ8โฃ=?
a) -5
b) 5
c) 11
d) -11
โ
Answer: b) 5
6. What is the correct solution to: 6 + 4 ร 2?
a) 20
b) 14
c) 10
d) 12
โ
Answer: b) 14 (Multiplication before addition)
7. According to BODMAS, which operation comes first in: (8 – 3) ร 2ยฒ?
a) Subtraction
b) Multiplication
c) Exponent
d) Brackets
โ
Answer: d) Brackets
8. Solve: 15 รท 3 + 2 ร 4
a) 12
b) 13
c) 14
d) 15
โ
Answer: b) 13 (Division โ Multiplication โ Addition)
9. What is the value of 3 ร (4 + 2) – 5?
a) 15
b) 13
c) 17
d) 21
โ
Answer: b) 13