Skip to main content
Chapter 1 of 10
NCERT Solutions

Numbers, Quantification and Numerical Applications

CBSE · Class 12 · Applied Mathematics

NCERT Solutions for Numbers, Quantification and Numerical Applications — CBSE Class 12 Applied Mathematics.

48 questions24 flashcards5 concepts

Interactive on Super Tutor

Studying Numbers, Quantification and Numerical Applications? Get the full interactive chapter.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for ncert solutions and more.

1,000+ Class 12 students started this chapter today

70 Questions Solved · 9 Sections

Exercise-1 (Modular Arithmetic)

1Find the sum of 132 and 121 mod 23.Show solution
Given: Two numbers 132 and 121; modulus = 23.

Step 1: Find 132 mod 23.
132=23×5+17    13217(mod23)132 = 23 \times 5 + 17 \implies 132 \equiv 17 \pmod{23}

Step 2: Find 121 mod 23.
121=23×5+6    1216(mod23)121 = 23 \times 5 + 6 \implies 121 \equiv 6 \pmod{23}

Step 3: Add the residues.
17+6=230(mod23)17 + 6 = 23 \equiv 0 \pmod{23}

Answer: (132+121)mod23=0(132 + 121) \bmod 23 = \mathbf{0}
2Find 76(mod3)7^6 \pmod{3}.Show solution
Given: 76(mod3)7^6 \pmod{3}.

Step 1: Find 7mod37 \bmod 3.
7=3×2+1    71(mod3)7 = 3 \times 2 + 1 \implies 7 \equiv 1 \pmod{3}

Step 2: Apply the power.
7616=1(mod3)7^6 \equiv 1^6 = 1 \pmod{3}

Answer: 76mod3=17^6 \bmod 3 = \mathbf{1}
3Find the value of xx, given that x23(mod7)x \equiv 23 \pmod{7}; if 21 \leq x < 31.Show solution
Given: x23(mod7)x \equiv 23 \pmod{7} and 21 \leq x < 31.

Step 1: Find 23mod723 \bmod 7.
23=7×3+2    232(mod7)23 = 7 \times 3 + 2 \implies 23 \equiv 2 \pmod{7}

So we need x2(mod7)x \equiv 2 \pmod{7} with 21 \leq x < 31.

Step 2: List values 2(mod7)\equiv 2 \pmod 7 in the range:
x=7k+2x = 7k + 2
- k=3k = 3: x=23x = 23 ✓ (since 21 \leq 23 < 31)
- k=4k = 4: x=30x = 30 ✓ (since 21 \leq 30 < 31)

Answer: x=23x = 23 or x=30x = 30. (The answer key gives x=30x = \mathbf{30}, which is the value in the range satisfying the condition.)
4Find the remainder when 226×369×122×461×1025226 \times 369 \times 122 \times 461 \times 1025 is divided by 8.Show solution
Given: Product 226×369×122×461×1025226 \times 369 \times 122 \times 461 \times 1025; divisor = 8.

Step 1: Find each factor mod 8.
226=8×28+2    2262(mod8)226 = 8 \times 28 + 2 \implies 226 \equiv 2 \pmod{8}
369=8×46+1    3691(mod8)369 = 8 \times 46 + 1 \implies 369 \equiv 1 \pmod{8}
122=8×15+2    1222(mod8)122 = 8 \times 15 + 2 \implies 122 \equiv 2 \pmod{8}
461=8×57+5    4615(mod8)461 = 8 \times 57 + 5 \implies 461 \equiv 5 \pmod{8}
1025=8×128+1    10251(mod8)1025 = 8 \times 128 + 1 \implies 1025 \equiv 1 \pmod{8}

Step 2: Multiply the residues.
2×1×2×5×1=202 \times 1 \times 2 \times 5 \times 1 = 20

Step 3: Find 20mod820 \bmod 8.
20=8×2+4    204(mod8)20 = 8 \times 2 + 4 \implies 20 \equiv 4 \pmod{8}

Answer: The remainder is 4\mathbf{4}.
5Evaluate (16×29)(mod7)(16 \times 29) \pmod{7}.Show solution
Given: (16×29)(mod7)(16 \times 29) \pmod 7.

Step 1: Find each factor mod 7.
16=7×2+2    162(mod7)16 = 7 \times 2 + 2 \implies 16 \equiv 2 \pmod{7}
29=7×4+1    291(mod7)29 = 7 \times 4 + 1 \implies 29 \equiv 1 \pmod{7}

Step 2: Multiply residues.
2×1=22 \times 1 = 2

Answer: (16×29)mod7=2(16 \times 29) \bmod 7 = \mathbf{2}
6If x(mod9)=2x \pmod{9} = 2, find all the possible values of xx; where 0 < x < 47.Show solution
Given: x2(mod9)x \equiv 2 \pmod{9} and 0 < x < 47.

Concept: x=9k+2x = 9k + 2 for non-negative integer kk.

Step 1: List values:
- k=0k = 0: x=2x = 2
- k=1k = 1: x=11x = 11
- k=2k = 2: x=20x = 20
- k=3k = 3: x=29x = 29
- k=4k = 4: x=38x = 38
- k=5k = 5: x=47x = 47 ✗ (not less than 47)

Answer: x{11,20,29,38}x \in \{11, 20, 29, 38\} (excluding 2 if 0 < x is strict; the answer key gives 11,20,29,38\mathbf{11, 20, 29, 38}).
7Find the positive integers less than 50 forming the equivalence class 4 for modulo 6.Show solution
Given: Equivalence class [4][4] for modulo 6; find positive integers less than 50.

Concept: Members of [4][4] satisfy x4(mod6)x \equiv 4 \pmod{6}, i.e., x=6k+4x = 6k + 4.

Step 1: List values:
- k=0k = 0: x=4x = 4
- k=1k = 1: x=10x = 10
- k=2k = 2: x=16x = 16
- k=3k = 3: x=22x = 22
- k=4k = 4: x=28x = 28
- k=5k = 5: x=34x = 34
- k=6k = 6: x=40x = 40
- k=7k = 7: x=46x = 46
- k=8k = 8: x = 52 > 50

Answer: [4]={4,10,16,22,28,34,40,46}[4] = \{4, 10, 16, 22, 28, 34, 40, 46\}
8What time will it be after 200 hours, if the present time is 5:00 am?Show solution
Given: Present time = 5:00 am; add 200 hours.

Concept: Clock arithmetic uses modulo 24 (for 24-hour clock).

Step 1: Find 200mod24200 \bmod 24.
200=24×8+8    2008(mod24)200 = 24 \times 8 + 8 \implies 200 \equiv 8 \pmod{24}

Step 2: Add 8 hours to 5:00 am.
5+8=13 hours=1:00 pm5 + 8 = 13 \text{ hours} = 1:00 \text{ pm}

Answer: The time will be 1:00 pm\mathbf{1:00\ pm}.
9There are 81 boxes with 21 articles in each. When we rearrange all of the articles so that each box has 5 articles, how many articles will be left out without a box?Show solution
Given: 81 boxes, 21 articles each; rearranged with 5 articles per box.

Step 1: Total articles.
81×21=170181 \times 21 = 1701

Step 2: Find 1701mod51701 \bmod 5.
1701=5×340+1    17011(mod5)1701 = 5 \times 340 + 1 \implies 1701 \equiv 1 \pmod{5}

Answer: 1\mathbf{1} article will be left out without a box.
10Find 3128mod73^{128} \bmod 7.Show solution
Given: 3128mod73^{128} \bmod 7.

Step 1: Find the pattern of powers of 3 mod 7.
313(mod7)3^1 \equiv 3 \pmod{7}
3292(mod7)3^2 \equiv 9 \equiv 2 \pmod{7}
336(mod7)3^3 \equiv 6 \pmod{7}
34184(mod7)3^4 \equiv 18 \equiv 4 \pmod{7}
35125(mod7)3^5 \equiv 12 \equiv 5 \pmod{7}
36151(mod7)3^6 \equiv 15 \equiv 1 \pmod{7}

The cycle length (order) is 6.

Step 2: Find 128mod6128 \bmod 6.
128=6×21+2    1282(mod6)128 = 6 \times 21 + 2 \implies 128 \equiv 2 \pmod{6}

Step 3:
31283292(mod7)3^{128} \equiv 3^2 \equiv 9 \equiv 2 \pmod{7}

Answer: 3128mod7=23^{128} \bmod 7 = \mathbf{2}

Exercise-2 (Arithmetic Functions)

1Find φ(35)\varphi(35).Show solution
Given: n=35n = 35.

Concept: Euler's totient function φ(n)\varphi(n) counts positive integers up to nn that are coprime to nn.

Step 1: Factorise 35.
35=5×735 = 5 \times 7

Step 2: Apply the formula.
φ(35)=35(115)(117)=35×45×67=24\varphi(35) = 35\left(1 - \frac{1}{5}\right)\left(1 - \frac{1}{7}\right) = 35 \times \frac{4}{5} \times \frac{6}{7} = 24

Answer: φ(35)=24\varphi(35) = \mathbf{24}
2Find μ(75)+μ(85)\mu(75) + \mu(85).Show solution
Given: μ(75)+μ(85)\mu(75) + \mu(85).

Concept: Möbius function: μ(n)=0\mu(n) = 0 if nn has a repeated prime factor; μ(n)=(1)k\mu(n) = (-1)^k if nn is a product of kk distinct primes.

Step 1: Factorise 75.
75=3×5275 = 3 \times 5^2
Since 525^2 is a repeated prime factor, μ(75)=0\mu(75) = 0.

Step 2: Factorise 85.
85=5×1785 = 5 \times 17
Two distinct prime factors, so μ(85)=(1)2=1\mu(85) = (-1)^2 = 1.

Step 3: Sum.
μ(75)+μ(85)=0+1=1\mu(75) + \mu(85) = 0 + 1 = 1

Answer: μ(75)+μ(85)=1\mu(75) + \mu(85) = \mathbf{1}
3Calculate φ(90)+τ(42)+σ(72)+μ(70)\varphi(90) + \tau(42) + \sigma(72) + \mu(70).Show solution
Given: φ(90)+τ(42)+σ(72)+μ(70)\varphi(90) + \tau(42) + \sigma(72) + \mu(70).

Part 1: φ(90)\varphi(90)
90=2×32×590 = 2 \times 3^2 \times 5
φ(90)=90(112)(113)(115)=90×12×23×45=24\varphi(90) = 90\left(1-\tfrac{1}{2}\right)\left(1-\tfrac{1}{3}\right)\left(1-\tfrac{1}{5}\right) = 90 \times \tfrac{1}{2} \times \tfrac{2}{3} \times \tfrac{4}{5} = 24

Part 2: τ(42)\tau(42) (number of divisors)
42=21×31×7142 = 2^1 \times 3^1 \times 7^1
τ(42)=(1+1)(1+1)(1+1)=8\tau(42) = (1+1)(1+1)(1+1) = 8

Part 3: σ(72)\sigma(72) (sum of divisors)
72=23×3272 = 2^3 \times 3^2
σ(72)=24121×33131=15×13=195\sigma(72) = \frac{2^4-1}{2-1} \times \frac{3^3-1}{3-1} = 15 \times 13 = 195

Part 4: μ(70)\mu(70)
70=2×5×7(3 distinct primes)70 = 2 \times 5 \times 7 \quad (3 \text{ distinct primes})
μ(70)=(1)3=1\mu(70) = (-1)^3 = -1

Final Answer:
24+8+195+(1)=22624 + 8 + 195 + (-1) = \mathbf{226}
4Verify that the relation φ(p)+τ(p)=σ(p)\varphi(p) + \tau(p) = \sigma(p) holds true for p=24p = 24.Show solution
Given: p=24p = 24; verify φ(24)+τ(24)=σ(24)\varphi(24) + \tau(24) = \sigma(24).

Step 1: Factorise 24.
24=23×3124 = 2^3 \times 3^1

Step 2: Compute φ(24)\varphi(24).
φ(24)=24(112)(113)=24×12×23=8\varphi(24) = 24\left(1-\tfrac{1}{2}\right)\left(1-\tfrac{1}{3}\right) = 24 \times \tfrac{1}{2} \times \tfrac{2}{3} = 8

Step 3: Compute τ(24)\tau(24).
τ(24)=(3+1)(1+1)=8\tau(24) = (3+1)(1+1) = 8

Step 4: Compute σ(24)\sigma(24).
σ(24)=24121×32131=15×4=60\sigma(24) = \frac{2^4-1}{2-1} \times \frac{3^2-1}{3-1} = 15 \times 4 = 60

Step 5: Check.
φ(24)+τ(24)=8+8=1660\varphi(24) + \tau(24) = 8 + 8 = 16 \neq 60

Note: The relation φ(p)+τ(p)=σ(p)\varphi(p) + \tau(p) = \sigma(p) holds only when pp is a prime number (see Q5). For p=24p = 24 (composite), the relation does not hold. The question asks to verify — the verification shows LHS =1660== 16 \neq 60 = RHS, confirming the relation is not satisfied for p=24p = 24.
5If pp is a prime then φ(p)+τ(p)=σ(p)\varphi(p) + \tau(p) = \sigma(p). Using the information complete the following table for primes p=2,3,5,7,11p = 2, 3, 5, 7, 11.Show solution
Concept: For a prime pp: divisors are 1 and pp only.
- φ(p)=p1\varphi(p) = p - 1
- τ(p)=2\tau(p) = 2
- σ(p)=1+p\sigma(p) = 1 + p
- Check: (p1)+2=p+1(p-1) + 2 = p + 1

pamp;φ(p)amp;τ(p)amp;σ(p)amp;φ(p)+τ(p)=σ(p)2amp;1amp;2amp;3amp;1+2=3 3amp;2amp;2amp;4amp;2+2=4 5amp;4amp;2amp;6amp;4+2=6 7amp;6amp;2amp;8amp;6+2=8 11amp;10amp;2amp;12amp;10+2=12 \begin{array}{|c|c|c|c|c|}\hline
p & \varphi(p) & \tau(p) & \sigma(p) & \varphi(p)+\tau(p)=\sigma(p) \\\hline
2 & 1 & 2 & 3 & 1+2=3\ ✓ \\\hline
3 & 2 & 2 & 4 & 2+2=4\ ✓ \\\hline
5 & 4 & 2 & 6 & 4+2=6\ ✓ \\\hline
7 & 6 & 2 & 8 & 6+2=8\ ✓ \\\hline
11 & 10 & 2 & 12 & 10+2=12\ ✓ \\\hline
\end{array}


Conclusion: The relation φ(p)+τ(p)=σ(p)\varphi(p) + \tau(p) = \sigma(p) holds for all primes pp.
6If n=2pn = 2p and pp is an odd prime number less than 14, then: (i) Evaluate φ(n),τ(n),σ(n)\varphi(n), \tau(n), \sigma(n) and represent the results in tabular form. (ii) Verify the relation n+φ(n)+τ(n)=σ(n)n + \varphi(n) + \tau(n) = \sigma(n).Show solution
Given: n=2pn = 2p, pp is an odd prime < 14, so p{3,5,7,11,13}p \in \{3, 5, 7, 11, 13\}.

Formulas for n=2pn = 2p (where pp is an odd prime):
- φ(2p)=φ(2)φ(p)=1×(p1)=p1\varphi(2p) = \varphi(2)\cdot\varphi(p) = 1 \times (p-1) = p-1
- τ(2p)=τ(2)τ(p)=2×2=4\tau(2p) = \tau(2)\cdot\tau(p) = 2 \times 2 = 4
- σ(2p)=σ(2)σ(p)=3(1+p)\sigma(2p) = \sigma(2)\cdot\sigma(p) = 3(1+p)

(i) Table:

pamp;n=2pamp;φ(n)amp;τ(n)amp;σ(n)3amp;6amp;2amp;4amp;125amp;10amp;4amp;4amp;187amp;14amp;6amp;4amp;2411amp;22amp;10amp;4amp;3613amp;26amp;12amp;4amp;42\begin{array}{|c|c|c|c|c|}\hline
p & n=2p & \varphi(n) & \tau(n) & \sigma(n) \\\hline
3 & 6 & 2 & 4 & 12 \\\hline
5 & 10 & 4 & 4 & 18 \\\hline
7 & 14 & 6 & 4 & 24 \\\hline
11 & 22 & 10 & 4 & 36 \\\hline
13 & 26 & 12 & 4 & 42 \\\hline
\end{array}


(ii) Verification of n+φ(n)+τ(n)=σ(n)n + \varphi(n) + \tau(n) = \sigma(n):

For n=2pn = 2p: LHS =2p+(p1)+4=3p+3=3(p+1)= 2p + (p-1) + 4 = 3p + 3 = 3(p+1) and RHS =3(1+p)=3(p+1)= 3(1+p) = 3(p+1). ✓

Checking with values:
- p=3p=3: 6+2+4=12=σ(6)6+2+4=12=\sigma(6)
- p=5p=5: 10+4+4=18=σ(10)10+4+4=18=\sigma(10)
- p=7p=7: 14+6+4=24=σ(14)14+6+4=24=\sigma(14)
- p=11p=11: 22+10+4=36=σ(22)22+10+4=36=\sigma(22)
- p=13p=13: 26+12+4=42=σ(26)26+12+4=42=\sigma(26)

Hence verified.
7Show that τ(n)\tau(n) and σ(n)\sigma(n) are multiplicative functions for n=24n = 24.Show solution
Given: n=24n = 24; show τ\tau and σ\sigma are multiplicative.

Concept: A function ff is multiplicative if f(ab)=f(a)f(b)f(ab) = f(a)\cdot f(b) whenever gcd(a,b)=1\gcd(a,b)=1.

Factorisation: 24=8×3=23×3124 = 8 \times 3 = 2^3 \times 3^1, and gcd(8,3)=1\gcd(8,3)=1.

For τ\tau:
τ(24)=τ(8)×τ(3)\tau(24) = \tau(8) \times \tau(3)
τ(8)=4,τ(3)=2\tau(8) = 4,\quad \tau(3) = 2
τ(8)×τ(3)=4×2=8\tau(8)\times\tau(3) = 4 \times 2 = 8
τ(24)=(3+1)(1+1)=8\tau(24) = (3+1)(1+1) = 8 \checkmark

For σ\sigma:
σ(24)=σ(8)×σ(3)\sigma(24) = \sigma(8) \times \sigma(3)
σ(8)=1+2+4+8=15,σ(3)=1+3=4\sigma(8) = 1+2+4+8 = 15,\quad \sigma(3) = 1+3 = 4
σ(8)×σ(3)=15×4=60\sigma(8)\times\sigma(3) = 15 \times 4 = 60
σ(24)=1+2+3+4+6+8+12+24=60\sigma(24) = 1+2+3+4+6+8+12+24 = 60 \checkmark

Hence, both τ(n)\tau(n) and σ(n)\sigma(n) are multiplicative functions for n=24n = 24.

Exercise-3 (Mixtures and Alligation)

1In what ratio must rice at ₹69 per kg be mixed with rice ₹100 per kg so that the mixture be worth ₹80 per kg?Show solution
Given: Cheaper price = ₹69/kg, Dearer price = ₹100/kg, Mean price = ₹80/kg.

Using Alligation Rule:
Ratio=Dearer priceMean priceMean priceCheaper price=100808069=2011\text{Ratio} = \frac{\text{Dearer price} - \text{Mean price}}{\text{Mean price} - \text{Cheaper price}} = \frac{100-80}{80-69} = \frac{20}{11}

Answer: The required ratio is 20:11\mathbf{20:11}.
2The average salary per head of the entire staff of a small factory including the supervisor and labours is ₹5750. The average salary per head of the supervisor is ₹20,000 and that of the labours is ₹5000. Find the number of labours in the factory if there are 4 supervisors.Show solution
Given: Mean salary = ₹5750; Supervisor avg = ₹20,000; Labour avg = ₹5000; No. of supervisors = 4.

Using Alligation:
No. of supervisorsNo. of labours=57505000200005750=75014250=119\frac{\text{No. of supervisors}}{\text{No. of labours}} = \frac{5750 - 5000}{20000 - 5750} = \frac{750}{14250} = \frac{1}{19}

Step 2: If supervisors = 4, then:
4No. of labours=119    No. of labours=76\frac{4}{\text{No. of labours}} = \frac{1}{19} \implies \text{No. of labours} = 76

Answer: There are 76\mathbf{76} labours in the factory.
3A container contains 70 l of orange squash. The squash being too concentrated 7 l of squash was taken out from this container and replaced by water. This process was repeated thrice to reduce the concentration of squash. How much quantity of orange squash is left in the container?Show solution
Given: Initial squash = 70 l; 7 l removed and replaced by water; process repeated 3 times.

Formula: After nn replacements,
Remaining quantity=V(1rV)n\text{Remaining quantity} = V\left(1 - \frac{r}{V}\right)^n
where V=70V = 70 l, r=7r = 7 l, n=3n = 3.

=70(1770)3=70(910)3=70×7291000=510301000=51.03 l= 70\left(1 - \frac{7}{70}\right)^3 = 70\left(\frac{9}{10}\right)^3 = 70 \times \frac{729}{1000} = \frac{51030}{1000} = 51.03 \text{ l}

Answer: Approximately 51.03\mathbf{51.03} litres of orange squash is left.
4Cost of two types of pulses is ₹55 per kg and ₹90 per kg. If both the pulses are mixed together in the ratio 2:3, what should be the price of the mixed variety of pulses per kg?Show solution
Given: Price of pulse 1 = ₹55/kg, Price of pulse 2 = ₹90/kg, Ratio = 2:3.

Step 1: Weighted average price.
Price of mixture=2×55+3×902+3=110+2705=3805=76\text{Price of mixture} = \frac{2 \times 55 + 3 \times 90}{2+3} = \frac{110 + 270}{5} = \frac{380}{5} = ₹76

Answer: The price of the mixed variety is 76\mathbf{₹76} per kg.
5A shopkeeper has 1 quintal of wheat, part of which she sells at 18% gain and the rest at 28% gain. In total she gains 24%. Find the quantity of wheat sold at 18% and 28%.Show solution
Given: Total wheat = 1 quintal = 100 kg; gains = 18%, 28%; overall gain = 24%.

Using Alligation:
Qty at 18%Qty at 28%=28242418=46=23\frac{\text{Qty at 18\%}}{\text{Qty at 28\%}} = \frac{28-24}{24-18} = \frac{4}{6} = \frac{2}{3}

Step 2: Total parts = 2 + 3 = 5.
Qty at 18%=25×100=40 kg\text{Qty at 18\%} = \frac{2}{5} \times 100 = 40 \text{ kg}
Qty at 28%=35×100=60 kg\text{Qty at 28\%} = \frac{3}{5} \times 100 = 60 \text{ kg}

Answer: Wheat sold at 18% gain = 40 kg; at 28% gain = 60 kg.
6600 gm of jaggery syrup has 40% jaggery in it. How much jaggery should be added to make it 50% in the syrup?Show solution
Given: Syrup = 600 gm with 40% jaggery; target = 50% jaggery.

Step 1: Jaggery present = 0.40×600=2400.40 \times 600 = 240 gm.

Step 2: Let xx gm of pure jaggery be added. Pure jaggery is 100% jaggery.

Using Alligation (or direct equation):
240+x600+x=50100=0.5\frac{240 + x}{600 + x} = \frac{50}{100} = 0.5
240+x=0.5(600+x)240 + x = 0.5(600 + x)
240+x=300+0.5x240 + x = 300 + 0.5x
0.5x=600.5x = 60
x=120 gmx = 120 \text{ gm}

Answer: 120\mathbf{120} gm of jaggery should be added.
7In what ratio, water must be added to dilute honey costing ₹240 per litre so that the resulted syrup would be worth ₹200 per litre?Show solution
Given: Honey = ₹240/l, Water = ₹0/l, Mixture = ₹200/l.

Using Alligation:
WaterHoney=2402002000=40200=15\frac{\text{Water}}{\text{Honey}} = \frac{240 - 200}{200 - 0} = \frac{40}{200} = \frac{1}{5}

Answer: Water and honey must be mixed in the ratio 1:5\mathbf{1:5}.
8A container has 50 l of juice in it. 5 l of juice is taken out and is replaced by 5 l of water. This process is repeated 4 more times. What is the amount of juice in the container after final replacement?Show solution
Given: V=50V = 50 l, r=5r = 5 l, total repetitions = 1+4=51 + 4 = 5 times.

Formula:
Juice remaining=V(1rV)n=50(1550)5=50(910)5\text{Juice remaining} = V\left(1 - \frac{r}{V}\right)^n = 50\left(1 - \frac{5}{50}\right)^5 = 50\left(\frac{9}{10}\right)^5

=50×59049100000=50×0.59049=29.52 l (approx.)= 50 \times \frac{59049}{100000} = 50 \times 0.59049 = 29.52 \text{ l (approx.)}

Answer: Approximately 29.52\mathbf{29.52} litres of juice remains.

Exercise-4 (Boats and Streams)

1Find the speed of the boat, if a boat moves downstream at the rate of 16 km/hr and upstream at the rate of 10 km/hr.Show solution
Given: Downstream speed a=16a = 16 km/hr; Upstream speed b=10b = 10 km/hr.

Formula:
Speed of boat in still water=a+b2=16+102=262=13 km/hr\text{Speed of boat in still water} = \frac{a+b}{2} = \frac{16+10}{2} = \frac{26}{2} = 13 \text{ km/hr}

Answer: Speed of the boat = 13\mathbf{13} km/hr.
2The speed of a boat in still water is 14 km per hour. While going downstream it moves at the rate of 24 km per hour. Find the speed of the boat against the stream.Show solution
Given: Speed of boat in still water =14= 14 km/hr; Downstream speed =24= 24 km/hr.

Step 1: Find speed of stream.
Speed of stream=2414=10 km/hr\text{Speed of stream} = 24 - 14 = 10 \text{ km/hr}

Step 2: Speed upstream (against stream).
=1410=4 km/hr= 14 - 10 = 4 \text{ km/hr}

Answer: Speed of boat against the stream = 4\mathbf{4} km/hr.
3A boat goes 8 km upstream and then returns. Total time taken is 4 hours 16 minutes. If the speed of current is 1 km/hr, find the actual speed of the boat.Show solution
Given: Distance one way = 8 km; Total time = 4 hr 16 min =41660=25660=6415= 4\frac{16}{60} = \frac{256}{60} = \frac{64}{15} hr; Speed of current y=1y = 1 km/hr.

Let speed of boat in still water =x= x km/hr.

Step 1: Set up equation.
8x1+8x+1=6415\frac{8}{x-1} + \frac{8}{x+1} = \frac{64}{15}

Step 2: Simplify.
8((x+1)+(x1)(x1)(x+1))=64158\left(\frac{(x+1)+(x-1)}{(x-1)(x+1)}\right) = \frac{64}{15}
8×2xx21=6415\frac{8 \times 2x}{x^2-1} = \frac{64}{15}
16xx21=6415\frac{16x}{x^2-1} = \frac{64}{15}
15×16x=64(x21)15 \times 16x = 64(x^2-1)
240x=64x264240x = 64x^2 - 64
64x2240x64=064x^2 - 240x - 64 = 0
4x215x4=04x^2 - 15x - 4 = 0
(4x+1)(x4)=0(4x+1)(x-4) = 0
x=4(taking positive value)x = 4 \quad (\text{taking positive value})

Answer: The actual speed of the boat = 4\mathbf{4} km/hr.
4A man can row 7 km per hour in still water. If the stream is flowing at the rate of 5 km per hour, it takes him 7 hours to row to a place and return, how far is the place?Show solution
Given: Speed in still water x=7x = 7 km/hr; Stream speed y=5y = 5 km/hr; Total time = 7 hr.

Let distance = dd km.

dx+y+dxy=7\frac{d}{x+y} + \frac{d}{x-y} = 7
d12+d2=7\frac{d}{12} + \frac{d}{2} = 7
d(112+12)=7d\left(\frac{1}{12} + \frac{1}{2}\right) = 7
d×712=7d \times \frac{7}{12} = 7
d=12 kmd = 12 \text{ km}

Answer: The place is 12\mathbf{12} km away.
5A boat covers 32 km upstream and 36 km downstream in 7 hours. Also it covers 40 km upstream and 48 km downstream in 9 hours. Find the speed of the boat in still water and that of the stream.Show solution
Let speed of boat in still water =x= x km/hr and speed of stream =y= y km/hr.

Equations:
32xy+36x+y=7(1)\frac{32}{x-y} + \frac{36}{x+y} = 7 \quad \cdots (1)
40xy+48x+y=9(2)\frac{40}{x-y} + \frac{48}{x+y} = 9 \quad \cdots (2)

Let u=1xyu = \frac{1}{x-y} and v=1x+yv = \frac{1}{x+y}:
32u+36v=7(1)32u + 36v = 7 \quad \cdots (1')
40u+48v=9(2)40u + 48v = 9 \quad \cdots (2')

Solve: Multiply (1') by 4 and (2') by 3:
128u+144v=28128u + 144v = 28
120u+144v=27120u + 144v = 27
Subtract: 8u=1    u=188u = 1 \implies u = \frac{1}{8}

Substitute in (1'): 32×18+36v=7    4+36v=7    v=11232 \times \frac{1}{8} + 36v = 7 \implies 4 + 36v = 7 \implies v = \frac{1}{12}

So xy=8x - y = 8 and x+y=12x + y = 12.

Adding: 2x=20    x=102x = 20 \implies x = 10 km/hr; y=2y = 2 km/hr.

Answer: Speed of boat in still water = 10\mathbf{10} km/hr; Speed of stream = 2\mathbf{2} km/hr.
6A man can row 7127\frac{1}{2} km/h in still water. If in a river running at 1.5 km an hour, it takes him 50 minutes to row to a place and back, how far off is the place?Show solution
Given: Speed in still water =7.5= 7.5 km/hr; Stream speed =1.5= 1.5 km/hr; Time =50= 50 min =56= \frac{5}{6} hr.

Downstream speed =7.5+1.5=9= 7.5 + 1.5 = 9 km/hr.
Upstream speed =7.51.5=6= 7.5 - 1.5 = 6 km/hr.

Let distance =d= d km.
d9+d6=56\frac{d}{9} + \frac{d}{6} = \frac{5}{6}
d(2+318)=56d\left(\frac{2+3}{18}\right) = \frac{5}{6}
d×518=56d \times \frac{5}{18} = \frac{5}{6}
d=56×185=3 kmd = \frac{5}{6} \times \frac{18}{5} = 3 \text{ km}

Answer: The place is 3\mathbf{3} km away.
7The speed of a motor boat and that of the current of water is 36:5. The boat goes along with the current in 5 hours 10 minutes. How much time will it take to come back?Show solution
Given: Speed of boat : Speed of current =36:5= 36:5.

Let speed of boat =36k= 36k and speed of current =5k= 5k.

Downstream speed =36k+5k=41k= 36k + 5k = 41k.
Upstream speed =36k5k=31k= 36k - 5k = 31k.

Let distance =D= D.

Time downstream =D41k=5= \frac{D}{41k} = 5 hr 10 min =316= \frac{31}{6} hr.

So D=41k×316D = 41k \times \frac{31}{6}.

Time upstream =D31k=41k×31631k=416= \frac{D}{31k} = \frac{41k \times \frac{31}{6}}{31k} = \frac{41}{6} hr =6= 6 hr 5050 min.

Answer: The boat will take 6\mathbf{6} hours 50\mathbf{50} minutes to come back.

Exercise-5 (Pipes and Cisterns)

1Pipe A can fill a tank in 30 hours and pipe B in 45 hours. If both the pipes are opened in an empty tank, how much time will it take to fill the tank?Show solution
Given: Pipe A fills in 30 hr; Pipe B fills in 45 hr.

Combined rate per hour:
130+145=3+290=590=118\frac{1}{30} + \frac{1}{45} = \frac{3+2}{90} = \frac{5}{90} = \frac{1}{18}

Time to fill:
=18 hours= 18 \text{ hours}

Answer: The tank will be filled in 18\mathbf{18} hours.
2A pipe can fill a cistern in 6 hours. Due to a leakage in the tank the cistern is just full in 9 hours. How much time the leakage will take to empty the tank?Show solution
Given: Filling rate =16= \frac{1}{6} per hr; Effective rate with leak =19= \frac{1}{9} per hr.

Leak rate:
1619=3218=118\frac{1}{6} - \frac{1}{9} = \frac{3-2}{18} = \frac{1}{18}

Time for leakage to empty:
=18 hours= 18 \text{ hours}

Answer: The leakage will empty the tank in 18\mathbf{18} hours.
3A cistern can be filled by pipes A and B in 4 hours and 6 hours respectively. When full, the cistern can be emptied by pipe C in 8 hours. If all the pipes were turned on at the same time, in how much time will the cistern be filled?Show solution
Given: A fills in 4 hr, B fills in 6 hr, C empties in 8 hr.

Net rate per hour:
14+1618=6+4324=724\frac{1}{4} + \frac{1}{6} - \frac{1}{8} = \frac{6+4-3}{24} = \frac{7}{24}

Time to fill:
=247=337 hours= \frac{24}{7} = 3\frac{3}{7} \text{ hours}

Answer: The cistern will be filled in 247\mathbf{\dfrac{24}{7}} hours (approximately 3 hr 26 min).
4A cistern can be filled in 8 hours but due to a leakage in its bottom, it takes 2 hours more to fill the tank. If the cistern is full, how much time will the leakage take to empty it?Show solution
Given: Normal fill time = 8 hr; With leak = 10 hr.

Leak rate:
18110=5440=140\frac{1}{8} - \frac{1}{10} = \frac{5-4}{40} = \frac{1}{40}

Time to empty:
=40 hours= 40 \text{ hours}

Answer: The leakage will empty the cistern in 40\mathbf{40} hours.
5A cistern can be filled by an inlet pipe in 20 hours and can be emptied by an outlet pipe in 25 hours. Both the pipes are opened. After 10 hours, the outlet pipe is closed, find the total time taken to fill the tank.Show solution
Given: Inlet fills in 20 hr; Outlet empties in 25 hr; Both open for 10 hr, then outlet closed.

Step 1: Net rate when both open.
120125=54100=1100\frac{1}{20} - \frac{1}{25} = \frac{5-4}{100} = \frac{1}{100}

Step 2: Portion filled in 10 hr.
=10100=110= \frac{10}{100} = \frac{1}{10}

Step 3: Remaining portion =1110=910= 1 - \frac{1}{10} = \frac{9}{10}.

Step 4: Time to fill remaining with only inlet.
=910×20=18 hr= \frac{9}{10} \times 20 = 18 \text{ hr}

Total time =10+18=28= 10 + 18 = \mathbf{28} hours.
6Two pipes A and B can fill a tank in 24 minutes and 32 minutes respectively. If both the pipes are opened simultaneously, after how much time B should be closed so that the tank is full in 18 minutes?Show solution
Given: A fills in 24 min; B fills in 32 min; Tank full in 18 min; B closed after tt minutes.

Step 1: A works for all 18 min; B works for tt min.
1824+t32=1\frac{18}{24} + \frac{t}{32} = 1
34+t32=1\frac{3}{4} + \frac{t}{32} = 1
t32=14\frac{t}{32} = \frac{1}{4}
t=8 minutest = 8 \text{ minutes}

Answer: Pipe B should be closed after 8\mathbf{8} minutes.
7A tank is fitted with 3 taps A, B and C. All the three taps, if opened together, can drain the full tank in 1121\frac{1}{2} minutes. Taps B and C together take 2 minutes to drain the tank while A and C together take 24132\frac{4}{13} minutes to drain it. How long will taps A and B together take to drain the tank?Show solution
Given:
- A+B+C drain in 32\frac{3}{2} min \Rightarrow rate =23= \frac{2}{3}
- B+C drain in 2 min \Rightarrow rate =12= \frac{1}{2}
- A+C drain in 3013\frac{30}{13} min \Rightarrow rate =1330= \frac{13}{30}

Step 1: Rate of A alone.
Rate of A=2312=436=16\text{Rate of A} = \frac{2}{3} - \frac{1}{2} = \frac{4-3}{6} = \frac{1}{6}

Step 2: Rate of B alone.
Rate of B=231330=201330=730\text{Rate of B} = \frac{2}{3} - \frac{13}{30} = \frac{20-13}{30} = \frac{7}{30}

Step 3: Rate of A+B.
16+730=5+730=1230=25\frac{1}{6} + \frac{7}{30} = \frac{5+7}{30} = \frac{12}{30} = \frac{2}{5}

Time for A+B to drain:
=52=2.5 minutes= \frac{5}{2} = 2.5 \text{ minutes}

Answer: Taps A and B together will drain the tank in 2.5\mathbf{2.5} minutes.

Exercise-6 (Races and Games)

1In a 1000 metres race, A defeats B by 300 metres and B defeats C by 200 meters. In the same race by how many metres will A defeat C?Show solution
Given: Race = 1000 m; A beats B by 300 m; B beats C by 200 m.

Step 1: When A finishes 1000 m, B has run 700 m.

Step 2: When B runs 1000 m, C runs 800 m.
So when B runs 700 m, C runs 8001000×700=560\frac{800}{1000} \times 700 = 560 m.

Step 3: When A finishes 1000 m, C has run 560 m.

Margin: 1000560=4401000 - 560 = 440 m.

Answer: A defeats C by 440\mathbf{440} metres.
2In a 1000 metres race, A can give a start of 100 metres to B and a start of 280 metres to C. In the same race, how much start can B give to C?Show solution
Given: Race = 1000 m; A gives B a start of 100 m; A gives C a start of 280 m.

Step 1: When A runs 1000 m, B runs 900 m and C runs 720 m.

Step 2: When B runs 1000 m, C runs 720900×1000=800\frac{720}{900} \times 1000 = 800 m.

Start B gives C: 1000800=2001000 - 800 = 200 m.

Answer: B can give C a start of 200\mathbf{200} metres.
3In a 500 metres race, A defeats B by 60 metres (or) 12 seconds. What is the time taken by A to complete the race?Show solution
Given: Race = 500 m; A beats B by 60 m or 12 seconds.

Step 1: B covers 60 m in 12 seconds.
Speed of B=6012=5 m/s\text{Speed of B} = \frac{60}{12} = 5 \text{ m/s}

Step 2: When A finishes 500 m, B has run 50060=440500 - 60 = 440 m.

Step 3: Time taken by B to run 440 m.
=4405=88 seconds= \frac{440}{5} = 88 \text{ seconds}

This is also the time taken by A to complete the race.

Answer: A completes the race in 88\mathbf{88} seconds.
4In a 900 metres race, A gives B a start of 150 metres and defeats him by 50 seconds. If the speed of A is 4.5 m/sec then find the speed of B.Show solution
Given: Race = 900 m; A gives B a start of 150 m; A defeats B by 50 sec; Speed of A = 4.5 m/s.

Step 1: Time taken by A to finish 900 m.
tA=9004.5=200 sect_A = \frac{900}{4.5} = 200 \text{ sec}

Step 2: B has to cover 900150=750900 - 150 = 750 m but takes 50 sec more than A.
tB=200+50=250 sect_B = 200 + 50 = 250 \text{ sec}

Step 3: Speed of B.
vB=750250=3 m/sv_B = \frac{750}{250} = 3 \text{ m/s}

Answer: Speed of B = 3\mathbf{3} m/s.
5A runs 3 times as fast as B. If A gives B a start of 40 metres, how far must the goal on the race course be so that A and B reach the goal at the same time?Show solution
Given: Speed of A = 3 × Speed of B; A gives B a start of 40 m.

Let the goal be dd metres from A's starting point. B starts 40 m ahead, so B covers (d40)(d - 40) m.

For equal time:
d3v=d40v\frac{d}{3v} = \frac{d-40}{v}
d=3(d40)d = 3(d-40)
d=3d120d = 3d - 120
2d=1202d = 120
d=60 md = 60 \text{ m}

Answer: The goal must be 60\mathbf{60} metres from A's starting point.
6A team played 40 games in a season and lost in 16 of them. What percent of games played did the team win?Show solution
Given: Total games = 40; Lost = 16.

Step 1: Games won =4016=24= 40 - 16 = 24.

Step 2: Percentage won.
=2440×100=60%= \frac{24}{40} \times 100 = 60\%

Answer: The team won 60%\mathbf{60\%} of the games.
7In a 200 metres race, Prateek beats Samarth by 35 metres or 7 seconds. How much time did Prateek take to cover the race?Show solution
Given: Race = 200 m; Prateek beats Samarth by 35 m or 7 sec.

Step 1: Samarth covers 35 m in 7 sec.
Speed of Samarth=357=5 m/s\text{Speed of Samarth} = \frac{35}{7} = 5 \text{ m/s}

Step 2: When Prateek finishes, Samarth has run 20035=165200 - 35 = 165 m.

Step 3: Time taken by Prateek = Time taken by Samarth to run 165 m.
=1655=33 sec= \frac{165}{5} = 33 \text{ sec}

Answer: Prateek took 33\mathbf{33} seconds to cover the race.

Exercise-7 (Partnership)

1A, B and C enter into a partnership. B contributes 1/3 of the capital, while A contributes as much as B and C together contribute. Find the ratio of their capitals.Show solution
Given: B's share =13= \frac{1}{3} of total capital; A's share = B's share + C's share.

Step 1: Let total capital = 1.
B=13B = \frac{1}{3}

Step 2: A + B + C = 1 and A = B + C, so:
A+A=1    A=12A + A = 1 \implies A = \frac{1}{2}

Step 3: C = 1 - A - B =11213=16= 1 - \frac{1}{2} - \frac{1}{3} = \frac{1}{6}.

Ratio A:B:C:
12:13:16=3:2:1\frac{1}{2} : \frac{1}{3} : \frac{1}{6} = 3:2:1

Answer: Ratio of capitals of A:B:C = 3:2:1\mathbf{3:2:1}.
2Rahul got ₹5000 as his share out of the total profit of ₹9000. Ramesh had invested ₹3000 for 6 months, while Rahul invested for the whole year. Find the amount invested by Rahul.Show solution
Given: Rahul's profit = ₹5000; Total profit = ₹9000; Ramesh invested ₹3000 for 6 months; Rahul invested for 12 months.

Step 1: Ramesh's profit = ₹9000 - ₹5000 = ₹4000.

Step 2: Ratio of profits = Ratio of (investment × time).
Rahul’s investment×123000×6=50004000=54\frac{\text{Rahul's investment} \times 12}{3000 \times 6} = \frac{5000}{4000} = \frac{5}{4}

Step 3: Solve.
Rahul’s investment=5×3000×64×12=9000048=1875\text{Rahul's investment} = \frac{5 \times 3000 \times 6}{4 \times 12} = \frac{90000}{48} = ₹1875

Answer: Rahul invested 1875\mathbf{₹1875}.
3Priya started a tiffin service business by investing ₹40000. After 4 months her friend Rekha joined her business and invested ₹50000 in it. What will be the share of Rekha in the profit if they earn ₹220000 as profit in the entire year?Show solution
Given: Priya invests ₹40000 for 12 months; Rekha invests ₹50000 for 8 months; Total profit = ₹220000.

Step 1: Equivalent capitals.
Priya=40000×12=480000\text{Priya} = 40000 \times 12 = 480000
Rekha=50000×8=400000\text{Rekha} = 50000 \times 8 = 400000

Step 2: Ratio = 480000 : 400000 = 6:5.

Step 3: Rekha's share.
=511×220000=100000= \frac{5}{11} \times 220000 = ₹100000

Answer: Rekha's share in profit = 1,00,000\mathbf{₹1,00,000}.
4What is the investment ratio of A, B and C if their profit ratio is 6:7:8 respectively and their investment time period ratio is 2:3:4 respectively?Show solution
Given: Profit ratio = 6:7:8; Time ratio = 2:3:4.

Concept: Profit \propto Investment ×\times Time.

Investment ratio=Profit ratioTime ratio\text{Investment ratio} = \frac{\text{Profit ratio}}{\text{Time ratio}}

A:B:C=62:73:84=3:73:2A:B:C = \frac{6}{2} : \frac{7}{3} : \frac{8}{4} = 3 : \frac{7}{3} : 2

Multiply by 3: =9:7:6= 9 : 7 : 6.

Answer: Investment ratio of A:B:C = 9:7:6\mathbf{9:7:6}.
5A and B start a trading business with a capital of ₹30000 and ₹60000 respectively. From the profit of entire year which is ₹18000, A gets ₹8500 as his share of profit and salary for managing the business. What is the amount that A receives as his salary?Show solution
Given: A's capital = ₹30000; B's capital = ₹60000; Total profit = ₹18000; A gets ₹8500 (profit share + salary).

Step 1: Ratio of capitals = 30000:60000 = 1:2.

Step 2: A's share of profit (without salary).
=13×18000=6000= \frac{1}{3} \times 18000 = ₹6000

Step 3: A's salary.
=85006000=2500= 8500 - 6000 = ₹2500

Answer: A receives 2500\mathbf{₹2500} as salary.
6Prakash, Sachin and Anil started a business jointly investing ₹11 lakh, ₹16.5 lakh and ₹8.25 lakh respectively. The profit earned by them in the business at the end of 3 years was ₹19.5 lakh. What will be 50% of Anil's share in the profit?Show solution
Given: Investments: Prakash = ₹11L, Sachin = ₹16.5L, Anil = ₹8.25L; Profit = ₹19.5L.

Step 1: Ratio of investments.
11:16.5:8.25=4:6:311 : 16.5 : 8.25 = 4 : 6 : 3
(Multiply each by 411\frac{4}{11}: 4:6:34:6:3; total = 13)

Step 2: Anil's share.
=313×19.5=58.513=4.5 lakh= \frac{3}{13} \times 19.5 = \frac{58.5}{13} = 4.5 \text{ lakh}

Step 3: 50% of Anil's share.
=0.5×4.5=2.25 lakh=2,25,000= 0.5 \times 4.5 = 2.25 \text{ lakh} = ₹2,25,000

Answer: 50% of Anil's share = 2.25\mathbf{₹2.25} lakh.
7Nikhil, Priyesh and Ritik took a house on rent for ₹13824. They remained together for 4 months and then Ritik left the house. After 5 more months, Priyesh also left the house. How much rent should each pay?Show solution
Given: Total rent = ₹13824; All three stay for 4 months; Ritik leaves after 4 months; Priyesh leaves after 4+5=9 months; Nikhil stays for the full period.

Step 1: Determine total period. Nikhil stays for the full tenancy. Since Priyesh leaves after 9 months, total period = 12 months (assumed for a year).

Step 2: Equivalent person-months.
Nikhil=12 months\text{Nikhil} = 12 \text{ months}
Priyesh=9 months\text{Priyesh} = 9 \text{ months}
Ritik=4 months\text{Ritik} = 4 \text{ months}

Ratio = 12:9:4; Total = 25.

Step 3: Shares.
Nikhil=1225×13824=6635.526635.52\text{Nikhil} = \frac{12}{25} \times 13824 = ₹6635.52 \approx ₹6635.52
Priyesh=925×13824=4976.644976.64\text{Priyesh} = \frac{9}{25} \times 13824 = ₹4976.64 \approx ₹4976.64
Ritik=425×13824=2211.842211.84\text{Ritik} = \frac{4}{25} \times 13824 = ₹2211.84 \approx ₹2211.84

Answer: Nikhil pays ₹6635.52, Priyesh pays ₹4976.64, and Ritik pays ₹2211.84.
8Arun started a business investing ₹38000. After 5 months Bakul joined him with a capital of ₹55000. At the end of the year the total profit was ₹22000. What is the approximate difference between the shares of Arun and Bakul?Show solution
Given: Arun invests ₹38000 for 12 months; Bakul invests ₹55000 for 7 months; Total profit = ₹22000.

Step 1: Equivalent capitals.
Arun=38000×12=456000\text{Arun} = 38000 \times 12 = 456000
Bakul=55000×7=385000\text{Bakul} = 55000 \times 7 = 385000

Step 2: Ratio = 456000:385000 = 456:385.

Step 3: Shares.
Arun’s share=456841×2200011930\text{Arun's share} = \frac{456}{841} \times 22000 \approx ₹11930
Bakul’s share=385841×2200010070\text{Bakul's share} = \frac{385}{841} \times 22000 \approx ₹10070

Step 4: Difference.
1193010070=1860\approx 11930 - 10070 = ₹1860

Answer: The approximate difference between their shares is 1860\mathbf{₹1860}.

Exercise-8 (Scheduling)

1Which of the following is false about SJF? S1: It causes minimum average waiting time. S2: It can cause starvation. (A) Only S1 (B) Only S2 (C) Both S1 and S2 (D) Neither S1 nor S2Show solution
Correct Option: (D) Neither S1 nor S2

Justification:
- S1 is TRUE: SJF (Shortest Job First) scheduling minimises average waiting time among all non-preemptive scheduling algorithms.
- S2 is TRUE: SJF can cause starvation — longer processes may never get CPU time if shorter processes keep arriving.

Since both statements are true, neither is false. Hence option (D) is correct.
2What is the relationship between arrival time, burst time, completion time and waiting time?Show solution
Definitions and Relationships:

1. Turnaround Time (TAT):
TAT=Completion Time (CT)Arrival Time (AT)\text{TAT} = \text{Completion Time (CT)} - \text{Arrival Time (AT)}

2. Waiting Time (WT):
WT=TATBurst Time (BT)\text{WT} = \text{TAT} - \text{Burst Time (BT)}

Combining both:
WT=(CTAT)BT\text{WT} = (\text{CT} - \text{AT}) - \text{BT}

This means Waiting Time is the total time a process spends in the ready queue waiting for CPU, which equals the time from arrival to completion minus the actual execution (burst) time.
3The processes P1, P2, P3, P4 given in the table below, arrives for execution in the same order, with Arrival Time 0, and given Burst Time, find the average waiting time using the FCFS scheduling algorithm. P1: BT=20, P2: BT=5, P3: BT=8, P4: BT=44.Show solution
Given: All arrive at time 0; FCFS order: P1→P2→P3→P4.

Gantt Chart:
P1P2P3P4|\text{P1}|\text{P2}|\text{P3}|\text{P4}|
0202533770 \quad 20 \quad 25 \quad 33 \quad 77

Waiting Times:
- P1: WT = 0
- P2: WT = 20
- P3: WT = 25
- P4: WT = 33

Average Waiting Time:
AWT=0+20+25+334=784=19.5 units\text{AWT} = \frac{0+20+25+33}{4} = \frac{78}{4} = 19.5 \text{ units}

Answer: Average Waiting Time = 19.5\mathbf{19.5} units.
4Consider the available processes given below in the ready queue for execution, with arrival time as 0 for all and given burst time. Find the average waiting time using the SJF scheduling algorithm. P1: BT=20, P2: BT=5, P3: BT=9, P4: BT=4.Show solution
Given: All arrive at time 0; SJF orders by shortest burst time first.

SJF Order: P4 (4) → P2 (5) → P3 (9) → P1 (20).

Gantt Chart:
P4P2P3P1|\text{P4}|\text{P2}|\text{P3}|\text{P1}|
04918380 \quad 4 \quad 9 \quad 18 \quad 38

Waiting Times:
- P4: WT = 0
- P2: WT = 4
- P3: WT = 9
- P1: WT = 18

Average Waiting Time:
AWT=0+4+9+184=314=7.75 units\text{AWT} = \frac{0+4+9+18}{4} = \frac{31}{4} = 7.75 \text{ units}

Answer: Average Waiting Time = 7.75\mathbf{7.75} units.
5Consider the available processes: P1 (AT=1, BT=3), P2 (AT=2, BT=4), P3 (AT=3, BT=2), P4 (AT=4, BT=4). (a) What is the time at which all the processes get executed? (b) Find the average turnaround time using the non-pre-emptive FCFS scheduling algorithm.Show solution
Given: Non-preemptive FCFS (First Come First Served).

FCFS Order: P1 (arrives first at t=1) → P2 → P3 → P4.

Gantt Chart:
IdleP1P2P3P4|\text{Idle}|\text{P1}|\text{P2}|\text{P3}|\text{P4}|
014810140 \quad 1 \quad 4 \quad 8 \quad 10 \quad 14

Table:
Processamp;ATamp;BTamp;CTamp;TAT=CT-ATamp;WT=TAT-BTP1amp;1amp;3amp;4amp;3amp;0P2amp;2amp;4amp;8amp;6amp;2P3amp;3amp;2amp;10amp;7amp;5P4amp;4amp;4amp;14amp;10amp;6\begin{array}{|c|c|c|c|c|c|}\hline
\text{Process} & \text{AT} & \text{BT} & \text{CT} & \text{TAT=CT-AT} & \text{WT=TAT-BT}\\\hline
\text{P1} & 1 & 3 & 4 & 3 & 0\\\hline
\text{P2} & 2 & 4 & 8 & 6 & 2\\\hline
\text{P3} & 3 & 2 & 10 & 7 & 5\\\hline
\text{P4} & 4 & 4 & 14 & 10 & 6\\\hline
\end{array}


(a) All processes complete at time 14\mathbf{14} units.

(b) Average Turnaround Time:
Avg TAT=3+6+7+104=264=6.5 units\text{Avg TAT} = \frac{3+6+7+10}{4} = \frac{26}{4} = \mathbf{6.5} \text{ units}
6Consider the available processes: P1 (AT=0, BT=2), P2 (AT=1, BT=3), P3 (AT=5, BT=3), P4 (AT=6, BT=4). (a) What is the time at which all the processes get executed? (b) Find the average waiting time and average turnaround time using the non-pre-emptive SJF scheduling algorithm.Show solution
Given: Non-preemptive SJF.

Execution order:
- At t=0: Only P1 available (BT=2). Execute P1. Completes at t=2.
- At t=2: Only P2 available (BT=3). Execute P2. Completes at t=5.
- At t=5: P3 arrives (BT=3). Execute P3. Completes at t=8.
- At t=8: P4 available (BT=4). Execute P4. Completes at t=12.

Gantt Chart:
P1P2P3P4|\text{P1}|\text{P2}|\text{P3}|\text{P4}|
0258120 \quad 2 \quad 5 \quad 8 \quad 12

Table:
Processamp;ATamp;BTamp;CTamp;TATamp;WTP1amp;0amp;2amp;2amp;2amp;0P2amp;1amp;3amp;5amp;4amp;1P3amp;5amp;3amp;8amp;3amp;0P4amp;6amp;4amp;12amp;6amp;2\begin{array}{|c|c|c|c|c|c|}\hline
\text{Process} & \text{AT} & \text{BT} & \text{CT} & \text{TAT} & \text{WT}\\\hline
\text{P1} & 0 & 2 & 2 & 2 & 0\\\hline
\text{P2} & 1 & 3 & 5 & 4 & 1\\\hline
\text{P3} & 5 & 3 & 8 & 3 & 0\\\hline
\text{P4} & 6 & 4 & 12 & 6 & 2\\\hline
\end{array}


(a) All processes complete at time 12\mathbf{12} units.

(b) Average Waiting Time:
AWT=0+1+0+24=34=0.75 units\text{AWT} = \frac{0+1+0+2}{4} = \frac{3}{4} = \mathbf{0.75} \text{ units}

Average Turnaround Time:
Avg TAT=2+4+3+64=154=3.75 units\text{Avg TAT} = \frac{2+4+3+6}{4} = \frac{15}{4} = \mathbf{3.75} \text{ units}

Exercise-9 (Numerical Inequalities)

1Mr. X and Mr. Y have net worth of ₹1.93 crores INR and -0.22 crores INR. Represent the above information in the form of inequality.Show solution
Given: Net worth of X = ₹1.93 crores; Net worth of Y = ₹−0.22 crores.

Since 1.93 > −0.22:

\text{Net worth of X} > \text{Net worth of Y}
1.93 > -0.22

Answer: \mathbf{1.93 > -0.22}, i.e., Mr. X's net worth is greater than Mr. Y's net worth.
2Two players A and B rolled a dice three times. Player A got: 2, 5, 1. Player B got: 1, 4, 6. (a) Who is the winner? (b) Represent the above information as numerical inequality.Show solution
Step 1: Calculate totals.
Total of A=2+5+1=8\text{Total of A} = 2+5+1 = 8
Total of B=1+4+6=11\text{Total of B} = 1+4+6 = 11

(a) Since 11 > 8, Player B is the winner.

(b) Numerical Inequality:
\text{Total of B} > \text{Total of A}
11 > 8
3Solve: 4x - 2 < 8, when xZx \in \mathbb{Z}.Show solution
Given: 4x - 2 < 8, xZx \in \mathbb{Z}.

Step 1: Solve the inequality.
4x < 8 + 2 = 10
x < \frac{10}{4} = 2.5

Step 2: Since xZx \in \mathbb{Z}:
x{,2,1,0,1,2}x \in \{\ldots, -2, -1, 0, 1, 2\}

Answer: x{,2,1,0,1,2}x \in \{\ldots, -2, -1, 0, 1, 2\}, i.e., all integers less than 2.5.
4Show that the numbers 16 and 4 satisfy the numerical inequality AMGM\text{AM} \geq \text{GM}.Show solution
Given: a=16a = 16, b=4b = 4.

Step 1: Calculate AM.
AM=16+42=202=10\text{AM} = \frac{16+4}{2} = \frac{20}{2} = 10

Step 2: Calculate GM.
GM=16×4=64=8\text{GM} = \sqrt{16 \times 4} = \sqrt{64} = 8

Step 3: Compare.
AM=108=GM\text{AM} = 10 \geq 8 = \text{GM} \checkmark

Hence, AM \geq GM is satisfied for 16 and 4.
5Solve the following inequalities: (i) (-2z - 6) < 10 (ii) 2a < a - 4 \leq 3a + 8 (iii) \frac{(y-1)}{3} + 4 < \frac{(y-5)}{5} - 2Show solution
(i) -2z - 6 < 10:
-2z < 16
z > -8 \quad (\text{inequality reverses on dividing by } -2)
\boxed{z > -8}

(ii) 2a < a - 4 \leq 3a + 8:

Split into two parts:

*Part 1:* 2a < a - 4
a < -4

*Part 2:* a43a+8a - 4 \leq 3a + 8
483aa-4 - 8 \leq 3a - a
122a-12 \leq 2a
a6a \geq -6

Combining: -6 \leq a < -4.
\boxed{-6 \leq a < -4}

(iii) \dfrac{y-1}{3} + 4 < \dfrac{y-5}{5} - 2:
\frac{y-1}{3} - \frac{y-5}{5} < -2 - 4 = -6
\frac{5(y-1) - 3(y-5)}{15} < -6
\frac{5y - 5 - 3y + 15}{15} < -6
\frac{2y + 10}{15} < -6
2y + 10 < -90
2y < -100
y < -50
\boxed{y < -50}
6Prove that the following inequality holds true: \sqrt{5} + \sqrt{3} > \sqrt{6} + \sqrt{2}.Show solution
To prove: \sqrt{5} + \sqrt{3} > \sqrt{6} + \sqrt{2}.

Step 1: Rearrange.
\sqrt{5} - \sqrt{6} > \sqrt{2} - \sqrt{3}

Step 2: Note that \sqrt{5} - \sqrt{6} < 0 and \sqrt{2} - \sqrt{3} < 0. Take absolute values and reverse:
\sqrt{6} - \sqrt{5} < \sqrt{3} - \sqrt{2}

Step 3: Rationalise each side.
65=16+5,32=13+2\sqrt{6} - \sqrt{5} = \frac{1}{\sqrt{6}+\sqrt{5}}, \quad \sqrt{3} - \sqrt{2} = \frac{1}{\sqrt{3}+\sqrt{2}}

Step 4: Since \sqrt{6}+\sqrt{5} > \sqrt{3}+\sqrt{2} (as \sqrt{6}>\sqrt{3} and \sqrt{5}>\sqrt{2}):
\frac{1}{\sqrt{6}+\sqrt{5}} < \frac{1}{\sqrt{3}+\sqrt{2}}

This confirms \sqrt{6}-\sqrt{5} < \sqrt{3}-\sqrt{2}, which is equivalent to the original inequality.

Hence proved: \sqrt{5} + \sqrt{3} > \sqrt{6} + \sqrt{2}. \blacksquare
7Satyarth owns a house worth ₹3 crores and Swarit owns a farmhouse worth ₹2.75 crores. Satyarth has a debt of ₹55 lakhs. If they both sell their properties, which statement(s) hold true: (a) Satyarth's net worth > Swarit's net worth. (b) Swarit's net worth > Satyarth's net worth. (c) 2.55 < 2.75.Show solution
Step 1: Calculate net worths.
Satyarth’s net worth=30.55=2.45 crores\text{Satyarth's net worth} = 3 - 0.55 = 2.45 \text{ crores}
Swarit’s net worth=2.75 crores\text{Swarit's net worth} = 2.75 \text{ crores}

Step 2: Compare.
2.45 &lt; 2.75

So Swarit's net worth > Satyarth's net worth.

Checking statements:
- (a) False — Satyarth's net worth (2.45 cr) < Swarit's (2.75 cr).
- (b) True — Swarit's net worth is more.
- (c) True2.55 &lt; 2.75 is a correct numerical inequality (note: Satyarth's net worth is 2.45, but 2.55 < 2.75 is independently true).

Answer: Statements (b) and (c) hold true.
8Insert the appropriate sign of inequality: 3(5032)354+224\sqrt{3}(\sqrt{50} - \sqrt{32}) \quad 3\sqrt{54} + 2\sqrt{24}.Show solution
Step 1: Simplify LHS.
3(5032)=3(5242)=32=62.449\sqrt{3}(\sqrt{50} - \sqrt{32}) = \sqrt{3}(5\sqrt{2} - 4\sqrt{2}) = \sqrt{3} \cdot \sqrt{2} = \sqrt{6} \approx 2.449

Step 2: Simplify RHS.
354+224=3×36+2×26=96+46=13631.843\sqrt{54} + 2\sqrt{24} = 3 \times 3\sqrt{6} + 2 \times 2\sqrt{6} = 9\sqrt{6} + 4\sqrt{6} = 13\sqrt{6} \approx 31.84

Step 3: Compare.
\sqrt{6} &lt; 13\sqrt{6}

Answer:
\sqrt{3}(\sqrt{50}-\sqrt{32}) \; \mathbf{&lt;} \; 3\sqrt{54}+2\sqrt{24}
9If aa and bb are positive integers and ab6.25=82.5\dfrac{a-b}{6.25} = \dfrac{8}{2.5}, then which is true: (i) b &gt; a (ii) b &lt; a (iii) b=ab = a (iv) bab \geq aShow solution
Step 1: Solve for aba - b.
ab6.25=82.5=3.2\frac{a-b}{6.25} = \frac{8}{2.5} = 3.2
ab=3.2×6.25=20a - b = 3.2 \times 6.25 = 20

Step 2: Since a - b = 20 &gt; 0, we have a &gt; b, i.e., b &lt; a.

Answer: Option (ii) b &lt; a is correct.
10If p &gt; q and r &lt; 0, then which of the following is true? (i) pr &lt; qr (ii) p - r &lt; q - r (iii) p + r &lt; q + r (iv) None of theseShow solution
Given: p &gt; q and r &lt; 0.

Check (i): Multiplying p &gt; q by r &lt; 0 reverses the inequality:
pr &lt; qr \checkmark

Check (ii): p - r &lt; q - r \Rightarrow p &lt; q, which contradicts p &gt; q. ✗

Check (iii): p + r &lt; q + r \Rightarrow p &lt; q, which contradicts p &gt; q. ✗

Answer: Option (i) pr &lt; qr is correct.

Stuck on a step?

Ask Super Tutor AI to explain any solution on this page in a simpler way — free, 24x7.

Ask a Doubt Free

Frequently Asked Questions

What are the important topics in Numbers, Quantification and Numerical Applications for CBSE Class 12 Applied Mathematics?
Numbers, Quantification and Numerical Applications covers several key topics that are frequently asked in CBSE Class 12 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Numbers, Quantification and Numerical Applications — CBSE Class 12 Applied Mathematics?
Understand the core concepts first, then work through the 48 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.
Where can I get free NCERT Solutions for Numbers, Quantification and Numerical Applications Class 12 Applied Mathematics?
This page has free step-by-step NCERT Solutions for every exercise question in Numbers, Quantification and Numerical Applications (CBSE Class 12 Applied Mathematics) — written the way examiners award marks: given, formula, working, answer.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

For serious students

Get the full Numbers, Quantification and Numerical Applications chapter — for free.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 12 Applied Mathematics.