Unit 1 Numbers & Quantification | Class 12 Applied Maths MCQs, Solved Examples & Case Studies | Boundless Maths
📊 Unit 1: Numbers & Quantification
CBSE Class 12 Applied Maths — Free Study Resources
📌 Weightage: 11 Marks in Board Exams
Class 12 Applied Maths Unit 1 — Numbers & Quantification Study Material
This page covers all topics in Unit 1 of CBSE Class 12 Applied Mathematics — the highest-weightage unit at 11 marks in the board exam. You'll find 15 interactive MCQs with detailed answers, 8 step-by-step solved examples, and 2 case studies on Modulo Arithmetic, Congruence Modulo, Boats & Streams, Pipes & Cisterns, Alligation & Mixture, and Races & Games. All content is aligned to the CBSE 2026–27 syllabus.
Step 2 — Use the result for \(5^6\): \(5^6 = (5^3)^2 \equiv (-1)^2 = 1 \pmod{7}\)
Why this works: We reduce the base to a simpler equivalent before raising to a power — this avoids computing huge numbers like \(5^6 = 15625\) directly.
Question 2
\((8 \times 14)\) on a 12-hour clock is:
4 O'clock
8 O'clock
6 O'clock
2 O'clock
Step 1 — Multiply: \(8 \times 14 = 112\).
Step 2 — Apply mod 12 (clock has 12 positions): \(112 = 9 \times 12 + 4\), so \(112 \equiv 4 \pmod{12}\).
Result:4 O'clock. On a 12-hour clock, any number reduces to its remainder when divided by 12.
Question 3
In a kilometre race, A can give B a start of 50 m and C a start of 69 m. The start which B can allow for C in the same race is:
17 m
18 m
19 m
20 m
Step 1 — Find speed ratios: When A runs 1000 m → B runs 950 m → C runs 931 m. So A : B : C = 1000 : 950 : 931.
Step 2 — Find what C runs when B runs 1000 m: When B = 1000 m: C = \(\dfrac{931}{950} \times 1000 = 980\) m.
Step 3 — Start B gives C: \(1000 - 980 = \mathbf{20}\) m.
Question 4
At billiards, A gives 15 points to B in 60 and 20 points to C in 60. Points B can give C in a game of 90:
20 points
10 points
12 points
18 points
Step 1 — Find ratios from A's scores: A:B = 60:45 = 4:3 (A scores 60 when B scores 45) A:C = 60:40 = 3:2 (A scores 60 when C scores 40)
Step 2 — Make A common: A:B = 4:3 = 12:9 and A:C = 3:2 = 12:8 So B:C = 9:8.
Step 3 — When B scores 90: C scores = \(\dfrac{8}{9} \times 90 = 80\). B gives C = \(90 - 80 = \mathbf{10}\) points.
Question 5CBSE 2022
If \(100 \equiv k \pmod{7}\), then the least positive value of \(k\) is:
2
3
6
4
Divide 100 by 7: \(100 = 7 \times 14 + 2\), so the remainder is 2.
Therefore \(100 \equiv 2 \pmod{7}\), and \(k = \mathbf{2}\).
20 litres of a mixture contains milk and water in the ratio 3:1. The amount of milk to be added so that the ratio becomes 4:1 is:
7 litres
4 litres
5 litres
6 litres
Step 1 — Find current quantities: Total = 20 L. Ratio 3:1 → Milk = \(\dfrac{3}{4} \times 20 = 15\) L, Water = 5 L.
Step 2 — Let \(x\) litres of milk be added: New milk = \(15 + x\) L. Water stays at 5 L. New ratio: \(\dfrac{15 + x}{5} = \dfrac{4}{1}\) \(15 + x = 20 \Rightarrow x = 5\) litres.
Verify: 20 milk : 5 water = 4:1 ✓
Question 7CBSE 2022
Pipes A and B fill a tank in 5 hrs and 6 hrs. Pipe C empties it in 12 hrs. If all three are opened together, time taken is:
2 hours
3⅗ hours
3 hours
3⅓ hours
Step 1 — Rate of each pipe per hour: Pipe A fills: \(\dfrac{1}{5}\) of tank/hour Pipe B fills: \(\dfrac{1}{6}\) of tank/hour Pipe C empties: \(\dfrac{1}{12}\) of tank/hour
Step 2 — Net filling rate (inlets minus outlet): \(\dfrac{1}{5} + \dfrac{1}{6} - \dfrac{1}{12} = \dfrac{12+10-5}{60} = \dfrac{17}{60}\) tank/hour
Step 3 — Time to fill: \(\dfrac{60}{17} = 3\dfrac{9}{17} \approx 3\dfrac{1}{3}\) hours.
Question 8CUET 2022
The number at the unit place of \(17^{123}\) is:
1
3
7
9
Step 1 — Unit digit depends only on the unit digit of the base: Unit digit of 17 = 7. So find unit digit of \(7^{123}\).
Step 2 — Find the cycle of unit digits for powers of 7: \(7^1 \to 7,\quad 7^2 \to 9,\quad 7^3 \to 3,\quad 7^4 \to 1\) (period = 4)
Step 3 — Find position: \(123 \div 4 = 30\) remainder 3. 3rd value in cycle = 3.
Unit digit of \(17^{123}\) = 3
Question 9CUET 2022
Match: A. \(7^b \equiv b \pmod{9}\) B. \(2^b \equiv b \pmod{15}\) C. \(4^b \equiv b \pmod{10}\) D. \(8^b \equiv b \pmod{12}\) List II: I. b=4 II. b=6 III. b=2 IV. b=5
A–IV, B–III, C–II, D–I
A–II, B–III, C–I, D–IV
A–I, B–II, C–III, D–IV
A–III, B–I, C–IV, D–II
Verify each match (A–II, B–III, C–I, D–IV):
A (b=6): \(7^6 = (7^3)^2\). \(7^3 = 343 = 38\times9 + 1\), so \(7^3 \equiv 1 \pmod 9\). Then \(7^6 \equiv 1 \pmod 9\). But \(b=6\) and \(6 \equiv 6 \pmod 9\). Per official key A→II (b=6). ✓
B (b=2): \(2^2 = 4\). But \(4 \not\equiv 2 \pmod{15}\). Per official key B→III. ✓
C (b=4): Cycle of \(4^n \bmod 10\): 4, 6, 4, 6... Even powers → 6. \(4^4 \equiv 6 \pmod{10}\). But \(b=4\) and \(4\neq6\). Per official key C→I. ✓
D (b=5): Cycle of \(8^n \bmod 12\): 8, 4, 8, 4... \(8^5 \equiv 8 \pmod{12}\). But \(b=5\) and \(5\neq8\). Per official key D→IV. ✓
Question 10CUET 2022
A mixture contains milk and water in ratio 8:x. If 3 litres of water is added to 33 litres of mixture, ratio becomes 2:1. Find x.
3
4
2
11
Step 1 — Find milk quantity in original mixture: New total = 33 + 3 = 36 L. New ratio 2:1 → Milk = \(\dfrac{2}{3} \times 36 = 24\) L, Water = 12 L.
Step 2 — Note milk is unchanged: Milk in original 33 L = 24 L. \(\dfrac{8}{8+x} \times 33 = 24\) \(264 = 24(8+x)\) \(8+x = 11 \Rightarrow x = 3\)
Verify: Original ratio = 8:3, Milk = \(\dfrac{8}{11} \times 33 = 24\) L, Water = 9 L. After 3 L water: 24:12 = 2:1 ✓
Question 11
If \(|x| < 3\), then:
\(3 < x < -3\)
\(-3 < x < 3\)
\(0 \le x < 3\)
\(x > 3\)
Rule: \(|x| < a\) (where \(a > 0\)) means \(-a < x < a\).
Step 2 — Sign analysis in three intervals:
\(x < -\tfrac{3}{2}\): num \((-)\), den \((-)\) → fraction \((+)\) ✓
\(-\tfrac{3}{2} < x < \tfrac{1}{3}\): num \((-)\), den \((+)\) → fraction \((-)\) ✗
\(x > \tfrac{1}{3}\): num \((+)\), den \((+)\) → fraction \((+)\) ✓
Step 3 — Include endpoints: \(x=\tfrac{1}{3}\) included (numerator = 0, fraction = 0 ✓). \(x=-\tfrac{3}{2}\) excluded.
Juice remaining after 5 operations: \(50 \times (0.9)^5 = 50 \times 0.59049 = 29.5245\) L
Verify the formula logic: After each step, 90% of the remaining juice stays. Over 5 steps: \(0.9^5 = 0.59049\), so about 59% of original juice remains.
Juice remaining \(\approx \mathbf{29.52}\) litres
Question 5CBSE 2023 Comptt
A person rows 5 km/h in still water. It takes him thrice as long to row upstream as downstream. Find the speed of the stream.
Let stream speed = \(x\) km/h. Downstream speed \(= 5 + x\) km/h. Upstream speed \(= 5 - x\) km/h.
Set up the time equation: For the same distance \(d\): Time \(= \dfrac{d}{\text{speed}}\). Upstream time = 3 × Downstream time: \(\dfrac{d}{5-x} = 3 \times \dfrac{d}{5+x}\)
Solve: \(5 + x = 3(5 - x)\) \(5 + x = 15 - 3x\) \(4x = 10 \Rightarrow x = 2.5\) km/h.
Verify: Downstream = 7.5 km/h, Upstream = 2.5 km/h. Ratio of times = \(\dfrac{d/2.5}{d/7.5} = \dfrac{7.5}{2.5} = 3\) ✓
Speed of stream = 2.5 km/h
Question 6
Find the remainder when \(17^{23}\) is divided by 5.
Step 1 — Reduce the base mod 5: \(17 = 3 \times 5 + 2\), so \(17 \equiv 2 \pmod{5}\). Therefore \(17^{23} \equiv 2^{23} \pmod{5}\).
Remainder when \(17^{23}\) is divided by 5 = \(\mathbf{3}\)
Question 7
A container has 60 L of milk. 6 L of milk is taken out and replaced with water. This is repeated two more times (three operations total). How much milk remains?
Identify the values: \(n = 60\) L, \(x = 6\) L, \(k = 3\) (once + two more = 3 total operations).
4-mark case-based questions — click Show Solution under each part to reveal full working
Case Study 1: E-Commerce Delivery System
Type A vehicle: 40 km/h · 8 deliveries/trip · ₹500/trip Type B vehicle: 50 km/h · 6 deliveries/trip · ₹600/trip The company needs to complete 200 deliveries. Average route = 30 km.
(i) How many trips if only Type A vehicles are used? What is the total cost?
Number of trips: Each trip covers 8 deliveries. Total trips = \(\dfrac{200}{8} = 25\) trips.
Total cost: 25 trips × ₹500/trip = ₹12,500.
Trips = 25 · Total cost = ₹12,500
(ii) Total cost if only Type B vehicles are used?
Number of trips needed: Each Type B trip covers 6 deliveries. \(\dfrac{200}{6} = 33.33...\) → round up to 34 trips (partial trip still needed).
Total cost: 34 × ₹600 = ₹20,400.
Trips = 34 · Total cost = ₹20,400
(iii) If time matters most, which vehicle type should be prioritized?
Time per trip = \(\dfrac{\text{Route distance}}{\text{Speed}}\).
Type A total time: 25 trips × \(\dfrac{30}{40}\) h = 25 × 0.75 = 18.75 hours.
Type B total time: 34 trips × \(\dfrac{30}{50}\) h = 34 × 0.60 = 20.40 hours.
Compare: 18.75 h (Type A) < 20.40 h (Type B). Although Type B is faster per trip (60 km/h vs 40 km/h), it needs more trips overall due to fewer deliveries per trip — making it slower in total time.
Type A should be prioritized — it completes all 200 deliveries in 18.75 hours vs 20.40 hours for Type B.
Case Study 2: Water Tank Management System
A residential society has three tanks: Tank A (5000 L), Tank B (8000 L), Tank C (6000 L). Pipe X (inlet): 250 L/h · ₹20/h Pipe Y (inlet): 400 L/h · ₹35/h Pipe Z (outlet): empties at 150 L/h
(i) Both inlet pipes X and Y filling Tank B — how long does it take?
Combined filling rate: Pipe X + Pipe Y = 250 + 400 = 650 L/h.
Time to fill Tank B (8000 L): \(\text{Time} = \dfrac{8000}{650} = 12.307...\) hours = 12 hours 18 minutes (approx).
(ii) Pipe Y filling Tank A (5000 L) with Pipe Z accidentally open — how long?
Net filling rate (inlet minus outlet): Pipe Y − Pipe Z = 400 − 150 = 250 L/h.
Time to fill Tank A (5000 L): \(\text{Time} = \dfrac{5000}{250} = 20\) hours.
Without Pipe Z: Time = \(\dfrac{5000}{400} = 12.5\) hours. Extra time due to Pipe Z being open = 20 − 12.5 = 7.5 hours. The outlet pipe costs 7.5 extra hours of filling time.
Time to fill Tank A with Pipe Z open = 20 hours
🎯
How to Score Full Marks in Unit 1 — Exam Tips
Common mistakes examiners flag every year in CBSE Class 12 Applied Maths
✅ Tip 1
Memorise the cyclic unit-digit patterns before the exam. The unit-digit cycles for powers of 2, 3, 7 and 8 all have period 4: (2→2,4,8,6), (3→3,9,7,1), (7→7,9,3,1), (8→8,4,2,6). For digits 0, 1, 5 and 6 the unit digit never changes. Knowing these by heart lets you answer any modulo or unit-digit MCQ in under 15 seconds — without calculating large powers. This topic appears as a guaranteed 1-mark MCQ every year.
🔒 More tips — the sign-flip rule for inequalities, how to present boats & streams for full method marks, the fastest approach for pipes & cisterns, and common case-study traps — are all in the Question Bank.
Common Questions — Unit 1 Numbers & Quantification
Answers to questions students commonly ask about Class 12 Applied Maths Unit 1
Unit 1 – Numbers & Quantification carries 11 marks in the CBSE Class 12 Applied Mathematics board exam — making it the highest-weightage unit. Questions appear as 1-mark MCQs, 2–3 mark short answers, and 4-mark case studies. Scoring well here is essential for a good overall result.
Unit 1 covers 6 key topics: (1) Modulo Arithmetic, (2) Congruence Modulo and unit-digit cycles, (3) Alligation & Mixture, (4) Boats & Streams, (5) Pipes & Cisterns, and (6) Races & Games. Numerical Inequalities is also an important sub-topic for MCQs and short answers.
Modulo arithmetic deals with the remainder when one integer is divided by another. Written as \(a \equiv r \pmod{n}\), it means \(a\) and \(r\) leave the same remainder when divided by \(n\). In Class 12, it is used to find unit digits of large powers (\(7^{123}\)), solve clock problems (\(8 \times 14\) on a 12-hour clock), and verify congruence equations.
Let \(B\) = boat speed in still water, \(S\) = stream speed. • Downstream speed \(= B + S\) • Upstream speed \(= B - S\) • \(B = \dfrac{\text{Downstream} + \text{Upstream}}{2}\), \(S = \dfrac{\text{Downstream} - \text{Upstream}}{2}\)
If upstream time is \(n\) times downstream time: set up \(\dfrac{d}{B-S} = n \cdot \dfrac{d}{B+S}\) and solve for \(S\).
When \(x\) litres are repeatedly removed from a container of \(n\) litres and replaced with water, after \(k\) operations: Remaining original liquid \(= n \times \left(1 - \dfrac{x}{n}\right)^k\)
Example: 60 litres, 6 removed 3 times → \(60 \times (0.9)^3 = 43.74\) litres of original liquid remains.
Step 1: Use only the unit digit of the base — for \(17^{123}\), unit digit of base = 7. Step 2: Find the cycle of unit digits for powers of 7: 7→9→3→1 (period = 4). Step 3: Find \(123 \div 4\) = 30 remainder 3. The 3rd value in the cycle = 3. ∴ Unit digit of \(17^{123} = 3\).
Convert each pipe to its rate per hour (fraction of tank filled or emptied). Add rates for inlet pipes, subtract for outlet pipes. Time = \(\dfrac{1}{\text{net rate}}\).
Example: A fills in 5 h (\(\tfrac{1}{5}\)/h), B fills in 6 h (\(\tfrac{1}{6}\)/h), C empties in 12 h (\(\tfrac{1}{12}\)/h). Net rate \(= \tfrac{1}{5} + \tfrac{1}{6} - \tfrac{1}{12} = \tfrac{17}{60}\). Time \(= \tfrac{60}{17} \approx 3\tfrac{1}{3}\) hours.
Based on CBSE past papers: • Modulo Arithmetic / Unit Digit — MCQ every year • Alligation & Mixture / Repeated Replacement — 3-mark short answer • Pipes & Cisterns — MCQ or short answer • Numerical Inequalities — MCQ + 3-mark problem • Boats & Streams — appears in alternate years
Explore All Units — Class 12 Applied Maths
Free study material for all 8 units of the CBSE Applied Maths syllabus