Applied Maths
Applied Maths
CHAPTER 1
Modulo Arithmetic
EXAMPLE 1.23
Find the last two digits of the product 4321 # 3215 .
Sol :
EXAMPLE 1.24
Simplify (13 + 11) # 18 (mod 7).
EXAMPLE 1.17 Sol :
Using modulo arithmetic find the remainder when
(35 + 81 + 82 + 19) is divided by 4.
Solution Link : www.cbse.wiki/lema/ae124
Sol :
EXAMPLE 1.25
Solution Link : www.cbse.wiki/lema/ae117 Using modulo arithmetic find the remainder when
(523 # 124 # 329 # 832) is divided by 3.
EXAMPLE 1.18 Sol :
Find (8 # 16) (mod 7) ?
Sol : Solution Link : www.cbse.wiki/lema/ae125
Multiplication Modulo m
Solution Link : www.cbse.wiki/lema/ae132
Given two positive integers a and b , the multiplication
modulo m denoted as K m (where m is any positive
integer) is defined for set of integers as: EXAMPLE 1.33
a K m b = (a # b) mod m Apply multiplication modulo to positive integers 81 and
21 for modulo 5.
EXAMPLE 1.28 Sol :
(i) Find the sum of 3 and 11 in modulo 24.
(ii) Find the sum of 17 and 15 in modulo 9. Solution Link : www.cbse.wiki/lema/ae133
(iii) Find the sum of 35 and 17 in modulo 30.
Sol : 1.1.3 Application of Modulo Arithmetic
There are many application of modulo, ranging from
Solution Link : www.cbse.wiki/lema/ae128 everyday life to Math and Science. Some of which are as
follows :
1. A practical application of modulo arithmetic is to
EXAMPLE 1.29 calculate checksums within serial number identifiers.
Find the sum of 31 and 148 in modulo 24. For example, International Standard Book Number
Sol : (ISBN) uses modulo 11 (for 10 digit ISBN) or modulo
10 (for 13 digit ISBN) arithmetic for error detection.
Likewise, International Bank Account Numbers
Solution Link : www.cbse.wiki/lema/ae129
(IBANs), for example, make use of modulo 97
arithmetic to spot user input errors in bank account
EXAMPLE 1.30 numbers.
(i) Apply subtraction modulo to positive integers 25 2. In computer science, modular arithmetic is often
and 7 for modulo 5. applied in bitwise operations and other operations
(ii) Apply subtraction modulo to positive integers 15 .The modulo operation, as implemented in many
and 6 for modulo 25 programming languages and calculators, is an
Sol : application of modular arithmetic.
3. In music, arithmetic modulo 12 is used in the
consideration of the system of twelve-tone equal
Solution Link : www.cbse.wiki/lema/ae130
temperament.
4. On a calendar, arithmetic modulo 7 is used in
algorithms that determine the day of the week for a
Chap 1 Modulo Arithmetic Page 5
7. Find the last two digits of the product 123 # 234 # 345
Ans : 90
E X ERC I S E 1.1 8. Find the last three digits of the product 2345 # 4567 .
Ans : 615
1. Evaluate the following:
(i) 22 mod 4 (ii) 35 mod 7
(iii) –15 mod 2 (iv) 4 mod 9
Ans : (i) 2, (ii) 0, (iii) 1, (iv) 4
9. Find the remainder when 481 + 392 + 604 + 937 is
divided by 8.
Ans : 6
For example, consider 45 / 17 (mod 7) If a , b , c , d are any integers and n is a positive integer,
Dividing 45 and 17 by 7, we have then
(i) (a + b) (mod n) / a (mod n) + b (mod n)
Illustration
Let a = 37 , b = 13 , c = 50 , n = 3 , then
(37 + 13) (mod 3) / 50 (mod 3) = 2
We observe that both 45 and 17 leave the same remainder
Also, 37 (mod 3) / 1 and 13 (mod 3) / 1
3, when divided by 7.
Thus, we can say that 45 / 17 (mod 7). 50 (mod 3) / 37 (mod 3) + 13 (mod 3)
Alternatively, we can understand or define (37 + 13) (mod 3) / 37 mod 3 + 13 mod 3
congruence modulo in another way as: (ii) If a / b (mod n), then (a + k) / (b + k) (mod n), for
a / b (mod n) if n divides (a - b) any integer k .
since the difference of a - b is an integral multiple of n . (iii) If a / b (mod n) and c / d (mod n), then (a + c)
We observe that in above example 45 / 17 (mod 7) / (b + d) (mod n).
as 7 divides 45 − 17 = 28 completely i.e., 28 is a multiple (iv) If a / b (mod n), c / d (mod n), then (a - c)
of 7. / (b - d) (mod n).
EXAMPLE 1.49
Solution Link : www.cbse.wiki/lema/ae141 Find the remainder when 250 is divided by 7.
Sol :
EXAMPLE 1.42
Show that 220 - 1 is divisible by 41.
Solution Link : www.cbse.wiki/lema/ae149
Sol :
EXAMPLE 1.50
Solution Link : www.cbse.wiki/lema/ae142 Find the remainder when 312 + 512 is divided by 13.
Sol :
EXAMPLE 1.43
Show that 5 48 - 1 is divisible by 24.
Solution Link : www.cbse.wiki/lema/ae150
Sol :
Page 8 Modulo Arithmetic Chap 1
EXAMPLE 1.51 of
Find the remainder when 1653 is divided by 7 (i) 2 400 (ii) 3 400
Sol : Sol :
EXAMPLE 1.52
Show that 3247 - 11 is divisible by 17.
Sol :
EXAMPLE 1.53
Show that 53103 + 10353 is divisible by 39.
Sol : EXAMPLE 1.59
What is the last digit of 1717 ?
Solution Link : www.cbse.wiki/lema/ae153 Sol :
EXAMPLE 1.58
Solution Link : www.cbse.wiki/lema/ae162
What is the last digit in the ordinary decimal representation
Chap 1 Modulo Arithmetic Page 9
Solution Link : www.cbse.wiki/lema/ae163 6. Find the remainder when 3200 is divided by 13.
Ans : 9
EXAMPLE 1.64
Find all the positive integers less than 60 forming the
equivalence class of 8 for modulo 11.
Sol :
EXAMPLE 1.75
Solve 3x - 2 / 0 (mod 11). 4. 8x / 4 (mod 3)
Ans : Unique solution
Sol :
7. 6x / 4 (mod 10)
Ans : x = 4, 9 (mod 10)
8. 12x / 4 (mod 7)
Ans : x = 5 (mod 7)
9. 8x / 5 (mod 6)
Ans : No solution
E X ERC I S E 1.3
Find the number of incongruent solutions of the following
10. 15x / 12 (mod 21)
linear congruences:
Ans : x = 5, 12, 19 (mod 21)
1. 9x / 2 (mod 5)
Ans : Unique solution
******
2. 10x / 3 (mod 2)
Ans : No solution
Page 12 Modulo Arithmetic Chap 1
Chap 2 Numerical Problems Page 13
CHAPTER 2
Numerical Problems
2.1 Alligation and Mixture litres of alcohol. Hence the concentration of this solution
is 0.2 (= 10/50) or 20%.
2.1.1 Mixture
Illustration 2
Mixing of two or more qualities of things If 30 litres of pure milk is mixed with 10 litres of water
produces a mixture. When two items of different the concentration of this solution can be expressed as 75%
qualities are thus mixed, the quality of the (= 30
40 ) milk or 25% water.
resultant mixture lies in between the qualities We can also have two solutions mixed together to
of the original constituent items, i.e., it will be give a new solution. Such problems can also be handled
higher than the lowest quality and lower than the highest in the same manner as other mixtures. In the weighted
quality of the items being mixed. average rule, the quality of the constituents (p1, p2, etc.)
If two types of a product of different prices per will then be the concentrations of various solutions mixed
unit are mixed, the unit price of the resultant mixture together.
will lie between the prices of the two types that form
the mixture. Here, the average quality is essentially the 2.1.2 Alligation
weighted average to the two constituent items. Alligation is a practical method which enables us to find
If q1 is the quantity (or number of items) of one the ratio in which two or more ingredients at the given
particular item of quality p1 and q2 be the quantity (or price must be mixed to produce a mixture of the desired
number of items) of the second item of quality p2 are price.
mixed together to give a new mixture, then the weight
Mean Price
average value (p) of the quality of the mixture is given by
p q + p2 q2 The cost price of a unit quantity of such a mixture is
p = 1 1 called it’s Mean Price/Average Price.
q1 + q2
Even if there are more than two groups of items According to the Weighted Average rule the quantity
mixed, the weighted average rule can be applied. We will terms come on one side and the price terms come on the
only have to take figures (as shown in the formula for the other side. If we do this we get the rule
two groups) for all the groups in the numerator as well as q1 p − p2
= .
the denominator and calculate the weighted average. For q2 p1 − p
example, if there are four groups of quantities q1, q2, q3 and This is called the RULE OF ALLIGATION. This rule
q 4 whose respective qualities are p1, p2, p3 and p 4 , then the connects quantities and prices in mixtures. This can also
weighted average quality of the group can be written as be written as
p q + p2 q2 + p3 q3 + p 4 q 4 q1 p −p
p = 1 1 = 2 .
q1 + q2 + q3 + q 4 q2 p − p1
A mixture can also be a solution i.e a liquid In a descriptive manner, the Rule of Alligation can be
mixed with another liquid which is normally water. The written as
concentration of the solution is expressed as the proportion Quantity of Cheaper Rate of Dearer − Average Rate
= .
Quantity of Dearer Average Rate − Rate of Cheaper
(or percentage) of the liquid in the total solution.
This rule is a very powerful rule and is useful in
Illustration 1 problems on weighted averages and mixtures. This rule is
If 10 litres of pure alcohol is mixed with 40 litres of also useful in a number of problems which can be treated
water, then in a total solution of 50 litres, there is 10 as mixtures and applied to parameters other than price
Page 14 Numerical Problems Chap 2
EXAMPLE 2.4
A milkman mixed some water with milk to gain 20% by
selling the mixture at the cost price. Find the ratio of
water and milk.
Sol :
EXAMPLE 2.1
Find the ratio in which the rice at < 17.20 a kg EXAMPLE 2.7
be mixed with rice at < 22.80 a kg to produce a A manufacturer mixes two kinds of red chilli powder
mixture worth < 20.40 per kg. costing < 35 per kg and < 40 per kg in the ratio of 8 : 7.
What is his profit/loss percent if he sells the mixture at
Sol :
the rate of < 37.50 per kg?
Sol : that of water is 8 : 19. How much wine did the cask hold
initially?
Solution Link : www.cbse.wiki/lema/be108 Sol :
EXAMPLE 2.15
EXAMPLE 2.10 40 litres of a mixture contains milk and water in the ratio
DK Sharma had < 28000. He lent a part of it at 8% simple 3 : 1. Find the amount of milk to be added to the mixture
interest and the remaining at 6 23 % simple interest. His so as to have milk and water in ratio 4 : 1.
total annual income was < 1960. Find the sum lent at
different rates. Sol :
ratio 2 : 3, find the price per kg of the mixed variety. 6. How many kgs. of rice costing < 36 per kg must be
Sol : mixed with 36 kg of rice costing < 27 per kg so that
20% gain may be obtained by selling the mixture at
Solution Link : www.cbse.wiki/lema/be118 < 36 per kg?
Ans : 10.8 kg
2. A boat goes 2.4 km downstream in 10 hours. It takes 9. The speed of a boat in still water is 11 km/hr. It can
2 hours more to cover the same distance against the go 12 km upstream and return downstream to the
stream. What is the speed of the boat in still water? original point in 2 hours 45 minutes. Find the speed
Ans : 2.2 km/hr of the stream.
Ans : 5 km/hr
EXAMPLE 2.54 2. A tap can fill a cistern in 8 hours and another tap can
Three pipes A, B, C can fill a tank in 12 hours. After empty it in 16 hours. Find the time taken to fill the
working at it together for 4 hours, C is closed, now A tank, if both the taps are open.
and B can fill the remaining part in 14 hours. Find the Ans : 16 hours
number of hours taken by C alone to fill the tank.
Sol :
3. A pipe can fill a tank in 12 hours. Due to leak in the
Solution Link : www.cbse.wiki/lema/be154 bottom, it is filled in 16 hours. If the tank is full, how
long will it take to empty from the leak.
Ans : 48 hours
EXAMPLE 2.55
A tap can fill a tank in 6 hours. After half the tank is
filled, three more similar taps are opened. What is the
total time taken to fill the tank completely? 4. Pipes A and B can fill a tank in 6 hours and 9 hours
respectively and pipe C can empty it in 12 hours. If
Sol :
all the pipes are opened together in the empty tank,
in how much time will it be full ?
Solution Link : www.cbse.wiki/lema/be155
Ans : 5 17 hours
EXAMPLE 2.56
A tank is three-fourths full. A pipe can fill the tank in 12 5. A cistern has two taps which fill it in 12 minutes and
minutes. Another pipe can empty it in 8 minute. If both 15 minutes respectively. There is also a waste pipe in
pipes are open, how long will it take to empty the tank? the cistern. When all the three are opened, the empty
Sol : cistern is full in 20 minutes. How long will the waste
pipe take to empty the full cistern?
Solution Link : www.cbse.wiki/lema/be156 Ans : 10 minutes
EXAMPLE 2.57
6. A cistern can be filled by two pipes filling separately
A tap can fill a tank in 20 minutes and another outlet
in 12 and 16 minutes respectively. Both the pipe are
pipe can empty it in 12 minutes. If the tank is already
opened together for a certain time but being clogged,
two-fifths full and both the taps are opened together, will
only 78 of the full quantity of water flows through
the tank be filled or emptied? how long will it take before
the former and only 56 through the later pipe. The
the tank is either filled completely or emptied completely,
obstructions, however, being suddenly removed, the
as the case may be ?
cistern is filled in 3 minutes from the moment. How
Sol : long was it before the full flow began?
Ans : after 4 12 minute
Solution Link : www.cbse.wiki/lema/be157
minutes will it take to fill the tanker from empty state point, whereas, B starts 10 meters ahead of A. To
if B is used for half the time and A and B fill it cover a race of 100 meters in this case, A will have
together for the other half ? to cover 100 meters while B will have to cover only
Ans : 30 minutes (100 - x) .
2. A give B a start of t minutes: This statement implies
that A will start t minutes after B starts from the
starting point.
9. A pipe can empty a tank in 40 minutes. A second pipe
3. A beats B by x m : This statement implies that in
with diameter twice as much as that of the first is also
the same time, while A reached the winning point,
attached with the tank to empty it. How much time
whereas, B is behind A by x m. To cover a race of
will the two pipes together take to empty the tank ?
100 meters in this case, A has covered 100 meters
Ans : 8 minutes
while B has covered only (100 - x) .
4. A beats B by t second : This statement implies that
in the same time, while A finished the race t second
10. A tap can fill a tank in 40 minutes and another outlet before B finishes.
pipe can empty it in 24 minutes. If the tank is already 5. A can give B a start of t minutes: This statement
two-fifths full and both the taps are opened together, implies that A will start t minutes after B starts
will the tank be filled or emptied? How long will it from the starting point. Both A and B will reach the
take before the tank is either filled completely or finishing point at the same time.
emptied completely, as the case may be ? 6. A gives B x meters and t minutes: This statement
Ans : Empty in 24 minutes implies that A and B start from the starting point at
the same instant, but while A reaches the finishing
point, B is behind by x meters, and, B takes t
minutes compared to A to complete the race. So, B
covers remaining x meters in extra t minutes. This
gives the speed of B as xt .
2.4 Races and Games
2.4.2 Games
2.4.1 Race A game is structured form of play. The game may be
A race is a competition in which two or more the played by two or more players or by two or more teams.
competitors trying to cover a given distance in the least Winner of any game is usually based on points, goals or
time. Since Races and Games is a sub-topic of Time, Speed run scored by a player or team.
and Distance, all the formulas of time, speed and distance Let us examine some of the general statement and
are applicable to Races and Games questions. their mathematics meaning related to game :
Let us discuss some useful terms and result related 1. Game of 100 : A game of 100, means that the person
to the race. among the contestants who scores 100 points first is
1. Race course : The places like grounds, roads, rivers, the winner.
lakes, etc., where races take place are called the race 2. A beats B by 20 points : A score 100 point and B
course. score 80 point.
2. Starting point : The point from where the race starts 3. In a game of 100 A can give B 20 points : While
is known as the starting point. A need to score 100 point, B need to score only
3. Winning post : The point at which the race ends is (100 − 20) = 80 points.
called the goal or winning post.
4. Dead Heat : If in a race all the participants reach the
EXAMPLE 2.58
goal at the same time, the race is called dead heat.
In 4 km race, Abhas beats Lekh by 28 meters or 7 seconds.
Therefore, dead heat is that type of race which ends
Determine Abhas’s time over the course.
in a draw, i.e., no one is winner or loser.
Let us examine some of the general statement and Sol :
their mathematics meaning related to race :
1. A gives B a start of x meters : This statement Solution Link : www.cbse.wiki/lema/be158
implies that, while A starts the race from starting
Page 24 Numerical Problems Chap 2
Sol :
EXAMPLE 2.67
Solution Link : www.cbse.wiki/lema/be161 In a 500 m race, the ratio of the speeds of Adesh and
Ekbal is 3 : 4. Adesh has a start of 140 m. Then, by how
many metres Adesh wins.
EXAMPLE 2.62
Aachrya runs 1 34 times as fast as Nachiket. If Aachrya Sol :
gives Nachiket a start of 84 m, how far the winning post
be so that Aachrya and Nachiket might reach it at the Solution Link : www.cbse.wiki/lema/be167
same time?
Sol : EXAMPLE 2.68
In a kilometre race, Amar beats Akbar by 30 seconds
Solution Link : www.cbse.wiki/lema/be162 and Akbar beats Anthony by 15 seconds. If Amar beats
Anthony by 180 m, then find the time taken by Amar to
run 1 kilometre.
EXAMPLE 2.63
In a 500 m race, Pranit reaches the finishing point in 28 Sol :
seconds and Samarth reaches in 35 seconds. By how much
distance does Pranit beat Samarth? Solution Link : www.cbse.wiki/lema/be168
Sol :
EXAMPLE 2.69
Solution Link : www.cbse.wiki/lema/be163 In a km race, Ishwar, Tejas and Virat, each running a
uniform speed get the gold, silver and bronze medals
respectively. If Ishwar beats Tejas by 100 m and Tejas
EXAMPLE 2.64 beats Virat by 100 m, then by how much meters does
Dev and Tezas take part in 100 m race. Dev runs at a Ishwar beat Virat?
speed of 5 km/h. Dev gives Tezas a start of 8 m and still
beats him by 8 seconds. Determine the speed of Dev. Sol :
EXAMPLE 2.70 B can give C 30 points. How many points to make the
In a mile race, Aakarsh can be given a start of 128 m by game?
Girish. If Girish can give Rachit a start of 4 m in a 100
Sol :
m dash, then who out of Aakarsh and Rachit will win a
race of one and a half miles, and what will be the final
Solution Link : www.cbse.wiki/lema/be175
lead given by the winner to the loser? One mile is 1600 m.
Sol :
EXAMPLE 2.76
Solution Link : www.cbse.wiki/lema/be170 At a game of billiard, A can give B 12 points in a game of
40 and A can give C 10 Points in game of 50. How many
points can C and B in a game of 80?
EXAMPLE 2.71
Sol :
In a kilometre race, if Gaurang gives Hemang, a start of 40
metres, then Hemang wins by 19 seconds but if Gaurang
Solution Link : www.cbse.wiki/lema/be176
gives Hemang, a start of 30 seconds then Hemang wins by
40 metres. Find the time taken by each to run a kilometre.
Sol :
7. Dheeraj and Fateh can cover a 200 m race in 22 2.5.2 Partnership Deed
seconds and 25 seconds respectively. When Dheeraj Since partnership is the outcome of an agreement, it is
finished the race then Fateh is at what distance from essential that there must be some terms and conditions
the finishing line? agreed upon by all the partners. Such terms and conditions
Ans : 24 m mat be either written or oral. The law does not make
it compulsory to have a written agreement. However, in
order to avoid all misunderstandings and disputes, it is
always the best course to have a written agreement duly
8. In a game of Snooker, Bhupesh can give Deepak 16
signed and registered under the Act.
Points in 80 and Bhupesh can give Narendra 15 point
Partnership deed can be defined as follows:
in 90. How many points can Narendra give Deepak in
The partnership deed is a written agreement
a game of 50?
among the partners which contains the terms of agreement.
Ans : 2 point
It is also called ‘ Articles of Partnership’.
in a business for unequal periods of time, then out of the profit, find the share of Raheem in the profits.
the capital should first be adjusted to a common Sol :
period, say 1 month, by multiplying each partner’s
capital by the period for which it is invested. The
Solution Link : www.cbse.wiki/lema/be180
profit-sharing ratio is then determined from the
adjusted effective capitals.
Illustration EXAMPLE 2.81
Suppose x invests < 5000 for 6 months and y Bharati, Chitra and Divya are entered in a garment
invests < 6000 for 10 months in a year. Then x manufacturing bsuiness. Bharati being the working partner
’s investment of < 5000 for 6 months is equivalent receives 10% of the net profit as salary. The remaining
to his investment of < (6 # 5000) =< 30000 profit is divided amongst Bharati, Chitra and Divya in
for 1 month and y ’s investment of < 6000 for the ratio 4 : 5 : 7. If Bharati gets < 117000, find the shares
10 months is equivalent to his investment of of Chitra and Divya.
< (10 # 6000) =< 60000 for 1 month. Hence, the
Sol :
profit-sharing ratio will be in the ratio 30000 :
60000 i.e., 1 : 2.
Solution Link : www.cbse.wiki/lema/be181
EXAMPLE 2.87
A, B, C hire a shed for < 2190. A puts in 10 cows for 20 EXAMPLE 2.92
day; B 30 cows for 8 days and C 16 cows for 9 days. Find Kishan, Lalit and Mahipal enter into partnership to start
the rent by each one of them. a restaurant. Kishan advances one-fourth of the capital
Sol : for one-fourth of the time; Lalit one-fifth of the capital for
one-half of the time; Mahipal the remaining of the capital
Solution Link : www.cbse.wiki/lema/be187 for the whole time. How should they divide a profit of
< 1710000 ?
Sol :
EXAMPLE 2.88
Four milkman hired a pasture. A grazed 18 cows for 4 Solution Link : www.cbse.wiki/lema/be192
months, B 25 cow for 2 months C 28 cows for 5 months
and D 21 cows for 3 months. If A’s share of rent is < 360,
then find total rent of the field. EXAMPLE 2.93
Sol : Mayank and Gaurav started a online catering buisness.
Mayank puts in < 60000 more than Gaurav in the
business. Gaurav has invested his capital for 5 months
Solution Link : www.cbse.wiki/lema/be188
while Mayank has invested his capital for 4 months. If the
share of Mayank is < 4800 more than that of Gaurav out
EXAMPLE 2.89 of the total profits of < 52800; find the capital invested
Dev, Gaurav and Hemant start a food processing business by each.
jointly. Twice the capital of Dev is equal is equal to thrice Sol :
the capital of Gaurav and the capital of Gaurav is four
times the capital of Hemant. Find the share of Gaurav in Solution Link : www.cbse.wiki/lema/be193
an annual profit of < 286000.
Sol :
EXAMPLE 2.94
Simran, Varsha and Zara started a event management
Solution Link : www.cbse.wiki/lema/be189
business. They agree to receive profit from their business
each in the proportion to their investments. Simran and
Chap 2 Numerical Problems Page 29
EXAMPLE 2.96
Falak, Manu and Oorvi made a self help group and started
a papad making business. They have invested < 200000, 5. Ram starts a business with a capital of < 400000.
< 180000 and < 120000 respectively in the business. Falak After 3 months, he is joined by Wilson who brings in
and Manu receive respectively 12% and 8% of the annual < 600000 and at the end of another 3 months, Rahim
profits for services, the remaining being divided among joins with < 1000000. If the year’s profit is < 540000,
Falak, Manu and Oorvi in proportion to their capitals. At what is the profit of each partner, if they share profits
the end of the year Falak receives altogether < 6480 more in the ratio of effective capitals invested by them?
than Manu. Find what each receives. Ans : < 160, 000, < 180, 000 and < 200, 000
Sol :
Solution Link : www.cbse.wiki/lema/be196 6. Geeta, Seeta and Teena enter into partnership to
start a business. Geeta invests some money at the
beginning, Seeta invests double the amount after 6
months and Teena invests thrice the amount after 8
months. If the annual profit be < 27000, then find
Teena’s share.
E X ERC I S E 2.5 Ans : < 9000
CHAPTER 3
Numerical Inequalities
EXAMPLE 3.7
Using the inequality 17 > 8 , show that:
(i) 7 > 4 (ii) − 7 < − 4
Sol :
EXAMPLE 3.1
Solution Link : www.cbse.wiki/lema/ce107
If 7 > 5 , then − 7 > − 5 . Is it true?
Sol :
EXAMPLE 3.8
EXAMPLE 3.14
EXAMPLE 3.21
If α < β then show that α − γ < β − γ where α, β, γ d R
Sol : If b > a > 0 and c > 0 , then show that a + c > a .
b+c b
Sol :
Solution Link : www.cbse.wiki/lema/ce114
Solution Link : www.cbse.wiki/lema/ce121
EXAMPLE 3.15
If a > b, c > 0 then show that ac > bc for a, b, c d R EXAMPLE 3.22
Sol : If m > n > 0 , then prove that mn lies between m and n .
Sol :
Solution Link : www.cbse.wiki/lema/ce115
Solution Link : www.cbse.wiki/lema/ce122
EXAMPLE 3.16
If a < b, c < 0 then show that ac > bc for a, b, c d R .
Page 34 Numerical Inequalities Chap 3
EXAMPLE 3.23
If a, b are rationales such that a < b , then prove that
a < a + b − a < b , there n is a natural number > 1.
n
Sol :
EXAMPLE 3.24
If a d R , show that a2 $ 0 .
Sol : E X ERC I S E 3 . 1
Solution Link : www.cbse.wiki/lema/ce124 1. Using the inequality 23 > 9 , show that:
(i) 34 > 20 (ii) 10 > − 4
Ans : Proof
EXAMPLE 3.25
If p > q and r < s then p − r > q − s 6p, q, r, s d R
Sol : 2. Using the inequality 24 > 8 , show that:
(i) 12 > 4 (ii) − 6 < − 2
Solution Link : www.cbse.wiki/lema/ce125 Ans : Proof
EXAMPLE 3.26
p q 3. Using the inequality 16 > 7 , show that:
If p > q > 0 and 0 < r < s , then > 6p, q, r, s d R . (i) 8 > 5 (ii) − 8 < − 5
r s
Sol : Ans : Proof
EXAMPLE 3.29
If m < n then show that 1 < 1 for m < 0 , n > 0
m n
Sol :
3.4 Linear inequalities
Solution Link : www.cbse.wiki/lema/ce129 Inequalities ax + b 1 0 , ax + b 2 0 , ax + b # 0 , ax + b $ 0 when
a ! 0 , are called Linear inequalities of one variable x . Here
Chap 3 Numerical Inequalities Page 35
EXAMPLE 3.31
3.4.2 Interval
Solve - 12x 2 30 , when
If variable x can accept only those values which are (i) x is a natural number.
elements of set X , then set X is known as domain of x (ii) x is an integer.
. If the domain of x is the set then x d X . In most of Sol :
applications the domain of our variables will be interval of
numbers as following:
Solution Link : www.cbse.wiki/lema/ce131
Open Interval:
If variable x is such that its value lies between two fixed
numbers a and b then "x | a 1 x 1 b , is called the open EXAMPLE 3.32
interval. It is symbolically represented as @a, b 6 or Solve 5x - 3 1 7 , When
^a, b h .
Both a and b are not included in this. (i) x is an integer.
(ii) x is a real number.
Semi Open Interval:
Sol :
"x | a # x 1 b , is called semi-open interval. It consists of a
and numbers between a and b but not b . It is represented
Solution Link : www.cbse.wiki/lema/ce132
by 6a, b 6
Similarly, "x | a 1 x # b , is also a semi-open interval. It
consists of all numbers between a & b including b but a is EXAMPLE 3.33
not contained in it. Symbolically it is represented as @a, b@. Solve 3x + 8 2 2 , when
This interval is also know s semi-closed interval. (i) x is an integer.
Closed Interval : (ii) x is a real number.
The interval "x | a # x # b , which consists of both a and Sol :
b and numbers between a & b is called closed Interval. It is
represented by 6a, b@. Solution Link : www.cbse.wiki/lema/ce133
Sol :
Solution Link : www.cbse.wiki/lema/ce143
Solution Link : www.cbse.wiki/lema/ce136
EXAMPLE 3.44
3 ^x - 2h 5 ^2 - x h
EXAMPLE 3.37 Solve for real x : #
5 3
Solve for real x : 3 ^1 − x h 1 2 ^x + 4h
Sol :
Sol :
EXAMPLE 3.45
EXAMPLE 3.38
Solve for real x : 1 b 3x + 4 l $ 1 ^x − 6h
Solve for real x : 3x - 7 2 5x - 1 2 5 3
Sol :
Sol :
EXAMPLE 3.46
EXAMPLE 3.39
Solve for real x : 2 ^2x + 3h − 10 1 6 ^x − 2h
Solve for real x : 3x − 2 1 2x + 1
Sol :
Sol :
EXAMPLE 3.47
EXAMPLE 3.40
Solve for real x : 37 − ^3x + 5h $ 9x − 8 ^x − 3h
Solve for real x : 3 ^x - 1h # 2 ^x - 3h
Sol :
Sol :
EXAMPLE 3.48
EXAMPLE 3.41
^5x - 2h ^7x - 3h
Solve for real x : 3 ^2 - x h $ 2 ^1 - x h Solve for real x : x 1
3
-
5
4
Sol : Sol :
Ans : (- 3, - 12]
Solution Link : www.cbse.wiki/lema/ce161
EXAMPLE 3.64
The longest side of a triangle is 3 times the shortest side
and the third side is 2 cm shorter than the longest side.
If the perimeter of triangle is at least 61 cm, find the
minimum length of the shortest side.
Sol :
Chap 3 Numerical Inequalities Page 39
Solution Link : www.cbse.wiki/lema/ce164 the range of the selling price be for Sanjay to get at least
enough money to pay off his mortgage?
Sol :
EXAMPLE 3.65
A man wants to cut three length’s from a single piece of
Solution Link : www.cbse.wiki/lema/ce169
board of length 91 cm. The second length is to be 3 cm
longer than the shortest and the third length is to be twice
as long as the shortest. What are the possible lengths of EXAMPLE 3.70
the shortest board if the third piece is to be at least 5 cm Shalvi is shopping for a new car. In addition to the price
longer than the second? of the car, there is an 8% GST and a Rs 6880 road tax.
Sol : If Shalvi decides that she will spend less than Rs 400,000
total, then what is the price range for the car?
Solution Link : www.cbse.wiki/lema/ce165 Sol :
twins generally differ by less than 6 pounds in body weight. Solution Link : www.cbse.wiki/lema/ce177
If Lav weighs 127 pounds, then in what range is the weight
of her identical twin brother Kush?
EXAMPLE 3.78
Sol :
CBSE head quarter in Delhi can rent a copy machine for 5
years from Digital Business Supply for Rs 750 per month
Solution Link : www.cbse.wiki/lema/ce174
plus 60 paisa per copy. The same copier can be purchased
for Rs 80000, but then it costs only 20 paisa per copy for
EXAMPLE 3.75 supplies and maintenance. The purchased copier has no
The function C = 0.00004x + 2 gives the cost in Rs value after 5 years.
per km for operating a company car and the function (i) Write a formula for the 5-year cost under each plan.
V = 200000 − 2x gives the value of the car, where x is the (ii) Find the number of copies for which the 5-year costs
number of km on the odometer. would be equal.
(i) A car is replaced if the operating cost is greater than (iii) If CBSE makes 120,000 copies in 5 years, which plan
Rs 4 per km and the value is less than Rs 120,000. For is cheaper and by how much?
what values of x is a car replaced? (iv) For what range of copies do the two plans differ by
(ii) If the company replaces any car for which the operating less than Rs 500?
cost is greater than Rs 4 per km or the value is less Sol :
than Rs 120,000, then for what values of x is a car
replaced? Solution Link : www.cbse.wiki/lema/ce178
Sol :
E X ERC I S E 3 . 3
EXAMPLE 3.76
The function S = 20 + 0.1x gives the amount of oil in 1. A man wants to cut three lengths from a single piece
millions of barrels per day that will be supplied to a small of board 95 cm. The second length is to be 3 cm longer
country and the function D = 30 − 0.5x gives the demand then the shortest, and third length is to be twice as
for oil in millions of barrels per day, where x is the price long as shortest. What are the possible length for the
of oil in dollars per barrel. shortest board if the third piece is to be at least 4 cm
(i) The president worries if the supply is less than 22 longer than the second.
million barrels per day or if demand is less than 15 Ans : 7 # x # 23
million barrels per day. For what values of x does the
president worry?
(ii) The country will be in recession if the supply of oil
2. In the first four papers each of 100 marks Reena got 90,
is greater than 23 million barrels per day and the
75, 73 and 85 marks. If she wants to have an average
demand is less than 14 million barrels per day. For
of grater than or equal to 75 marks and less than 80
what values of x will the country be in recession?
marks, find the range of marks she should score in
Sol :
fifth paper.
Ans : 52 # x 1 77
Solution Link : www.cbse.wiki/lema/ce176
EXAMPLE 3.77 3. The marks scored by Anshika in two test were 65 and
Trying to break his smoking habit, Virat calculates that he 70. Find the minimum marks she should scored in
smokes only three full cigarettes a day, one after each meal. third test to have an average of at least 60 marks.
The rest of the time he smokes on the run and smokes Ans : 45
only half of the cigarette. He estimates that he smokes the
equivalent of 5 to 12 cigarettes per day. How many times
a day does he light up on the run? 4. A solution is to be kept between 68c F and 77c F .
Sol : What is the range of the temperature in degree Celsius
Chap 3 Numerical Inequalities Page 41
(C) if the Celsius/Fahrenheit (F) conversion formula road tax. If Shalvi decides that she will spend less
is given by F = 95 C + 32 ? than Rs 800,000 total, then what is the price range for
Ans : Between 20c F and 25c F . the car?
Ans : Rs 728000
CHAPTER 4
Matrix
Element of Matrix
EXAMPLE 4.2
The numbers or functions in a matrix are called elements or R 3 5 19 − 7V
S W
entries of the matrix. The elements in the above examples Consider the matrix A = S 35 − 2 34 12W. Write
are 2, y , 7, x , 8 and 0. SS 3 1 − 5 17WW
(i) order of the matrix, T X
Row and Column of Matrix (ii) number of elements in the matrix,
A horizontal line of elements is called row of the matrix and (iii) elements a13 , a21 , a 33 , a24 , a23 .
a vertical line of elements is called column of the matrix. Sol :
The matrix in above example has 2 rows and 3 columns.
Solution Link : www.cbse.wiki/lema/de102
4.2.1 Order of a Matrix
Sol : elements a11, a22, ..., ann is called the principal diagonal of
6aij@. The elements a11, a22, ..., ann are called the diagonal
Solution Link : www.cbse.wiki/lema/de103 elements of square matrix 6aij@ n # n .
Illustration
R V
S1 4- 3W
EXAMPLE 4.4
Matrix S4 6 7 W is a square matrix, because number
Construct a 2 # 3 matrix B = 6bij@, whose elements are SS W R V
2 88W S1 4W
given by bij = 1 i − 3j . T
of rows and X
columns are equal. S4 6W is not a square
2
Sol : SS WW
2 8
matrix, because number of rows andTcolumns
X are not equal.
Solution Link : www.cbse.wiki/lema/de104
4.3.5 Diagonal Matrix
A square matrix is called a diagonal matrix if all its non-
EXAMPLE 4.5 diagonal elements are zero. A diagonal matrix 6aij@ of order
Construct a 3 # 4 matrix whose elements are given by aij n # n is usually written as diag ^a11, a22, ..., ann h.
i + j if i $ j
= *1 Illustration
2 _i − j i if i < j
. R V
S4 0 0W
Matrix S0 - 2 0W is a 3 # 3 diagonal matrix. This
Sol : SS W
0 0 6W
X also be written as diag 64, - 2, 6@.
diagonal Tmatrix can
Solution Link : www.cbse.wiki/lema/de105
4.3.6 Scalar Matrix
4.3 Type of Matrices A square matrix is called a scalar matrix if all its non-
diagonal elements are zero and all diagonal elements equal.
Illustration
4.3.1 Zero (or Null) Matrix R V
S4 0 0W
A matrix is called a zero matrix if all its elements are zero. Matrix S0 4 0W is a scalar matrix of order 3 # 3 .
For example, 60 0 0@ is a zero matrix of order 1 # 3 . A SS
0 0
W
4W
zero matrix is denoted by O . T X
EXAMPLE 4.6
A is a matrix of the type 3 # 5 and R is a row of A, then
what is the type of R as a matrix ? EXAMPLE 4.11
R V R V
Sol : Sx + y + z W S9W
Find the value of x , y and z if S x + z W = S5W.
SS W S W
y + z W S7W
Solution Link : www.cbse.wiki/lema/de106 T X T X
Sol :
EXAMPLE 4.7
If a matrix has 12 elements, what are the possible orders Solution Link : www.cbse.wiki/lema/de111
it can have ? What, if it has 7 elements ?
Sol :
EXAMPLE 4.12
Solution Link : www.cbse.wiki/lema/de107 Find the values of a , b, c and d from the matrix equation:
a − b 2a + c −1 5
>2a − b 3c + d H = > 0 13H
EXAMPLE 4.14
For what values of x and y are the following matrices
EXAMPLE 4.19
equal ?
Write the number of all possible matrices of order 2 # 2
2x + 2 y2 + 2 x + 4 3y
A = > H , B =>
5 − 6H
with each entry 1, 2 or 3.
2
5 y − 5y Sol :
Sol :
Solution Link : www.cbse.wiki/lema/de119
Solution Link : www.cbse.wiki/lema/de114
EXAMPLE 4.20
EXAMPLE 4.15 What is the number of all possible matrices of order 3 # 3
Can you find the values of x and y so that the matrices with each entry 0 or 1 ?
3x + 7 5 0 y-2
> y + 1 2 − 3x H and >8 4 H may be equal ? Sol :
Sol :
Solution Link : www.cbse.wiki/lema/de120
Solution Link : www.cbse.wiki/lema/de115
EXAMPLE 4.16
xy 4 8 w
If > H =>
0 6H
, find the values of x , y , z and w .
z+6 x+y
Sol :
EXAMPLE 4.17
Find x , y , a and b if E X ERC I S E 4 . 1
3x + 4y 6 x − 2y 2 6 4
> a + b 2a − b − 3 H = >5 − 5 − 3H 1. For a 2 # 2 matrix A = [aij ], whose elements are given
by aij = ij , write the value of a12
Sol :
Ans : 12
1 −1 4 −1
A + B = > H +>
1 − 2H
Then,
2 0
7. Find the values of a ,b,c and d from the following
1 + 4 −1 − 1 5 −2
=> H =>
3 − 2H
equation:
2a + b a − 2b −1 5 2+1 0−2
>5c − d 4c + 3d H = > 0 13H But, A + C is not defined as A and C are not of same
Ans : a = 1,b = 2 ,c = 3 ,d = 4 order. Also, B + C is not defined as B and C are not of
same order.
Properties of Matrix Addition
2a − b c 0 4 The addition operation on matrices has the following
8. If > H =>
− 1 5H
, then find a ,b,c and d properties:
a −b d
Ans : a = 3 ,b =− 11 ,c = 13 ,d = 65 1. Matrix Addition is Commutative
5 5 19 19
If A and B are two matrices of same order, then
A + B = B + A.
a 3a − b 3 2
>2a + c 3c − d H = >4 7H,
PROOF :
Let A = 6aij@ and B = 6bij@ be two matrices of same order,
9. If then find the
values of a ,b,c and d . then
Ans : a = 3, b = 7 ,c =− 2 ,d =− 13 A + B = 6aij@ + 6bij@
= 6aij + bij@
= 6bij + aij@
10. Find the values of a ,b,c and d from the equation:
[Addition of real numbers is commutative]
a − b 2a + c −1 5
>2a − b 3c + d H = > 0 13H = 6bij@ + 6aij@
= B+A
Ans : a = 1, b = 2 , c = 3 , d = 4
2. Matrix Addition is Associative
If A, B and C are three matrices of same order, then
A + ^B + C h = ^A + B h + C .
Chap 4 Matrix Page 47
PROOF :
Let A = 6aij@, B = 6bij@ and C = 6cij@ be three matrices of 3 5 3
C = >
0 1 2H
same order, then and
A + ^B + C h = 6aij@ + ^6bij@ + 6cij@h
1 −1 4 −1
A - B = > H −>
= 6aij@ + 6bij + cij@ 1 − 2H
Then,
2 0
= 6aij + ^bij + cij h@
1 − 4 −1 + 1 −3 0
=> H =>
= 6^aij + bij h + cij@ 1 2H
2−1 0+2
[Addition of real numbers is associative]
But A - C is not defined as A and C are not of same
= 6aij + bij@ + 6cij@
order. Also, B - C is not defined as B and C are not of
= ^6aij@ + 6bij@h + 6cij@
same order.
= ^A + B h + C
3. Existence of Additive Identity 4.4.3 Scalar Multiplication
The null matrix is the additive identity for matrix addition. Let us now understand the operation of multiplication of
a matrix by a scalar.
Let A = 6aij@ m # n be a matrix and let k be a scalar (i.e.,
PROOF :
Let A = 6aij@ be a m # n matrix and let O be the m # n
null matrix, then real or complex number), then we define multiplication of
matrix A by a scalar k as kA = 6k aij@ m # n . In simple words,
A + O = 6aij@ + 6Oij@ = 6aij + 0@ = 6aij@ = A ,
kA is a matrix obtained by multiplying each element of A
O + A = 6Oij@ + 6aij@ = 60 + aij@ = 6aij@ = A by scalar k .
So, A + O = A = O + A Illustration
1 −1
A = >
2 0H
4. Existence of Additive Inverse Let .
For every matrix A = 6aij@, there exists a unique matrix
− A = 6− aij@ such that A + ^− Ah = O = ^− Ah + A . The 1 −1
2A = 2 >
2 0H
Then,
matrix - A is called the additive inverse of the matrix A.
2 ^1 h 2 ^− 1h 2 −2
=> H =>
4 0H
PROOF :
Let A = 6aij@ be a m # n matrix, then
2 ^2h 2 ^0h
A + ^− Ah = 6aij@ + 6− aij@ = 6aij − aij@ = O , Properties of Scalar Multiplication
^− Ah + A = 6− aij@ + 6aij@ = 6− aij + aij@ = O The scalar multiplication operation on matrices has the
So, A + ^− Ah = O = ^− Ah + A following properties:
Let A = 6aij@ and B = 6bij@ be matrices of same order.
4.4.2 Difference of Matrices Let k and l be two scalars, then
Let A = 6aij@ m # n and B = 6bij@ m # n be two matrices of same 1. k ^A + B h = kA + kB
order, then we define difference of matrices A and B as PROOF :
A - B = 6aij − bij@ m # n . We have, k ^A + B h = k ^6aij@ + 6bij@h
= k 6aij + bij@
In simple words, A - B is a matrix obtained by
subtracting the elements of B from the corresponding
elements of A. = 6k ^aij + bij h@
= 6k aij + k bij@
Note:
If A and B are not of same order, then A - B is not = 6k aij@ + 6k bij@
defined. = k 6aij@ + k 6bij@
= kA + kB
^k + l h A = kA + l A
Illustration :
2.
1 −1
A = >
2 0H
PROOF :
Let ,
^k + l h A = ^k + l h6aij@
We have,
B = >
4 −1 = 6^k + l h aij@
1 − 2H
Page 48 Matrix Chap 4
= 6kaij + laij@
Solution Link : www.cbse.wiki/lema/de125
= 6kaij@ + 6laij@
= k 6aij@ + l 6aij@
= kA + l A
EXAMPLE 4.26
x2 2x 7
If > 2H + 2 > H = 3 > H, find the values of x and y .
y 3y −3
Sol :
EXAMPLE 4.21
2 4 −2 5
If A = > H and B = > , then find ^3A - B h.
3 2 3 4H Solution Link : www.cbse.wiki/lema/de126
Sol :
EXAMPLE 4.27
Solution Link : www.cbse.wiki/lema/de121 3 4 1 y 7 0
If 2 > H + > H = > , find ^x - y h.
5 x 0 1 10 5H
Sol :
EXAMPLE 4.22
2 3 1 2 3 1
Let A = > H , B => H , C = > H. Solution Link : www.cbse.wiki/lema/de127
0 −1 −1 0 2 0
Verify that A + ^B + C h = ^A + B h + C
Sol : EXAMPLE 4.28
Find the value of x + y from the following matrix equation:
x 5 3 −4 7 6
2>
7 y − 3H >1 2 H >15 14H
Solution Link : www.cbse.wiki/lema/de122 + =
Sol :
EXAMPLE 4.23
1 2 3 0 −1 5 Solution Link : www.cbse.wiki/lema/de128
If A = > H and B = >
2 3 − 4H
, find 2A - 3B .
2 3 1
Sol :
EXAMPLE 4.29
Solution Link : www.cbse.wiki/lema/de123
x y x 6 4 x+y
Given 3 > H => H +>
z+w 3 H
,
z w − 1 2w
EXAMPLE 4.32
5 2 3 6
2. Find X and Y , if X + Y = > H and X − Y = >
0 − 1H
Show that, if A, B and C are three matrices such that
0 9
A + B = A + C , then B = C .
4 4 1 −2
Ans : X = > H, Y = >
0 5H
Sol :
0 4
Solution Link : www.cbse.wiki/lema/de132
R V R V
S8 0 W S 2 − 2W
3. If A = S4 − 2W and B = S 4 2 W, then find
EXAMPLE 4.33 SS3 6 WW SS− 5 1 WW
Find a matrix A such that 2A − 3B + 5C = O , where B T 2AX + 3X = 5B T X
−2 2 0 2 0 −2 X such that
=> H and C = >
7 1 6H
R V
. S- 2 - 3 W
10
3 1 4
Ans : S 4 14 W
3
Sol : S 31 W
S- 3 - 73 W
T X
Solution Link : www.cbse.wiki/lema/de133 3 4 1 y 7 0
4. If 2 > H + > H = >
10 5H
, find (x - y).
5 x 0 1
Ans : 10
EXAMPLE 4.34
If X and Y are 2 # 2 matrices, then solve the following
matrix equations for X and Y : 5. Find the value of x + y from the following equation:
2 3
2X + 3Y = > H
x 5 3 −4 7 6
2> H +> H =>
15 14H
4 0 7 y−3 1 2
−2 2 Ans : 11
3X + 2Y = >
1 − 5H
Sol :
a c 1 −1 3 5
6. If 2 > H + 5> H = 3 > H, then find a, b,
Solution Link : www.cbse.wiki/lema/de134 b d 0 2 4 6
c and d
Ans : a = 2 , b = 6 , c = 10 , d = 4
EXAMPLE 4.39
R V R V
S1 2W S1 2 2W
4 5 6
(ii) A = >
0 1 2H
and B = S1 0W If A = S2 1 2W, then prove that A2 − 4A − 5I = O .
SS W SS W
1 2W 2 2 1W
T XR V T X
S2W Sol :
(iii) A = 81 − 1 − 2B and B = S4W
SS WW
0 Solution Link : www.cbse.wiki/lema/de139
T X
Sol :
EXAMPLE 4.48
2 3
If A = >
− 1 2H
, then show that A is a root of the
polynomial f ^x h = x2 − 4x + 7 .
Sol : E X ERC I S E 4 . 3
Solution Link : www.cbse.wiki/lema/de148 R2 - 3V
3 -1 3 S W
1. Compute the product > HS1 0W
-1 0 2 S
S3 1WW
14 - 6
Ans : >
4 5H
T X
EXAMPLE 4.49
−5 −3
Show that the matrix B = >
− 12 − 7H
is a root of the
2
equation B + 12B − I = O .
Chap 4 Matrix Page 53
Ra h g VRx V
S WS W Ans : proof
2. Find the product 8x y z BSh b f WSy W
SSg f c WWSSz WW
T XT X
Ans : 6ax2 + by2 + cz2 + 2hxy + 2fyz + 2gzx @1 # 1
R 2 V R V
Sa ab acW S 0 c − bW
10. If A = Sab b2 bcW and B = S− c 0 a W,
S 2W SS b − a 0 WW
Sac bc c W
T
then show that BA =X O 3 # 3 $ T X
1 2
3. If A = > H, then show that A2 − 3I = 2A Ans : proof
2 1
Ans : Proof
R1 2 3VR- 1 1 0V R- 1 1 0VR1 2 3V
S WS W S WS W
4. Show that : S0 1 0WS 0 - 1 1W ! S 0 - 1 1WS0 1 0W 4.6 Transpose of Matrices
SS1 1 0WWSS 2 3 4WW SS 2 3 4WWSS1 1 0WW
T XT X T XT X Let A be a matrix of order m # n . The n # m matrix
Ans : Proof
obtained from A by interchanging its rows and columns is
called the transpose of A and is denoted by Al or by AT .
Thus, if A = 6aij@ m # n , then transpose of A, i.e.,
Al is given by 6b ji@ n # m , where b ji = aij , 1 # i # m and
1 # j # n . The ^ j, i h th element of Al is equal to ^i, j h th
R 1 − 4 1V
3 2 4 5 6 S W
5. If A = > H, B = > H and C = S− 2 5 − 3W. verify element of A.
1 0 0 1 2 SS 3 6 5WW
T X Note:
that (AB) C = A (BC).
Ans : 1. A is an m # n matrix, Al is n # m matrix.
2. ^i, j h th element of A, ^i, j h th element of Al.
Illustration:
R 1 3 2VR1V
S WS W R V
6. Find x , if 81 x x BS 2 5 1WS2W = O S2 3 6 8W
SS15 3 2WWSSx WW Let A = S5 − 3 − 7 4W, then transpose of A is the 4 # 3
SS W
T XT X 9 8 2 1W
Ans : - 2 , - 14 T X
R V
S2 5 9W
S3 - 3 8W
JR 0 6 7V R0 1 1VNR 2 V matrix S W. The rows (respectively columns) of Al
KS W S WOS W S6 - 7 2W
7. Evaluate: KS− 6 0 8W + S1 0 2WOS− 2W S8 4 1W
KSS 7 − 8 0WW SS1 2 0WWOSS 3 WW T X
R10V LT X T XPT X are the columns (respectively rows) of the matrix A.
S W
Ans : S20W
SS28WW
T X
EXAMPLE 4.53
R2 0 1V Find the transpose of the following matrices:
S W R V
8. If A = S2 1 3W, then find the value of A2 − 3A + 2I S5W
SS1 − 1 0WW (i) 81 2 6B (ii) S9W
RT1 - 1 X- 1V SS WW
0
S W T X
Ans : S 3 - 3 - 4W 2 3 5 8 -7 6
(iii) > H (iv) >
SS- 3 2 0 WW 0 8 2 3 - 1 0H
T X
R1 0 2V Sol :
S W
9. If A = S0 2 1W, prove that A3 − 6A2 + 7A + 2I = O
SS2 0 3WW Solution Link : www.cbse.wiki/lema/de153
T X
Page 54 Matrix Chap 4
= ^i, j h th element of A
= ^k, i h th element of BlAl
Thus ^Alhl = A Thus ^AB hl = BlAl
2. ^A + B hl = Al + Bl, where A and B are matrices of Property (4) is known as the reversal law for the
the same order. transpose of the product.
PROOF :
Let A = 6aij@ m # n
Solution Link : www.cbse.wiki/lema/de155
Now kA = k 6aij@ = 6kaij@
For 1 # i # m , 1 # j # n ,
^ j, i h th element of ^kAhl = ^i, j h th element of kA
EXAMPLE 4.56
= k # ^i, j h th element of A −1 5 3 −2
If A = >
3 2H
and B = >
= k # ^ j, i h th element of Al 5 4H
, verify that
= ^ j, i h th element of kAl
(i) ^2Ahl= 2Al (ii) ^A + B hl= Al + Bl
Thus ^kAhl = kAl (iii) ^AB hl= BlAl
4. ^AB hl = BlAl, where A and B are matrices for which
Sol :
AB is defined.
PROOF :
Solution Link : www.cbse.wiki/lema/de156
Let A = 6aij@ m # n and B = 6b jk@ n # p
Order of AB = m # p
and order of ^AB hl = p # m
Order of Al = n # m
Chap 4 Matrix Page 55
EXAMPLE 4.63
R V
EXAMPLE 4.58 S0 2y z W
R V
S1 2 2 W Find the values of x , y , z if the matrix A = Sx y − z W
SS W
If A = S2 1 − 2W is matrix which satisfies AAt = 9I 3 , obeys the law AlA = I . x −y z W
SS W T X
a 2 b W Sol :
T X
then find the values of a and b.
Sol : Solution Link : www.cbse.wiki/lema/de163
E X ERC I S E 4 . 4
EXAMPLE 4.59
R V R1 2VW
S 3 4W −1 2 1 S
If Al = S− 1 2W and B = >
1 2 3H
, verify that 1. If A = S3 4W, verify that (Al)l = A .
SS WW SS5 6WW
0 1
T X Ans : T X
(i) ^A + B hl= Al + Bl (ii) ^A − B hl= Al − Bl
Sol :
R3 2 4V
S W
Solution Link : www.cbse.wiki/lema/de159 2. If A = S2 1 1W, verify that (5A)l = 5Al.
SS1 3 5WW
T X
Ans :
EXAMPLE 4.60
R V
S3W
Verify that ^AB hl= BlAl, where A = S 1 W, B = 61 − 5 7@ 4 0 2 4
SS WW 3. If A = > H and B = > H, then find:
−2 0 6 1 0
T X
Sol : (i) Al + Bl (ii) (A + B)l.
Verify (A + B)l = Al + Bl.
Solution Link : www.cbse.wiki/lema/de160
6 1 6 1
Ans : (i) > H (ii) > H
4 6 4 6
EXAMPLE 4.61 R 1V
2 3 1 0 −1
Verify that ^AB hl= BlAl, where A = > H, B = >
2 1 3H
S W
4 1 4. If A = S− 5W and B = 83 1 − 2B , then verify that
SS 7WW
Sol : T X
(AB)l = BlAl.
Ans :
Solution Link : www.cbse.wiki/lema/de161
Page 56 Matrix Chap 4
R V R4 1 0V
S1 − 1 0W S W Illustration:
5. If A = S2 1 3W and B = S2 − 3 1W, then verify that R V
SS4 1 8WW SS1 1 − 1WW S3 5 9 W
Let A = S5 6 7 W is a symmetric matrix, because
T X T X SS W
(A + B)l = A + Bl. 9 7 11W
Ans : T X
a12 = a21 = 5 , a13 = a 31 = 9 , a23 = a 32 = 7 .
In a symmetric matrix, there is no restriction on
R− 2 3 4V elements on the principal diagonal.
S W The following matrices are symmetric matrices:
6. For matrix A = S 5 − 4 − 3W, find 1 (A - Al), R
R
V S4 3 6 9 W
V
SS 7 2 9WW 2
4 1 S- 5 6 9W S3 5 2 - 5W
T
where Al is the transpose X matrix A.
of the >1 5H, S 6 0 5W, S6 2 10 - 7W
R V SS W
9 5 3W SS W
S0 - 1 - 2 W
3
T X 9 - 5 - 7 0 W
Ans : S1 0 - 52 W T X
S3 5 W
S2 2 0W
T X
R− 1V EXAMPLE 4.64
S W Prove that the necessary and sufficient condition for the
7. If A = S 2W and B = 8− 2 − 1 − 4B , verify
SS 3WW matrix A to be symmetric is that Al = A .
T X Sol :
that (AB)l = BlAl.
Ans :
Solution Link : www.cbse.wiki/lema/de164
3 4
4.9 Skew-Symmetric matrix
8. If A = > H, find A + Al, where Al is the
2 3 A square matrix A = 6aij@ is said to be a skew-symmetric
transpose of matrix A. matrix if its ^i, j h th element is the negative of its ^ j, i h th
6 6
Ans : > H element, i.e., aij =− a ji 6i, j .
6 6 Illustration:
R V
R5 0V S 0 9 − 6W
−1 3 0 S W A = S− 9 0 8 W is a skew-symmetric matrix, because
9. If A = > H and B = S0 3W, verify that SS W
−7 2 8 SS1 − 8WW 6 −8 0 W
T X
(AB)l = BlAl. T X a12 =− a21 = 9 , a13 =− a 31 =− 6 , a23 =− a 32 = 8 ,
Ans :
a11 =− a11 = 0 , a22 =− a22 = 0 , a 33 =− a 33 = 0
In a skew-symmetric matrix, we have
1 2 2 5 4 3 aij =− a ji 6i, j
10. Given A = > H, B=> H and C = > H, Thus in particular, aii =− aii 6i
2 3 3 1 4 1
show that (ABC)l = C lBlAl. 2aii = 0 6 i
Ans : i.e., aii = 0 6 i
Therefore all the elements on the principal diagonal
of a skew-symmetric matrix must be zero.
The following matrix are skew-symmetric matrices:
R V
R V S 0 2 -3 7 W
S0 6 - 5W S
0 5 - 2 0 9 - 8W
4.8 Symmetric Matrix >- 5 0H, S- 6 0 17 W, S 3 - 9 0 5 W
SS W
5 - 17 0 W SS W
A square matrix A = 6aij@ is said to be a symmetric matrix T X - 7 8 - 5 0 W
if its ^i, j h th element is the same as its ^ j, i h th element, T X
i.e., aij = aij 6i, j .
Chap 4 Matrix Page 57
EXAMPLE 4.71
R V
S4 3 7W
EXAMPLE 4.66 Express S6 5 - 8W as the sum of a symmetric matrix
2 4 SS W
If A = >
6H
1 2 6W
, show that: T X
5
and a skew-symmetric matrix.
(i) A + Al is symmetric.
Sol :
(ii) A - Al is skew-symmetric.
Sol :
Solution Link : www.cbse.wiki/lema/de171
EXAMPLE 4.72
4 1
If A = >
8H
EXAMPLE 4.67 , show that A + AT is a symmetric matrix,
5
Show that a matrix which is both symmetric as well as
where AT denotes the transpose of matrix A.
skew-symmetric is a null matrix.
Sol :
Sol :
EXAMPLE 4.73
EXAMPLE 4.68 1 4
Show that positive odd integral powers of a skew-symmetric If A = > H, show that A - AT is skew-symmetric matrix,
3 7
matrix are skew-symmetric and positive even integral
powers of a skew-symmetric matrix are symmetric. where AT is the transpose of the matrix A.
Sol : Sol :
EXAMPLE 4.76
R V
S 0 1 − 2W EXAMPLE 4.81
(i) For what value of x , is the matrix A = S− 1 0 3 W a If a matrix is both symmetric and skew-symmetric, then
SS W
skew-symmetric matrix ? x −3 0 W show that it is a null matrix.
T X
R V Sol :
S0 a 3 W
(ii) If the matrix S2 b - 1W is skew-symmetric, find the
SS W Solution Link : www.cbse.wiki/lema/de181
c 1 0W
T X
values of a , b and c .
Sol :
EXAMPLE 4.82
If A, B are symmetric matrices of same order, prove that
Solution Link : www.cbse.wiki/lema/de176
AB - BA is a skew-symmetric matrix.
Sol :
EXAMPLE 4.83
Solution Link : www.cbse.wiki/lema/de177
If A and B are square matrices of same order, then prove
that ABl - BAl is a skew-symmetric matrix.
Sol :
EXAMPLE 4.78
If A, B are square matrices of equal order and B is Solution Link : www.cbse.wiki/lema/de183
symmetric, then show that AlBA is also symmetric.
Sol :
EXAMPLE 4.84
Solution Link : www.cbse.wiki/lema/de178
Show that all positive integral powers of a symmetric
matrix are symmetric.
Sol :
EXAMPLE 4.79
If A, B are square matrices of equal order and B is a skew- Solution Link : www.cbse.wiki/lema/de184
symmetric matrix, then write whether the matrix ABAl is
symmetric or skew-symmetric.
Sol :
Chap 4 Matrix Page 59
EXAMPLE 4.85 2 4
R V 5. Define a symmetric matrix. Prove that for A = > H
S 0 a bW 5 6
Find 1 ^A + Alh and 1 ^A - Alh, where A = S− a 0 cW. t t
A + A is a symmetric matrix where A is the transpose
2 2 SS W
− b − c 0W of A.
T X
Sol : Ans :
E X ERC I S E 4.5
−1 5
1. If A = >
3 7H
, determine whether A + A' is symmetric
or skew-symmetric
Ans : symmetric
5 −1
A=>
− 2 6H
2. If , determine whether A - AT is
symmetric or skew-symmetric
Ans : Skew-symmetric
0 6 − 5x
3. If the matrix > 2
x x+3H
is symmetric, find the value(s)
of x
Ans : 1, - 6
R 1 − 1 5V
S W
4. Show that matrix A, where A = S− 1 2 1W, is a
symmetric matrix. SS 5 1 3WW
Ans : T X
Page 60 Determinants Chap 5
CHAPTER 5
Determinants
5.2.2 Columns
5.2 Determinants
The series of elements in the vertical lines of from top
Consider the two simultaneous homogeneous linear to bottom in a determinant are called columns of the
equations determinant. Different columns of the determinant are
a11 x + a12 y = 0 ...(1) denoted by C1, C2, C 3, .....
In above determinant a11, a21 are the elements of the
and a21 x + a22 y = 0 ...(2)
first column C1 whereas a12, a22 are the elements of the
From eqn. (1), we have
second column C2 .
a11 x =− a12 y
EXAMPLE 5.18
Solution Link : www.cbse.wiki/lema/ee124
Using determinants, find the area of the triangle whose
vertices are (0, 0), (4, 3) and (8, 0).
Sol :
2 −1
B=>
1 3H
.
αβ - α - β = 0
Ans : Proof
α + β = αβ
Ans : Proof
ad + bc bd − ac
4. Show that >
ac − bd ad + bcH
= (a2 + b2) (c2 + d2).
Ans :
0 2 0 5.8.1 Theorem 1
6. What is the value of the determinant 2 3 4 ?
Ans : 8 4 5 6 If each element in any row or in any column is zero, then
the value of the determinant is zero.
Illustration
0 0 0
7. Find the minor and co-factors of each element of 8 2 6 2 6 8
R2 − 3 5V 6 8 2 = 0 −0 +0 =0
S W 7 5 3 5 3 7
A = S6 0 4W and verify that 3 7 5
SS1 5 − 7WW
T X 5.8.2 Theorem 2
a11 A 31 + a12 A 32 + a13 A 33 = 0 .
Ans : M11 =− 20 , M12 =− 46 , M13 = 30 , The value of a determinant is not altered by inter changing
M21 =− 4 , M22 =− 19 , M23 = 13 , its rows and columns.
M 31 =− 12 , M 32 =− 22 , M 33 = 18 ; Illustration
A11 =− 20 , A12 = 46 , A13 = 30 a1 b1 c1
A21 = 4 , A22 =− 19 , A23 =− 13 , Let T = a2 b2 c2
A 31 =− 12 , A 32 = 22 , A 33 = 18 a3 b3 c3
a1 b1 c1 a1 + a 1 b1 c1
Let T = a2 b2 c2 Let T = a2 + a 2 b2 c2
a3 b3 c3 a3 + a 3 b3 c3
= a1 ^b2 c 3 − b 3 c2h − b1 ^a2 c 3 − a 3 c2h + c1 ^a2 b 3 − a 3 b2h Expanding it with respect to the elements of the 1st
be the given determinant. Let T' be the determinant column we get,
obtained from T by multiplying every element of the first b2 c2 b1 c1
row by the constant k , k ! 0 , so that T = ^a1 + a 1h − ^a2 + a 2h
b3 c3 b3 c3
b1 c1
ka1 kb1 kc1 +^a 3 + α 3h
T' = a2 b2 c2 b2 c2
a3 b3 c3 b2 c2 b2 c2 b1 c1
= a1
+ α1 − a2
b3 c3 b3 c3 b3 c3
Expanding T' with respect to the elements of first row,
we get b1 c1 b1 c 1 b1 c1
T' = ka1 ^b2 c 3 − b 3 c2h − kb1 ^a2 c 3 − a 3 c2h −a2
b3 c3
+ a3
b2 c2
+ a3
b2 c2
+ kc1 ^a2 b 3 − a 3 b2h
T' = k $a1 ^b2 c 3 − b 3 c2h − b1 ^a2 c 3 − a 3 c2h = *a1
b2 c2 b 1 c1
b2 c2 4
b1 c1
− a2 + a3
b3 c3 b3 c3
+ c1 ^a2 b 3 − a 3 b2h.
+ *a 1
b2 c2 b1 c1
b2 c2 4
or T' = kT b1 c1
− a2 + a3
Corollary : b3 c3 b3 c3
If the elements in a row or column of a determinant are a1 b1 c1 a 1 b1 c1
respectively equal to k times the corresponding elements T = a2 b2 c2 + a 2 b2 c2
in another row or column, the value of the determinant is a3 b3 c3 a 3 b3 c3
zero.
5.8.8 Theorem 8
5.8.6 Theorem 6 If to each element of a row (or column) of a determinant be
If each element on one side of principal diagonal is zero, added or subtracted the equimultiples of the corresponding
then the value of determinant is the product is the product elements of one or more rows (or columns), the determinant
of diagonal elements remains unaltered.
a11 a12 a13 Illustration
i.e., A = 0 a22 a23 a1 b1 c1
0 0 a 33 Let T = a2 b2 c2
a11 0 0 a3 b3 c3
or T = a21 a22 0 then T = a11 a22 = a 33 and T' be the determinant obtained by adding p tiems the
a 31 a 32 a 33 elements of the second column and subtracting q times the
Illustration elements of the third column from the first column of T
a11 a12 a13 , then.
Let T = 0 a22 a23 a1 + pb1 b1 c1
0 0 a 33 T' = a2 + pb2 b2 c2
Expanding along first column, we get a 3 + pb 3 b 3 c 3
a22 a23 Then by theorem 7,
T = a11 +0+0
0 a 33 a1 b1 c1 pb1 b1 c1 − qc1 b1 c1
T = a11 ^a22 a 33 − a23 # 0h & T = a11 a22 a 33 T' = a2 b2 c2 + pb2 b2 c2 + − qc2 b2 c 2
a3 b3 c3 pb 3 b 3 c 3 − qc 3 b 3 c 3
b1 b1 c 1 c1 b1 c 1
5.8.7 Theorem 7
= T + p b2 b2 c2 − q c2 b2 c2
If each constituent in any row (or column) consists of two b3 b3 c3 c3 b3 c3
terms, then the determinant can be expressed as the sum [By theorem 5]
of two determinants of the same order. = T + p ^0 h − q ^0 h = T
[By theorem 4]
Illustration
Page 68 Determinants Chap 5
The co-factors of the elements a1 , a2 , a 3 of the first row are (b) Multiplication by a number k on each element of ith
b2 b3 b1 b 3 b1 b 2 row| Ri " kRi
respectively ,- , Multiplication by a number k on each element of ith
c2 c3 c1 c 3 c1 c 2
Hence the sum of the products of the above co-factors column| Ci " kCi
with the elements of second row b1 , b2 , b 3 is equal to (c) For i ! j , adding to each element of ith row of T,
k times the corresponding elements of jth row :
b2 b3 b1 b 3 b1 b 2
b1 − + b3 Ri " Ri + kR j
c2 c3 c1 c 3 c1 c 2
For i ! j , adding to each element of ith column of
= b1 ^b2 c 3 − b 3 c2h − b2 ^b1 c 3 − b 3 c1h + b 3 ^b1 c1 − b2 c1h
T, k times the corresponding elements of jth column
= b1 b 2 c 3 − b1 b 3 c 2 − b 1 b 2 c 3 + b 2 b 3 c1 + b 1 b 3 c 1
| Ci " Ci + kC j
− b 2 b 3 c1 = 0
EXAMPLE 5.25
Verify | AB | = | A || B |, where,
5.8.11 Theorem 11 R V R V
S1 − 3 2W S0 2 6W
If A and B are square matrices of same order, then A = S4 − 1 2W and B = S1 5 0W
SS W SS W
| AB | = | A |$| B | 3 5 2W 3 7 1W
Sol : T X T X
Illustration
Let A = ;2 5E and B = ; 4 − 3 E
21 2 5 Solution Link : www.cbse.wiki/lema/ee125
Now | A | = 2 5 = 2 − 10 =− 8
21
EXAMPLE 5.26
| B | = 4 − 3 = 20 + 6 = 26 If A and B are square matrices of the same order 3, such
2 5 that | A | = 4 and AB = 4I . write the value of | B |.
AB = ; 2 5E ; 4 − 3E
Sol :
Also,
21 2 5
Solution Link : www.cbse.wiki/lema/ee126
AB = ; 8 + 10 − 6 + 25 E = ;18 19 E
8 + 2 −6 + 5 10 − 1
Chap 5 Determinants Page 69
EXAMPLE 5.27
Using properties of determinates, prove that : Sol :
^a + 1h^a + 2h a + 2 1
^a + 2h^a + 3h a + 3 1 =− 2 Solution Link : www.cbse.wiki/lema/ee131
^a + 3h^a + 4h a + 4 1
Sol :
EXAMPLE 5.32
Using properties of determinants, prove that following :
Solution Link : www.cbse.wiki/lema/ee127
b+c a a
b c + a b = 4abc
EXAMPLE 5.28 c c a+b
Using properties of determinants, solve for x : Sol :
a+x a−x a−x
a−x a+x a−x = 0 Solution Link : www.cbse.wiki/lema/ee132
a−x a−x a+x
Sol :
EXAMPLE 5.33
Using properties of determinants, prove that :
Solution Link : www.cbse.wiki/lema/ee128
a+x y z
x a + y z = a2 ^a + x + y + z h
EXAMPLE 5.29 x y a+z
Using properties of determinants, prove that : Sol :
1 1+p 1+p+q
3 4 + 3p 2 + 4p + q = 1 Solution Link : www.cbse.wiki/lema/ee133
4 7 + 4p 2 + 7p + 4q
Sol :
EXAMPLE 5.34
Using properties of determinants, prove that :
Solution Link : www.cbse.wiki/lema/ee129
1 1 1 + 3x
1 + 3y 1 1 = 9 ^3xyz + xy + yz + zx h
EXAMPLE 5.30 1 1 + 3z 1
Without expanding the determinant prove that : Sol :
0 2 −3
−2 0 4 = 0 Solution Link : www.cbse.wiki/lema/ee134
3 −4 0
Sol :
EXAMPLE 5.35
Using properties of determinants, prove that :
Solution Link : www.cbse.wiki/lema/ee130
x + l 2x 2x
2x x + l 2x = ^5x + lh^l − x h2
EXAMPLE 5.31 2x 2x x + l
Using properties of determinants, rove the following : Sol :
2
a a bc
b b2 ca = ^a − b h^b − c h^c − a h^bc + ca + ab h. Solution Link : www.cbse.wiki/lema/ee135
c c2 ab
o
EXAMPLE 5.36
Applying properties of determinants, prove that a2 bc ac + c2
a b c Prove a2 + ab b2 ac = 4a2 b2 c2 .
a2 b2 c2 = ^a − b h^b − c h^c − a h^ab + bc + ca h ab b2 + bc c2
bc ca ab
Page 70 Determinants Chap 5
xz yz z2 + 1
EXAMPLE 5.44
Sol : Using properties of determinants, prove that :
1 a a3
Solution Link : www.cbse.wiki/lema/ee139 1 b b3 = ^a − b h^b − c h^c − a h^a + b + c h
1 c c3
EXAMPLE 5.40 o
Using properties of determinants, prove that Using properties of determinants, prove that :
x+y x x 1 a 1
5x + 4y 4x 2x = x3 a b c = ^a − b h^b − c h^c − a h^a + b + c h.
10x + 8y 8x 3x a3 c c3
Sol : Sol :
EXAMPLE 5.45
Using properties of determinants, prove the following : Sol :
2
1 x x
x2 1 x = ^1 − x3h2 Solution Link : www.cbse.wiki/lema/ee149
x x2 1
o
EXAMPLE 5.50
Using properties of determinants, prove that
Using properties of determinants, prove the following :
1 a a2 a b c
a2 1 a = ^1 − a3h2 . a − b b − c c − a = a3 + b3 + c3 − 3abc
a a2 1 b+c c+a a+b
Sol :
Sol :
Sol :
Solution Link : www.cbse.wiki/lema/ee151
Solution Link : www.cbse.wiki/lema/ee146
EXAMPLE 5.52
Using properties of determinants, prove that :
EXAMPLE 5.47
Using properties of determinants, prove the following : a b−c c+b
a + c b c − a = ^a + b + c h^a2 + b2 + c2h
1 + a2 − b2 2ab − 2b
a−c b+a c
2ab 2
1−a +b 2
2a = ^1 + a2 + b2h3
2b − 2a 1 − a2 − b2 Sol :
Sol :
Solution Link : www.cbse.wiki/lema/ee152
Solution Link : www.cbse.wiki/lema/ee147
EXAMPLE 5.53
Using the properties of determinants, show that :
EXAMPLE 5.48
Using properties of determinants, prove that following : a a+b a+b+c
2a 3a + 2b 4a + 3b + 2c = a3
α β γ
3a 6a + 3b 10a + 6b + 3c
α 2
β 2
γ2 = ^α − β h^β − γ h^γ − αh^α + β + γ h
β+γ γ+α α+β Sol :
EXAMPLE 5.59
Ax x2 1 A B C
Show that T = T 1 , where T = By y 1 , T = x y z
2
. Cz z2 1 zy zx xy
Sol :
EXAMPLE 5.56
Using properties of determinants show that EXAMPLE 5.61
1 1 1+x Using properties of determinants, prove that
1 1 + y 1 =− (xy + yz + zx + xyz) 5a − 2a + b − 2a + c
1+z 1 1 − 2b + a 5b − 2b + c = 12 ^a + b + c h^ab + bc + ca h
− 2c + a − 2c + b 5c
Sol :
Sol :
Solution Link : www.cbse.wiki/lema/ee156
Solution Link : www.cbse.wiki/lema/ee161
EXAMPLE 5.57
a b−y c−z
EXAMPLE 5.62
If a − x b c − z = 0 , then using properties of
Applying properties of determinants, prove that
a−x b−y c
− a2 ab ac
determinants find the value of a + b + c , where x , y z ! 0
x y z ba − b2 bc = 4a2 b2 c2
.
ca cb − c2
Sol : Sol :
12 22 32
Sol : 22 32 42 .
32 42 52
Solution Link : www.cbse.wiki/lema/ee163 Ans : - 8 .
EXAMPLE 5.64
Using properties of determinants, solve the following for x −1 1 1
x − 2 2x − 3 3x − 4 3. Prove that 1 − 1 1 = 4.
x − 4 2x − 9 3x − 16 = 0 1 1 −1
x − 8 2x − 27 3x − 64 Ans : Proof
Sol :
where a 2 0 and x , y , d R .
Sol : y+z x y
7. Prove that: z + x z x = (x + y + z) (x − z) 2 .
x+y y z
Solution Link : www.cbse.wiki/lema/ee166
Ans : Proof
2−x 3 3
E X ERC I S E 5.2 8. Solve 3 4−x 5 = 0.
3 5 4−x
1. Evaluate using properties of determinant
7 9 79 Ans : x = 0, − 1, 11.
4 1 41 .
5 5 55
a2 + 1 b2 c2
Ans : 0
9. Prove that: a2 b2 + 1 c2 = 1 + a2 + b2 + c2 .
a2 b2 c2 + 1
Ans : Proof
2. Evaluate using properties of determinant
Page 74 Determinants Chap 5
CHAPTER 6
Inverse of Matrix
Illustration :
1 3 1 −1 Solution Link : www.cbse.wiki/lema/fe102
Consider A = > H . Then, AT = >
3 4H
.
−1 4
1 3 EXAMPLE 6.3
So, A = =7
−1 4 Using cofactors of elements of first column, evaluate the
4 1
1 −1 determinant, ∆ = .
and AT = =7 −3 2
3 4
Sol :
Hence, AT = A
EXAMPLE 6.4
n
For any square matrix A of order n , we have kA = k A Find minors and cofactors of each element of second row of
R V
. S2 - 4 3 W
S1 6 4 W and hence evaluate its determinant.
SS W
5 0 - 2W
6.2.5 Result 5 T
Sol : X
For any two square matrices A and B of same order, we Solution Link : www.cbse.wiki/lema/fe104
have AB = A B .
Chap 6 Inverse of Matrix Page 77
EXAMPLE 6.12
If A is a square matrix such that AT A = I , write the value
of A .
Sol :
EXAMPLE 6.6
R V
Sx 1 2W Solution Link : www.cbse.wiki/lema/fe112
Find the value(s) of x for which the matrix A = S1 0 3W
SS W
is singular. 5 − 1 4W
T X
Sol : EXAMPLE 6.13
If A is a square matrix and A = 2 , then write the value
Solution Link : www.cbse.wiki/lema/fe106 of AAl , where Al is the transpose of matrix A.
Sol :
EXAMPLE 6.7
Solution Link : www.cbse.wiki/lema/fe113
Let A be a square matrix of order 3 # 3 . Write the value
of 2A , where A = 4 .
Sol : EXAMPLE 6.14
If A is a non-singular square matrix such that A = 5 ,
Solution Link : www.cbse.wiki/lema/fe107 then find A-1 .
Page 78 Inverse of Matrix Chap 6
EXAMPLE 6.15
x 2 Solution Link : www.cbse.wiki/lema/fe117
If A = > H and A 4 = 625 , find the value(s) of x .
2 x
Sol : EXAMPLE 6.18
R V
S2 − 1 4 W
Solution Link : www.cbse.wiki/lema/fe115 Find the adjoint of the given matrix B = S1 2 1 W
SS W
0 3 − 1W
T X
Sol :
EXAMPLE 6.16
If A is a skew symmetric matrix of order 3, write the value
of A . Solution Link : www.cbse.wiki/lema/fe118
Sol :
EXAMPLE 6.19
Solution Link : www.cbse.wiki/lema/fe116 R V
S− 1 − 2 − 2W
If B = S 2 1 − 2W, then prove that adj B = 3BT .
SS W
2 −2 1W
6.4 Adjoint of a Matrix T X
Sol :
Let A = 6aij@ be a square matrix of order n . Then, we
define adjoint of A as Solution Link : www.cbse.wiki/lema/fe119
adj A = 7AijA T
e. adj ^kAh = kn − 1 ^adj Ah, for any scalar k Solution Link : www.cbse.wiki/lema/fe121
Sol : R 1 − 1 1V
S W
5. For the matrix A = S 2 3 0W, show that
A (adjA) = O ] SS18 2 10WW
Solution Link : www.cbse.wiki/lema/fe122
Ans : T X
EXAMPLE 6.23
2 −3 −1 3
If A = > H and B = >
4 0H
, verify that
R1
S 2 3WV
5 1
6. Find the adjoint of the matrix S2 3 2W. Also verify
adj ^AB h = ^adj B h^adj Ah.
SS3 3 4WW
T X
Sol : that: A (adjA) = (adjA) A = A I , where A is the
given matrix.
R 6 1 - 5V
Solution Link : www.cbse.wiki/lema/fe123 S W
Ans : S- 2 - 5 4W
SS- 3 3 - 1WW
T X
3 4
1. Compute the adjoint of the matrix A = > H and
5 7 6.5 Inverse of a Matrix
verify that (adjA) A = A I .
Let A be a square matrix of order n . If there exists a
7 -4
Ans : >
- 5 3H
square matrix B of order n such that AB = BA = In ,
then B is called the inverse of A and we write B = A−1 .
It is clear from the definition that if B is inverse of
2 3 A, then A is inverse of B .
2. If A = >
− 4 − 6H
, verify that Note :
A (adjA) = (adjA) A = A I2 . 1. The concept of inverse of matrix is defined only for
Ans : square matrices.
2. If inverse of A exists, then A is called an invertible
matrix.
1 2 2 0 3. The inverse of a square matrix, if it exists, is unique.
3. If A = > H and B = > H, then verify that
3 5 1 5
adj (AB) = (adjB)(adjA). 6.5.1 Important Result
Ans : Result 1
^A-1h = A .
-1 PROOF :
Since A is an invertible matrix, A-1 exists and we have
Result 2
AA-1 = A−1 A = I
If A, B , C are square matrices of same order and A is a ^AA-1hl = ^A−1 Ahl= I l
non-singular matrix, then ^A-1hlAl = Al^A−1hl= I
(i) AB = AC & B = C (Left cancellation law) ( ^AB hl= BlAl and I l = I )
(ii) BA = CA & B = C (Right cancellation law) By definition, ^A h is the inverse of Al,
-1 l
PROOF : PROOF :
Let the square matrix A be invertible.
Necessity: adj A
Then there exists a square matrix B such that We have A-1 =
A
AB = BA = I .
adj A = A A−1 ...(1)
AB = BA = I
AA-1 = I
Determinant of the product of square matrices of same
order is the product of their determinants. Thus we have AA-1 = I
A $ B = B $ A = 1 A A-1 = 1
Ad n = d nA = I
adj A adj A = A−1 A = I
Similarly, ^adj A-1h^adj Ah = I
A A
adj A
Therefore the matrix A is invertible and A-1 =
A
. ^ Ah-1 = adj A−1
Thus by definition, adj
Hence the result holds.
Result 4 Result 7
If A is an invertible matrix, then ^Alh-1 = ^A−1hl. If A and B are invertible matrices of same order, then
AB is also invertible and ^AB h-1 = B−1A−1 .
Chap 6 Inverse of Matrix Page 81
If A and B are invertible matrices of some order, then hence find A-1 .
adj ^AB h = ^adj B h^adj Ah. Sol :
= ^AB−the
Working Steps for Finding
1
h^ A B h of Square Matrix
Inverse
(i) ^adj Ah-1 = adj A−1 (ii) ^A-1h-1 = A
= ^B−1 A−1h A B
A
Step I: adj B adj A Sol :
= $ $A $ B
Find the value of A . B A
adj ^AB h = ^adj B h^adj Ah
Step II: Solution Link : www.cbse.wiki/lema/fe128
Hence
If A = 0 , then A cannot have its inverse.
Step III: EXAMPLE 6.29
adj A R V
If A ! 0 , then A has its inverse and is given by . S1 - 1 2 W
A Find the inverse of the matrix S0 2 - 3W and verify the
SS W
Step IV: result. 3 -2 4 W
T X
Find cofactors of all elements of A and compute adj A. Sol :
Find A-1 by multiplying adj A by 1 .
A
Page 82 Inverse of Matrix Chap 6
−4 2 0 3
3. If A−1 = > H and B = >
− 2 5H
EXAMPLE 6.35 , find (AB) -1 .
R V 3 −1
S1 1 1W - 296 13
= S1 2 − 3W, Ans : > 4 H
6
For the matrix A show that
SS W -3 2
2 − 1 3W 3
T X
Chap 6 Inverse of Matrix Page 83
4. Verify that (AB) −1 = B−1 A−1 , where: and hence find A-1 .
R- 3 2 2V
2 −1 S W
(i) A = > H and B = >
4 3 Ans : 1 S 2 - 3 2W
4 2 − 2 1H 5S
S 2 2 - 3WW
3 7 6 8 T X
(ii) A = > H and B = > H
2 5 7 9
Ans : Proof
******
R1 2 2V
S W
10. If A = S2 1 2W, show that A2 − 4A − 5I = O
SS2 2 1WW
T X
Page 84 Application of Matrices Chap 7
CHAPTER 7
Application of Matrices
7.1 Introduction The same activity was carried out in section Q of class
Matrices and determinants are powerful tools in modern XII of the same school and the following information was
mathematics, which have a wide range of application. received.
Sociologists use matrices to study the dominance within Regular Honest Respectful
a social group or society. Demographers make use of
A 35 16 38
matrices to study survival of mankind, marriage and
decent structure. Business mathematics, economist, B 10 20 7
artificial intelligence coding and networking models are C 8 12 3
a few examples that function on the concept of matrix Represent the above information in the matrix form and
and determinant. The study of communication theory use matrices to find how many students got A grade in the
and electrical engineering as the network analysis is also three values ?
aided by the use of matrix representation. In this section Sol :
we will study some application of matrix addition or
multiplication.
Solution Link : www.cbse.wiki/lema/qe102
EXAMPLE 7.1
EXAMPLE 7.3
A publishing house has two branches. In each branch there
Two farmers Ramkishan and Gurcharan Singh cultivate
are three offices. In each office, there are 2 peons, 5 clerks
only three varieties of rice namely Basmati, Permal and
and 3 typists. In one office of a branch, 5 salesmen are also
Naura. The sale (in `) of these varieties of rice by both the
working. In each office of other branch 2 head-clerks are
farmers in the month of September and October are given
also working. Using matrix notations find :
by the following matrices A and B .
(i) the total number of posts of each kind in all the offices
September Sales (in `)
taken together in each branch.
Basmati Permal Naura
(ii) the total number of posts of each kind in all the offices
10000 20000 30000 Ramkishan
A = >
50000 30000 10000H Gurcharan Singh
taken together from both branches.
Sol :
October Sales (in `)
Solution Link : www.cbse.wiki/lema/qe101 Basmati Permal Naura
5000 10000 6000 Ramkishan
B = >
10000H Gurcharan Singh
20000 10000
EXAMPLE 7.2
In section P of class XII of a particular school students (i) Find the combined sales in September and October
were asked to grade each student under value Regular, for each farmer in each variety.
Honest, Respectful. Grades are to be given as A, B, C. The (ii) Find the decrease in sales from September to October.
following information was received (iii) If both farmers receive 2% profit on gross sales,
compute the profit for each farmer and for each variety
Regular Honest Respectful
sold in October.
A 25 20 30
Sol :
B 12 10 10
C 7 15 5 Solution Link : www.cbse.wiki/lema/qe103
Chap 7 Application of Matrices Page 85
EXAMPLE 7.5
Astha and Beena went to Big Bazar. Astha purchased
2 pairs of jeans, 5 tops and 2 pairs of footwears. Beena EXAMPLE 7.8
purchased 3 pairs of jeans, 4 tops and 1 pair of footwear. Three firms A, B and C supplied 40, 35 and 25 truck
If a pair of jeans costs ` 550, Top costs ` 145 and a pair of loads of stones and 10, 5, 8 loads of sand respectively to
footwear costs ` 125, calculate the total amount spent by a contractor. If the cost of stone and sand are ` 1200 and
Astha and Beena in the Big Bazar. ` 500 per truck load respectively, find the total amount
paid by the contractor to each these firm by using matrix
Sol :
method.
Sol :
Solution Link : www.cbse.wiki/lema/qe105
The corporation has 5, A type factories and 7, B type 3 speed 5 speed 10 speed
factories. Buses and trucks sell at ` 50000 and ` 40000
Branch 2 60 175 100
respectively. Estimate the total weekly production of buses
and trucks and the total market value of vehicles produced Express the given information as a matrix. Using
each week. multiplication of a scalar times a matrix, find the new
Sol :
daily productions if production is to double.
80 240 300
Ans : >
120 350 200H
Solution Link : www.cbse.wiki/lema/qe110
Ans : Transistors : 840, Registors : 7420, Capacitors sets. A sells weekly 48 radios, 20 tape recorders and
: 3050 12 television sets; B sells weekly 57 radios, 17 tape
recorders and 15 television sets, and C sells weekly 35
radios, 22 tape recorders and 18 television sets. Using
6. Three person buy cold drinks of different brands A, B matrices, calculate their individual profits, if the net
and C . The first person buys 12 bottles of A, 5 bottles revenue on a radio is ` 50, on a tape recorder ` 75 and
of B and 3 bottles of C . The second person buys 4 on a television set ` 250.
bottles of A, 6 bottles of B and 10 bottles of C . The Ans : ` 6900, ` 7875, ` 7900
third person buys 6 bottles of A, 7 bottles of B and 9
bottles of C . Represent these information in the form
of a matrix. If each bottle of brand A costs ` 4, each 10. Two television companies TV1 and TV2 , both televise
bottle of B costs ` 5 and each bottle of C costs ` 6, documentary programmes and variety programmes.
then using matrix operations, find the total sum of TV1 has two transmitting stations and TV2 has three
money spent individually by the three persons for the transmitting stations, all stations transmit different
purchase of cold drinks. programmes. On an average, each TV1 station
Ans : ` 91, ` 106, ` 113 broadcasts 1 hour of documentary and 3 hours of
variety programmes each day, whereas each TV2 station
broadcasts 2 hours of documentary and 1 12 hours
7. There are two families X and Y . Family X has 2 men, of variety programmes each day. The transmission
3 women and one child, while family Y has one of documentary and variety programmes costs
man, one woman and two children. Their approximately ` 50 and ` 200 per hour respectively.
individual daily requirements are as follows: Express, in matrix form and hence evaluate:
(i) the daily cost of transmission from each TV1 and
Calories Protein each TV2 station.
Man 2400 55 (ii) the total number of hours which are devoted daily
Woman 1900 45 to documentary and to variety programmes by both
companies.
Child 1800 33
(iii) the total daily cost of transmission incurred
Present the above information in the form of matrices. by both companies.
Using matrix multiplication, calculate the total daily Ans : (i) ` 650, ` 400, (ii) Documentary : 8 hours,
requirements of calories and protein for each of the Variety : 10.5 hours, (iii) ` 2500
two families.
Ans : Family X : 12300 calories and 278 gms protein;
Family Y : 7900 calories and 166 gms protein
a21 x1 + a22 x2 + d2 = x2
The above equations can be rearranged as Solution Link : www.cbse.wiki/lema/qe114
(1 - a11) x1 - a12 x2 = d1
− a21 x1 + (1 − a22) x2 = d2 EXAMPLE 7.15
The matrix form of the above equations is The input-output coefficient matrix for 2-sector economy
0.4 0.25
is A = >
0.2 0.5 H
1 - a11 - a12 x1 d1
> H> H = > H . The final demands for two industries
- a21 1 - a22 x2 d2
are 18 and 44 units respectively. Find the gross output of
Chap 7 Application of Matrices Page 89
respectively, what should be the gross output of each sector Solution Link : www.cbse.wiki/lema/qe123
in order to meet the new demands?
Sol :
EXAMPLE 7.24
Find the demand vector which is consistent with the input-
Solution Link : www.cbse.wiki/lema/qe120 1 3
output coefficient matrix given by A = > 1 H and output
4 8
1
2 4
200
EXAMPLE 7.21 vector = > H
200
Given the following transformation matrix
Sol :
Producing Receiving sectors Final Demand
Sectors Agriculture Industry Solution Link : www.cbse.wiki/lema/qe124
Agriculture 300 600 100
Industry 400 1200 400
Find the gross output to meet the final demand of 200 EXAMPLE 7.25
units of agriculture and 800 units of industry. The input-output coefficient matrix for a 2-industry
economy is given by :
Sol :
Input
Output
Solution Link : www.cbse.wiki/lema/qe121 X1 X2
X1 0.3 0.3
EXAMPLE 7.22 X2 0.4 0.6
The following table gives the input-output coefficients Labour 0.3 0.1
for a two sector economy consisting of agriculture and If the final demand for two industries are 90 and 520 units,
manufacturing industry: find the gross output of each industry to meet the final
Input Agriculture Manufacturing demand. Also find the labour requirements.
Industry Sol :
Agriculture 0.10 1.50
Manufacturing 0.20 0.25 Solution Link : www.cbse.wiki/lema/qe125
The final demand for the two industries are 300 and
100 units respectively. Find the gross output of the two EXAMPLE 7.26
industries. The input-output coefficient matrix for 2-sector economy
0.1 0.3
is A = >
0 0.2H
Sol :
. The final demands for two industries
Solution Link : www.cbse.wiki/lema/qe122 are 350 and 350 units respectively. Find the gross output
of these two industries.
EXAMPLE 7.23
Sol :
You are given the following technology matrix for a two
industry economy:
Solution Link : www.cbse.wiki/lema/qe126
Output Input
Steel Coal
EXAMPLE 7.27
Steel 0.4 0.1 An economy produces only coal and steel. The two
Coal 0.7 0.6 commodities serve as intermediate inputs in each other’s
If the final demand targets are ` 50 crores in steel and production. 0.4 tonne of steel and 0.7 tonne of coal are
` 100 crores in coal, determine the output of each industry. needed to produce a tonne of steel. Similarly 0.1 tonne of
Also construct an input-output table for the economy. steel and 0.6 tonne of coal are required to produce a tonne
Sol : of coal. No capital inputs are needed. If the economy needs
Chap 7 Application of Matrices Page 91
400 tonnes of steel and 200 tonnes of coal, calculate the technology matrix. If 68 tonnes of A and 10.2 tonnes
gross output of the two commodities. of B are required, find the gross production of both
Sol : of them.
Ans : A = 27.82 tonnes, B = 98.91 tonnes
Solution Link : www.cbse.wiki/lema/qe127
viable as per Hawkins-Simon conditions. 7. Suppose the inter-industry flow of the product of two
Ans : It is not viable sectors X and Y are given as under.
Production Consumption D o m e s t i c G r o s s
sector sector demand output
3. The technology matrix of an economic system of two
0.50 0.25 X Y
industries is >0.40 0.67H . Test whether the system is
X 15 10 10 35
viable as per Hawkins-Simon conditions. Y 20 30 15 65
Ans : It is viable Find the gross output when the domestic demand
changes to 12 for X and 18 for Y .
Ans : 42 and 78
4. Two commodities A and B are produced such that 0.4
tonne of A and 0.7 tonne of B are required to produce
a tonne of A . Similarly 0.1 tonne of A and 0.7 tonne of 8. The technology matrix of an economic system of two
B are needed to produce a tonne of B . Write down the
Page 92 Application of Matrices Chap 7
0.8 0.2
industries is >0.9 0.7H . Test whether the system is viable
CHAPTER 8
d1 b 1 c1
Solution Link : www.cbse.wiki/lema/he103 = d2 b2 c2
(using (1))
d3 b3 c3
EXAMPLE 8.4 = D1
Which of the following equations are consistent ? If Similarly, we shall obtain
consistent, solve them: yD = D2 and zD = D 3
x + 2y = 5 Thus, if D ! 0 , then the system of linear equations (1) has
3x + 6y = 15 a unique solution given by
Sol : x = D1 , y = D2 and z = D 3
D D D
Solution Link : www.cbse.wiki/lema/he104 Note :
1. The above method of solving a system of three linear
equations in three unknowns can be extended in the
EXAMPLE 8.5
same way to solve a system of n linear equations in n
Solve the equations by Cramer’s rule (OR using
unknowns.
determinants):
3 + 2 = 5 and 4 − 1 = 3 . 2. It may be noted that the constant terms in the given
x−2 y−3 x−2 y−3 equations are on the right hand side.
Sol : Conditions for Consistency of a (non-homogeneous)System
of Three Linear Equations in Three Unknowns :
Solution Link : www.cbse.wiki/lema/he105 The following three cases arise :
1. If D ! 0 , the given system is consistent and
independent, and has a unique solution given by
Chap 8 Solution of Simultaneous Equations Page 95
x = D1 , y = D2 and z = D 3 x - 2y - z = 1
D D D Sol :
2. If D = 0 and atleast one of D1 , D2 , D 3 is non-zero,
then the system is inconsistent and it has no solution. Solution Link : www.cbse.wiki/lema/he110
3. If D = D1 = D2 = D 3 = 0 , then the system may or may
not be consistent. In case the system is consistent,
then it will have an infinite number of solution and EXAMPLE 8.11
the system is dependent. Using determinants, find whether the system x − 3y + 5z = 4
, 2x − 6y + 10z = 11, 3x − 9y + 15z = 12 is consistent or
not.
EXAMPLE 8.6
The following equations are obtained in an electrical Sol :
EXAMPLE 8.12
Solution Link : www.cbse.wiki/lema/he106 By using determinants, solve the following system of linear
equations.
EXAMPLE 8.7 x + y + z = 1
Find z using Cramer’s rule, if x + 2y + 3z = 4
x + 2y + 3z = 6 , 2x + 4y = 7 − z , 3x + 9z = 14 − 2y. x + 3y + 5z = 7
Sol : Sol :
EXAMPLE 8.8
The voltages in an electric circuit are related by the
following equations:
V1 + V2 + V3 = 9 , V1 − V2 + V3 = 3 , V1 + V2 − V3 = 1. Find
V1 , V2 , V3 using Cramer’s rule.
Sol :
EXAMPLE 8.9
Using Cramer’s rule find the quadratic defined by
E X ERC I S E 8 . 1
f ^x h = ax2 + bx + c
if f ^1 h = 0 , f ^2 h =− 2 and f ^3h =− 6
Solve the following equations using Cramer’s rule
2x − y = 17
Sol : 1.
3x + 5y = 16
Ans : x = 7 , y =− 3
Solution Link : www.cbse.wiki/lema/he109
EXAMPLE 8.10 x + 2y = 1
Using determinants, show that the following system of 2.
3x + y = 4
linear equations is inconsistent: Ans : x = 7/5 , y =− 1/5
3x − y + 2z = 3
2x + y + 3z = 5
Page 96 Solution of Simultaneous Equations Chap 8
5x + 7y = − 2 a 1 x + b 1 y + c 1 z = d 1
4.
4x + 6y = − 3 a2 x + b2 y + c2 z = d2 ...(1)
Ans : x = 9/2 , y =− 7/2 a 3 x + b 3 y + c 3 z = d 3
x + 3y = 5 x + 3y = 5
x + 3y = 8 2x + 6y = 8 is inconsistent.
1 3 Sol :
Here A = =0
1 3
Solution Link : www.cbse.wiki/lema/he115
i.e. A is singular but this system has no solution. So, the
system is inconsistent.
Thus, if A is singular matrix, then the system of EXAMPLE 8.16
equations given by the matrix equation AX = B may be Solve the following system of equations by using matrix
consistent having infinitely many solutions or may be method:
inconsistent. 3x + 4y = 7
6x + 8y = 14
8.3.1 Criterion for Consistency or Inconsistency Sol :
We given below criterion (without proof) for consistency
or inconsistency of a system of n non-homogeneous linear Solution Link : www.cbse.wiki/lema/he116
equations in n unknowns given by the matrix equation
AX = B .
1. If A ! 0 , then the system is consistent and it has a EXAMPLE 8.17
unique solution given by X = A−1 B . Using matrix method, determine whether the following
2. If A = 0 and ^adj Ah B = O , the system is consistent system of equations is consistent or inconsistent:
and has infinitely many solutions. 5x − y + 4z = 5
3. If A = 0 and ^adj Ah B !O , the system is inconsistent. 2x + 3y + 5z = 2
Note : 5x − 2y + 6z =− 1
In case 2 above, we assume that adj A !O . However, if Sol :
adj A = O , then the system may or may not be consistent.
Solution Link : www.cbse.wiki/lema/he117
EXAMPLE 8.13
Using matrices, solve the equations EXAMPLE 8.18
5x - 7y = 2 Using matrix method, determine whether the following
7x - 5y = 3 system of equations is consistent or inconsistent:
Sol : 3x - y - 2z = 2
2y - z =− 1
Solution Link : www.cbse.wiki/lema/he113 3x - 5y = 3
Sol :
EXAMPLE 8.14
1 −2 Solution Link : www.cbse.wiki/lema/he118
If A = >
2 1H
, then using A-1 , solve the following system
EXAMPLE 8.20 x + 2y − 3z =− 4
Using matrices, solve the following system of equations: 4. 2x + 3y + 2z = 2
3x + 2y − 2z = 3 3x − 3y − 4z = 11
Ans : x = 1, y = 2 , z = 3
x + 2 y + 3z = 6
2x − y + z = 2
Sol :
2x − 3y + 5z = 11
5. 3x + 2y − 4z =− 5
Solution Link : www.cbse.wiki/lema/he120 x + y − 2z =− 3
Ans : x = 1, y = 2 ,z = 3
EXAMPLE 8.21
Using matrices, solve the following system of equations:
4x + 3y + 2z = 60 x + y + z= 3
x + 2y + 3z = 45 6. 2x − y + z = 2
x − 2y + 3z = 2
6x + 2y + 3z = 70
Sol :
Ans : x = 1, y = 1, z = 1
x + y + z= 6
8. x + 2z = 7
3x + y + z = 12
Ans : x = 3 , y = 1, z = 2
E X ERC I S E 8.2
2x − 3y + z =− 1
9. x − 2y + 3z = 6
Solve the following equations using matrix method:
− 3y + 2z = 0
x + 2y − 3z = 6
1. 3x + 2y − 2z = 3 Ans : x = 1, y = 2 , z = 3
2x − y + z = 2
Ans : x = 1, y =− 5 , z =− 5
4x + 3y + 2z = 60
10. x + 2y + 3z = 45
x−y = 3 6x + 2y + 3z = 70
2. 2x + 3y + 4z = 17 Ans : x = 5 , y = 8 , z = 8
y + 2z = 1
Ans : x = 6 , y = 3 , z =− 1
2x + y + 2z = 3
3. x + y + 2z = 2 8.4 Row Reduction method
2x + 3y − z = − 2
Ans : x = 1, y =− 1, z = 1 Here we start by writing the given linear equations as the
Chap 8 Solution of Simultaneous Equations Page 99
x + y + z = 6
Solution Link : www.cbse.wiki/lema/he126
x − y + z = 2
x - y - z =− 4
Sol : EXAMPLE 8.27
Solve the following system of simultaneous linear equation
Solution Link : www.cbse.wiki/lema/he122 by row reduction method :
2x − 5y + 2z = 16
3x + 2y − 3z =− 19
EXAMPLE 8.23
Solve the following system of simultaneous linear equation 4x − 3y + 4z = 18
by row reduction method : Sol :
x + y + z = 2
Solution Link : www.cbse.wiki/lema/he127
x + 2y − z = 6
2x + y − z = 5
Sol : EXAMPLE 8.28
Solve the following system of simultaneous linear equation
Solution Link : www.cbse.wiki/lema/he123 by row reduction method :
x + y − z = 2
− x − y + z =− 2
EXAMPLE 8.24
Solve the following system of simultaneous linear equation 2x + 2y − 2z = 4
by row reduction method : Sol :
x − 2 y + 4z = 3
Solution Link : www.cbse.wiki/lema/he128
x + 3 y − 2z = 6
x − 4y + 3z =− 5
Sol :
Ans : x = 6 , y = 3 , z =− 1 Ans : x = 5 , y = 8 , z = 8
2x + y + 2z = 3
3. x + y + 2z = 2
2x + 3y − z = − 2
8.5 Real life problems
Ans : x = 1, y =− 1, z = 1
In real life, the applications of linear equations are vast.
To tackle real-life problems using algebra, we convert the
x + 2y − 3z =− 4 given situation into mathematical statements in such a
4. 2x + 3y + 2z = 2 way that it clearly illustrates the relationship between the
3x − 3y − 4z = 11 unknowns (variables) and the information provided. The
Ans : x = 1, y = 2 , z = 3 following steps are involved while restating a situation into
a mathematical statement:
(i) Translate the problem statement into a mathematical
2x − 3y + 5z = 11 statement and set it up in the form of algebraic
5. 3x + 2y − 4z =− 5 expression in a manner it illustrates the problem aptly.
x + y − 2z =− 3 (ii) Identify the unknowns in the problem and assign
variables (quantity whose value can change depending
Ans : x = 1, y = 2 ,z = 3 upon the mathematical context) to these unknown
quantities.
(iii) Read the problem thoroughly multiple times and
x + y + z= 3 cite the data, phrases and keywords. Organize the
6. 2x − y + z = 2 information obtained sequentially.
x − 2y + 3z = 2 (iv) Frame equations with the help of the algebraic
Ans : x = 1, y = 1, z = 1 expression and the data provided in the problem
statement
(v) Solve simultaneous equitation using following matrix
x + y − z= 1 methods
7. 3x + y − 2z = 3 1. Cramer Rule
x − y − z =− 1 2. Matrix Inverse Method
3. Row reduction Method
Ans : x = 2 , y = 1, z = 2
x + y + z= 6 EXAMPLE 8.29
8. x + 2z = 7 The monthly incomes of Aryan and Babban are in the
3x + y + z = 12 ratio 3 : 4 and their monthly expenditures are in the ratio
5 : 7. If each saves ` 15000 per month, find their monthly
Ans : x = 3 , y = 1, z = 2
incomes using matrix method.?
Sol :
2x − 3y + z =− 1
Solution Link : www.cbse.wiki/lema/he129
9. x − 2y + 3z = 6
− 3y + 2z = 0
Ans : x = 1, y = 2 , z = 3 EXAMPLE 8.30
On Monday Manish paid Rs 170 for two cups of coffee and
one doughnut, including the tip. On Tuesday he paid Rs
4x + 3y + 2z = 60 165 for two doughnuts and a cup of coffee, including the
10. x + 2y + 3z = 45 tip. On Wednesday he paid Rs 130 for one coffee and one
6x + 2y + 3z = 70
Chap 8 Solution of Simultaneous Equations Page 101
doughnut, including the tip. If he always tips the same Solution Link : www.cbse.wiki/lema/he134
amount, then what is the amount of each item?
Sol :
EXAMPLE 8.35
An amount of < 5000 is put into three different investments
Solution Link : www.cbse.wiki/lema/he130
at the rate of 6%, 7% and 8% per annum respectively.
The total annual income is < 358. If the combined annual
EXAMPLE 8.31 income from the first two investments is rupees 70 more
Harry has $2.25 in nickels, dimes, and quarters. If he had than the income from the third, find the amount of each
twice as many nickels, half as many dimes, and the same investments by using matrix algebra.
number of quarters, he would have $2.50. If he has 27 coins Sol :
altogether, then how many of each does he have?
Sol : Solution Link : www.cbse.wiki/lema/he135
EXAMPLE 8.37
Solution Link : www.cbse.wiki/lema/he132
To control a certain crop disease it is necessary to use 8
units of chemical A, 14 units of chemical B and 13 units
EXAMPLE 8.33 of chemical C . One barrel of spray P contains one unit of
The sum of the digits of a three-digit number is 11. If the A, 2 units of B , and 3 units of C . One barrel of spray Q
digits are reversed, the new number is 46 more than five contains 2 units of A, 3 units of B and 2 units of C . One
times the old number. If the hundreds digit plus twice barrel of spray R contains one unit of A, 2 units of B and
the tens digit is equal to the units digit, then what is the 2 units of C . Find how many barrels of each type of spray
number? be used to just meet the requirement.
Sol : Sol :
EXAMPLE 8.43
EXAMPLE 8.40 The Sunrise Bakery Pvt Ltd produces three basic pastry
The daily cost of operating a hospital C , is a linear function mixes A, B and C . In the past the mix of ingredients has
of the number of in-patients I , and out-patients P , plus a shown in the following matrix:
fixed cost a, i.e., C = a + bP + dI Flour Fat Sugar
Given the following data from 3 days, find the values of ASR 5 1 1VW
(All quantities in kg)
a, b and d by setting up a linear system of equations and Type B S6.5 2.5 0.5 W
using the matrix inverse: C SS4.5 3 2WW
T X
Days Cost (in <) No. of In- No. of out- Due to changes in the consumer’s tastes it has been decided
Patients, I Patients, P to change the mixes using the following amendment matrix:
Flour Fat Sugar
1 6950 40 10 ARS 0 1 0VW
2 6725 35 9 Type B S- 0.5 0.5 0.5W
3 7100 40 12 C SS 0.5 0 0WW
T X
Sol : Using matrix algebra you are required to calculate:
1. the matrix for the new mix:
Solution Link : www.cbse.wiki/lema/he140 2. the production requirement to meet an order for 50
units of type A, 30 units of type B and 20 units of
type C of the new mix;
EXAMPLE 8.41 3. the amount of each type that must be made to totally
A firm produces two products P1 and P2 , passing through use up 370 kg of flour, 170 kg of fat and 80 kg of sugar
two machines M1 and M2 before completion. M1 can that are at present in the stores.
produce either 10 units of P1 or 15 units of P2 per hour. Sol :
M2 can produce 15 units of either product per hour. Find
daily production of P1 and P2 if time available is 12 hours
Solution Link : www.cbse.wiki/lema/he143
of machine M1 and 10 hours of M2 per day using matrix
inversion.
Sol :
Chap 8 Solution of Simultaneous Equations Page 103
EXAMPLE 8.46
The total sales S in thousands of rupees of a firm selling
two products X and Y is given by the relationship: E X ERC I S E 8 . 4
S = a + bX + cY . Data for the first three months are given
as under:
Months X Y Total Sales S 1. Weekly expenditure in an office for three weeks is
given as follows. Assuming that the salary in all the
January 2 3 12
three weeks of different categories of staff did not vary,
February 6 2 13 calculate the salary for each type of staff, using matrix
March 5 3 15 inversion method.
Using determinant method, determine the sales in april Week Number of Employees Total weekly
when he sells 4 units of X and 5 units of Y . A B C salary
Sol : 1st week 4 2 3 4900
2nd week 3 3 2 4500
Solution Link : www.cbse.wiki/lema/he146
3rd week 4 3 4 5800
4. An amount of ` 5000 is put into three investments 9. The sum of three numbers is 6. Thrice the third
at the rate of interest of 6%, 7% and 8% per annum number when added to the first number gives 7. On
respectively. The total annual income is ` 358. If the adding, three times the first number to the sum of
combined income from the first two investments is second and third number, we get 12. Find the three
` 70 more than the income from the third, find the numbers by using Matrices.
amount of each investment by matrix method.
Ans : 3, 5 , 4
Ans : ` 1000, ` 2200, ` 1800 3 3
CHAPTER 9
Higher Derivatives
dy
7. If ex + ey = ex + y , prove that =− ey − x .
EXAMPLE 9.10 dx
dy Ans : Proof
If xy = c2 , then find
dx
Sol :
dy y (1 − x)
8. If ex + y = xy , show that = .
Solution Link : www.cbse.wiki/lema/ie110 dx x (y − 1)
Ans : Proof
EXAMPLE 9.11
EXAMPLE 9.18
x2 − 1 (3x + 7) 5/3
of x2 y3 = ^2x + y h5 .
Differentiate the following function wrt x : dy
(x2 + 3) 2/3 Find
dx
Sol :
Sol :
EXAMPLE 9.19
EXAMPLE 9.12 dy
Differentiate xx wrt x : Find of y = xx + x1/x
dx
Sol :
Sol :
EXAMPLE 9.21
EXAMPLE 9.14 Differentiate xx wrt x .
x
of x p yq = ^x + y hp + q
dy
Find Sol :
dx
Sol :
Solution Link : www.cbse.wiki/lema/ie121
Solution Link : www.cbse.wiki/lema/ie114
Page 108 Higher Derivatives Chap 9
EXAMPLE 9.22 dy y2
6. If y = xy , prove that x =
If y = e sinx + ^tan x hx , then find
dy dx 1 − y log x
dx Ans : Proof
Sol :
dy y (y + x log y)
EXAMPLE 9.24 9. If xy yx = 5 , show that =−
dx x (x + y log x)
Differentiate xa + ax + aa + xx wrt x Ans : Proof
Sol :
E X ERC I S E 9.2
Differentiate the following functions wrt x : 9.3 Derivatives of Functions in parametric
form
1. (x + 1) 2 (x + 2) 3 (x + 3) 4
If x and y are two functions in a single variable θ , say
Ans : (x + 1) 2 (x + 2) 3 (x + 3) 4 b 2 + 3 + 4 l y = f (θ) and x = g (θ), then the functions x and y are
x+1 x+2 x+3
called parametric functions and θ is called the parameter.
2
Working Rule :
2. x x +2/13 , x > 0 .
(x + 1) Step 1
2
Ans : x x +2/13 ; 1 + 2 x − Write the given parametric form of the function, say
x + 1 3 (x + 1)E
2 , x>0
(x + 1) x
y = f (θ), x = g (θ)
Step 2
x−5 dy
3. (2x + 3) Find and dx
2 (x − 5) dθ dθ
Ans : (2x + 3) x − 5 ; + log (2x + 3)E Step 3
2x + 3
dy
Find using the formula given below,
dx
_ dq i
dy
4. xx (1 + log x) dy
= dx , provided dx ! 0 .
Ans : xx b 1 + (1 + log x) 2 l
dx ^ dq h dθ
x
EXAMPLE 9.25
dy
5. x logx + (log x) x If x = 2at2 ; y = at 4 , then find
dx
2 log x
Ans : x logx . + (log x) x ;log (log x) + 1 E Sol :
x log x
Solution Link : www.cbse.wiki/lema/ie125
Chap 9 Higher Derivatives Page 109
3. x = 2t and y = 1 − t 2
EXAMPLE 9.28 1 + t2 1 + t2
−t −t
dy t t
Find when x = e + e and y = e − e in terms of x 2
Ans : t - 1
dx 2 2 2t
and y .
Sol :
4. x = at2 , y = 2at
Solution Link : www.cbse.wiki/lema/ie128
Ans : 1
t
EXAMPLE 9.29
If x = a bt + 1 l and y = a bt − 1 l, prove that
dy
=x.
t t dx y 5. x = 4t , y = 4
Sol : t
Ans : - 12
t
Solution Link : www.cbse.wiki/lema/ie129
6. x = 2t , y = 5 − t2
EXAMPLE 9.30 5 + t2 5 + t2
If x = bt + 1 l and y = a t + t , find
a
dy
Ans : 210t
1
.
t dx t -5
Sol :
EXAMPLE 9.31
1 + log t 3 + 2 log t dy
If x = ,y= , find .
t 2 t dx
Sol :
called the second order derivative of y = f ^x h wrt x ddxy is Solution Link : www.cbse.wiki/lema/ie137
2
also denoted by ym or by y2 .
In general, if y = f ^x h is a differentiable function of x
, then for n ^> 1h ! N , the n th order derivative of y wrt x
EXAMPLE 9.38
exists if the ^n - 1hth order derivative of y is differentiable If y = ax + b , show that 2y1 y 3 = 3 ^y2h2
cx + d
wrt x . For example, the 3 rd order derivative of y = f ^x h
2 Sol :
exists if ddxy is differentiable. If 3 rd order derivative of
y = f ^x h is differentiable, then we can talk of 4 th order
2
EXAMPLE 9.40
Solution Link : www.cbse.wiki/lema/ie133 Find the third derivative of the x5 .
Sol :
EXAMPLE 9.34
If y = x log x , show that x3 2 = c x − y m .
d2 y dy 2
Solution Link : www.cbse.wiki/lema/ie140
a + bx dx dx
Sol :
EXAMPLE 9.41
Find the third derivative of the (x2 + 1) (x − 2).
Solution Link : www.cbse.wiki/lema/ie134
Sol :
2 − y c dx m − x = 0 .
2
d y 1 dy 2
y
If y = xx , show that
dx
EXAMPLE 9.42
Sol :
Find the third derivative of the (2x3 − 7) (9x5 + 2x2 − 3).
Sol :
Solution Link : www.cbse.wiki/lema/ie135
Solution Link : www.cbse.wiki/lema/ie142
EXAMPLE 9.36
If y = log ^x + a2 + x2 h then show that
EXAMPLE 9.43
^a2 + x2h y2 + xy1 = 0 .
d2 y dy
If y = (x + 1 + x2 ) n , then find (1 + x2) +x .
Sol : dx2 dx
Sol :
EXAMPLE 9.37
d2 y dy EXAMPLE 9.44
If y = log ^x + a2 + x2 h then show that ^a2 + x2h y2 + xy1 = 0.
2x 3x
If y = 3e + 2e , prove that 2 − 5 + 6y = 0 .
dx dx
Sol :
Sol :
Chap 9 Higher Derivatives Page 111
3. y = x3 log x
EXAMPLE 9.46 Ans : x (5 + 6 log x)
If y = e 2x (ax + b), show that y 2 − 4y1 + 4y = 0 .
Sol :
EXAMPLE 9.47
d2 y dy 2
2 = b dx l .
d 4y
If y = x 3 log x , prove that = 6. 5. If ey (x + 1) = 1, show that
dx
dx 4 x
Sol :
Ans : Proof
EXAMPLE 9.50 x
n 9. If y = , find y 3 .
Find d n (log x) 1 − x2
dx
Sol : 3 (4x2 + 1)
Ans :
(1 − x2) 7/2
Solution Link : www.cbse.wiki/lema/ie150
******
E X ERC I S E 9.4
Find the second order derivative wrt x of the following
Page 112 Application of Derivatives Chap 10
CHAPTER 10
Application of Derivatives
dy
Therefore, by co-ordinate geometry, the equation
We have learned that dx (if it exists) geometrically of the tangent to the given curve y = f (x) at the point
represents the slope of the tangent to the curve y = f (x) P (x1 y1) is
at any point P (x, y). Thus, if ψ ^! π2 h is the angle which
y - y1 = _ dx
dy
ix , y (x − x1)
the tangent to the curve at P makes with the positive 1 2
Let P (x1, y1) be any point on the curve y = f (x), then the EXAMPLE 10.3
slope of the tangent to the curve at P (x1, y1) = _ dx
dy
ix , y at Prove that the tangents to the curve y = x 2 − 5x + 6 at the
points (2, 0) and (3, 0) are at right angles.
1 2
dy
the point P (x1 y1) is the value of dx at P .
So, the slope of normal to the curve y = f (x) at Sol :
P =− 1 .
_ dx ix , y
dy
1 2 Solution Link : www.cbse.wiki/lema/je132
Therefore, by co-ordinate geometry, the equation
of the normal to the given curve y = f (x) at the point
P (x1 y1) is
EXAMPLE 10.4
y - y1 =− dy 1
Find the point curve at point on the parabola y = (x − 2) 2
_ dx ix , y (x − x1) where the tangent is parallel to the chord joining (2, 0)
(x − x1) + _ i
1 2
dy
or dx x , y (y − y1) = 0 and (4, 4).
If _ dx ix , y = 0 then, the equation of the normal at P
1 2
dy
Sol :
is x = x1 and if _ dx ix , y does not exist, then the equation at
1 2
dy
1 2
EXAMPLE 10.27
Solution Link : www.cbse.wiki/lema/je150 Find the equations of the tangent and normal to the given
curves 16x 2 + 9y 2 = 144 at (x1, y1) where x1 = 2 and y1 2 0 .
Sol :
EXAMPLE 10.22
2
y2
Find the points on the curve x + = 1 at which tangents Solution Link : www.cbse.wiki/lema/je156
4 25
are
(a) Parallel to the x -axis
(b) Parallel to the y -axis EXAMPLE 10.28
Sol : Show that the tangent to the curve y = be−x , where it
crosses the axis of y , makes intercept of lengths 1 and b on
Solution Link : www.cbse.wiki/lema/je151 the axis of x and y respectively.
Sol :
EXAMPLE 10.25
2
y2
Find the equation of the tangent to the ellipse x 2 + 2 = 1
a b
, at (x1, y1). E X ERC I S E 1 0 . 1
Sol :
1. Find the point on the curve x2 + y2 − 2x − 3 = 0 at
Solution Link : www.cbse.wiki/lema/je154 which the tangents are parallel to the x -axis
Ans : (1, 2) and (1, - 2)
Page 116 Application of Derivatives Chap 10
2. Find the equations of tangent and the normal to the 10.3 Increasing and Decreasing Function
curve y = x2 + 2x + 6 at the point (2, 18)
Ans : 6x − y + 6 = 0 , x + 6y − 110 = 0
10.3.1 Introduction
The first derivative of a function is a source of much
3. Find the equation of the tangent to the curve useful information about the behaviour of the function.
As we have already seen, the sign of fl tells us whether
x + y = a at the point b a , a l.
2 2
EXAMPLE 10.36
EXAMPLE 10.30
Show that the function f (x) = x2 − 3x + 1 is neither
Prove that the function f (x) = ax + b is increasing iff
increasing nor decreasing on (0, 3).
a 2 0.
Sol :
Sol :
EXAMPLE 10.37
EXAMPLE 10.31
Find the interval in which the function 2x 3 + 9x 2 + 12 + 20
Prove that 2 + 5 is a decreasing function. is increasing or decreasing :
x
Sol : Sol :
EXAMPLE 10.45
EXAMPLE 10.41 The price per unit of a commodity produced by a company
2
The total cost of a firm is given by 3000 + 60x + x , where is given by p = 200 − 5x, where x is the quantity demanded.
x is the output. Determine : Find marginal revenue.
(i) the marginal cost, Sol :
(ii) the marginal cost when 30 units are produced, and
(iii) the actual cost of producing twenty first unit. Solution Link : www.cbse.wiki/lema/je174
Sol :
EXAMPLE 10.48 3. Given the total cost function for x units of a commodity
The total revenue from the sale of x units of a product is as 13 x3 + x2 − 15x + 3 . Find the marginal cost function.
given by R (x) = 20x − 12 x2 . Find : Ans : x2 + 2x − 15
10. A firm knows that the price per unit p for one of its
product is linear. It also knows that it can sell 1400
units when the price is ` per unit, and it can sell 1800
units at a price of ` 2 per unit. Find the price per
unit if x units are sold (or demanded). Also find the
revenue function and the marginal revenue function.
Ans : 11 - 200
1
x , 11x - 200
1
x2 and 11 - 1001 x
******
Page 122 Maxima and Minima Chap 11
CHAPTER 11
Figure 11.1
Figure 11.5
Figure 11.4
Figure 11.6
value of f if f (x) $ f (c) for all x sufficiently near c . x 0 is not an end point of the domain of f
More precisely, let f be real valued and let c be an 1. If there exists an open interval (a, b) containing x 0
interior point in the domain of f . Then such that f l (x) 2 0 on (a, x 0) and f l (x) 1 0 on (x 0, b)
1. c 0 is called a point of local maxima if there is a h 2 0 , then f has a local maximum value at x 0 .
such that f (c 0) $ f (x), for all x in (c 0 − h, c 0 + h). or
The value f (c 0) is called the local maximum value of
If f (x) changes sign from positive to negative as x
f.
increase through x 0 i.e., if f l (x) 2 0 at every point
2. c 0 is called a point of local minima if there is a h 2 0
sufficiently close to the left of x 0 and f l (x) 1 0 at
such that f (c 0) # f (x), for all x in (c 0 − h, c 0 + h).
every point sufficiently close to the right of x 0 then x 0
The value f (c 0) is called the local maximum value of
is a point of local maxima.
f.
2. If there exists an open interval (a, b) containing x 0
If c 0 is a point of local maximum of f , then the graph
such that f l (x) 1 0 on (a, x 0) and f l (x) 2 0 (x 0, b),
of f around c 0 will be as shown Fig. 11.7. Here f l (x) 2 0
then f has a local maximum value at x 0 .
in the interval (c 0 - h, c 0) and f l (x) 1 0 in the interval
(c 0, c 0 + h). From this, we conclude f l (c 0) = 0 . or
If f l (x) changes sign from negative to positive as x
increases through x 0 i.e., if f l (x) 1 0 at every point
sufficiently close to the left of x 0 and f l (x) 2 0 at
every point sufficiently close the right of x 0 , then x 0 is
a point of local minima.
EXAMPLE 11.14
Solution Link : www.cbse.wiki/lema/ke107
Find the maximum and minimum value of x3 − 6x2 + 9x + 15.
Sol :
EXAMPLE 11.8
Find the absolute maximum value and the minimum value Solution Link : www.cbse.wiki/lema/ke114
of the function f (x) = 4x − 12 x 2, x d 6− 2, 92 @ in the given
interval.
Sol : EXAMPLE 11.15
Find the maxima and minima of the function
2x3 − 15x2 + 36x + 11.
Solution Link : www.cbse.wiki/lema/ke108
Sol :
EXAMPLE 11.10
Find the points of maximum and minimum of EXAMPLE 11.17
1
y = (x − 1) (x − 2), 1 # x # 9
3
Find the maxima and minima of the function
x3 + 2x2 − 4x − 8 .
Sol :
Sol :
EXAMPLE 11.11
Find the local extremum values of the function x 2 . EXAMPLE 11.18
Find the local extremum values of (x − 1)(x + 2) 2
Sol :
Sol :
EXAMPLE 11.12
1 . EXAMPLE 11.19
Find the local extremum value of the function 2
x +2 Find the local extremum values of the function (x - 3) 4 .
Sol :
Sol :
EXAMPLE 11.13
EXAMPLE 11.20
Find the local extremum values of the constant function
Find the points of local maxima and local minima, if any,
α.
of the following function. Find also the local maximum
Chap 11 Maxima and Minima Page 127
EXAMPLE 11.30
Solution Link : www.cbse.wiki/lema/ke123 Find the local maximum and minimum values of
y = (1 − x) 2 ex
EXAMPLE 11.24 Sol :
Find local maximum and local minimum, if any, of the
function f (x) = 2 − 22 , x 2 0 Solution Link : www.cbse.wiki/lema/ke130
x x
Sol :
EXAMPLE 11.31
Solution Link : www.cbse.wiki/lema/ke124 Find the maximum and minimum value of
f (x) = x 3 − 12x 2 + 36x + 17 in 1 # x # 10
Sol :
EXAMPLE 11.25
Find the points of local maxima and local minima, if any,
of the following function. Find also the local maximum Solution Link : www.cbse.wiki/lema/ke131
and local minimum values :
f (x) = x 4 − 62x 2 + 120x + 9
EXAMPLE 11.32
Sol : Determine the maximum and minimum values of the
f (x) = x +
2
1 ,0 # x # 2
Solution Link : www.cbse.wiki/lema/ke125 x +1
Page 128 Maxima and Minima Chap 11
EXAMPLE 11.33
Find the local extremum values of the functions 5. Find the maximum and minimum values of the
x + 2, x 2 0 function:
2 x
y = 2x 3 − 15x 2 + 36x + 7
Sol : Ans : y maximum = 35 , y minimum = 34
EXAMPLE 11.35
Find the local maximum and minimum values of log x
8. Find the maximum value of , 01x13
y = (x + 3) 2 (x − 4) 4 x
Ans : y maximum = 1
Sol : e
E X ERC I S E 11.1
10. Locate the extreme points, maxima and minima of
1. Find the maximum and minimum value of the function. 1 3 2
3 x − 3x + 8x − 5
y = x 3 − 12x + 12 Ans : y maximum = 1 , y minimum = 5
Ans : y maximum =− 4 , y minimum = 24 3 3
EXAMPLE 11.40
11.8.3 Maximisation of Profit
A manufacturer produces x pants per week at total cost
The technique of maxima minima can also be used to of < (x2 + 78x + 2500). The price per pant is given by
maximize profit. The profit function is given by P (x) . 8x = 600 − p , where ‘p’ is the price of each pant. Find
Conditions for Profit Maximisation the maximum profit obtained, where the profit function is
To maximise revenue P (x) , the following two conditions given by P (x) - C (x).
are fulfilled: Sol :
dP (x)
1. =0
dx Solution Link : www.cbse.wiki/lema/ke140
2
d P (x)
2. <0
dx2
EXAMPLE 11.41
The price per unit for a particular commodity is p = 15e−x/3
for 0 # x # 8 where x is the number of units demanded.
EXAMPLE 11.36 Determine the price and quantity for which the revenue is
The total cost of producing x TV sets per day is maximum.
< (x2 + 140x + 100) and the price per set at which they may
Sol :
be sold is < (200 - 2x). Find the daily output to maximise
the total profit.
Solution Link : www.cbse.wiki/lema/ke141
Sol :
C (x) = 300x − 10x2 + 13 x3 , where x is the quantity (ii) What is the price at maximum profit?
demanded. Find the output at which marginal cost is Sol :
minimum.
Sol : Solution Link : www.cbse.wiki/lema/ke147
EXAMPLE 11.44
Let the revenue function given by R (x) = 14x − x2 and the EXAMPLE 11.49
cost function given by C (x) = x (x2 − 2). A tour operator charges <136 per passenger for 100
(i) Find the level of output at which profit is maximum. passengers with a discount of < 4 for each 10 passengers
(ii) Find the maximum profit and price at maximum in excess of 100. Find the number of passengers that will
profit. maximise the amount of money the tour operator receives.
Sol : Sol :
P = 804− x , where x is the number of units and P is the is number of units and p is price per unit. Find how
price per unit. What is the maximum revenue? many units should the firm manufacture for maximum
Ans : 40, 400 profits, and what is the maximum profit.
Ans : 30, 1180
6. A monopolist has the following demand cost functions, Solution Link : www.cbse.wiki/lema/ke151
p = 20 − x , C = x 2 + 8x + 5 . Find the level of profit
maximising output and the maximum profit.
Ans : 3, 13 EXAMPLE 11.52
Find two positive numbers x and y such that their sum is
35 and the product x 2 y 5 is maximum.
7. A radio manufacturing products x sets per week at a Sol :
EXAMPLE 11.54
9. If the demand function of a firm is 5x = 375 − 3p Two sides of a triangle are given. Find the angle between
, total cost function is C = 500 + 13x + 15 x 2, where x them such that the area shall be maximum.
Page 132 Maxima and Minima Chap 11
EXAMPLE 11.56
Show that the area of a rectangle of given perimeter is EXAMPLE 11.62
maximum, when the rectangle is a square. Show that the right circular cone of least curved surface
Sol : area and given volume has an altitude equal to 2 times
the radius of the base.
Solution Link : www.cbse.wiki/lema/ke156 Sol :
******
chapter 12 Probabitility Distribution Page 135
CHAPTER 12
Probabitility Distribution
12.1 Introduction experiment. Since this number can change from one
We have already studied random experiments and outcome to another, it is a variable. Also, since this number
sample spaces corresponding to random experiments. As is obtained from outcomes of a random experiment, it is
an example, consider the experiment of tossing two fair called a random variable.
coins. The sample space corresponding to this experiment
contains four points, namely {HH, HT, TH, TT}.
We have already learnt to construct the sample
12.2 random variable
space of any random experiment. However, the interest
is not always in random experiment and its sample space. A random variable is a real-valued function defined on
We are often not interested in the outcomes of a random the sample space of a random experiment. In other words,
experiment, but only in some number obtained from the domain of a random variable is the sample space of a
the outcome. For example, in case of the experiment of random experiment, while its co-domain is the real line.
tossing two fair coins, our interest may be only in the Thus X : S " R is a random variable.
number of heads when two coins are tossed. In general, Consider an experiment where three seeds are sown
it is possible to associate a unique real number with very in order to find how many of them germinate. Every seed
possible outcome of a random experiment. The number will either germinate or will not germinate. Let us use the
obtained from an outcome of a random experiment can letter Y when a seed germinates. The sample space of this
take different values for different outcomes. This is why experiment can then be written as
such a number is a variable. The value of this variable S = {YYY, YYN, YNY, NYY, YNN, NYN, NNY NNN}
depends on the outcome of the random experiment, and and n ^S h = 8
is therefore called a random variable. a random variable is None of these outcomes is a number. We shall
usually denoted by capital letters like X , Y , Z , ...... try to represent every outcome by a number. Consider
Consider the following examples to understand the concept the number of times the letter Y appears is a possible
of random variables. outcome and denote it by X . Then
X ^YYYh = 3
(i) When we throw two dice, there are 36 possible
We have,
outcomes, but if we are interested in the sum of the
numbers on the two dice, then there are only 11 X ]YYNg = X ^YNYh = X ^NYYh = 2
different possible values, from 2 to 12. X ^YNNh = X ^NYNh = X ^NNYh = 1
(ii) If we toss a coin 10 times, then there are 210 = 1024 X ^NNNh = 0
possible outcomes, but if we are interested in the The variable X has four possible values, namely 0,
number of heads among the 10 tosses of the coin, 1, 2 and 3. The set of possible values of X is called the
then there are only 11 different possible values, from range of X . Thus, in this example, the range of X is the
0 to 10. set {0, 1, 2, 3}.
(iii) In the experiment of randomly selecting four items A random variable is denoted by a capital letter,
from a lot of 20 items that contains 6 defective items, like X and Y . A particular value taken by the random
the interest is in the number of defective items among variable is denoted by the small letter x . Note that x
the selected four items. In this case, there are only 5 is real number and the set of all possible outcomes
different possible outcomes, from 0 to 4. corresponding to a particular value x of X is denoted by
In all the above examples, there is a rule to assign the event 6X = x @. For example, in experiment of three
a unique value to every possible outcomes of the random seeds. the random variable X has four possible values,
Page 136 Probabitility Distribution chapter 12
EXAMPLE 12.2
In a survey following data were obtained regarding the
numbers of car own by a house.
Page 138 Probabitility Distribution chapter 12
EXAMPLE 12.6
Job Satisfaction Score Programmers Project leaders
p (x) = * 20
x , x = 0, 1, 2, 3, 4, 5
3 20 3
If
0, otherwiere 4 10 6
Find (i) P ^X 1 3h and (ii) P ^2 1 X # 4h 5 5 2
Sol : (i) Develop probability distribution for the job
satisfaction of programmers and project leaders.
Solution Link : www.cbse.wiki/lema/pe106 (ii) Find the mean and variance of the levels of job
satisfaction of programmers and project leaders.
(iii) Who is more satisfied with his job: a randomly
selected programmer or a randomly selected project
EXAMPLE 12.7 leader?
A milk booth can sell 100 to 500 packets on any day. It sells
100 packets or 200 packets with a probability of 0.2 each. It Sol :
can sell 300 or 400 packets with a probability of 0.25 each
and 500 packets with a probability of 0.1. Describe the Solution Link : www.cbse.wiki/lema/pe109
random variable by its probability distribution function.
Sol :
EXAMPLE 12.10
Solution Link : www.cbse.wiki/lema/pe107 Construct the probability distribution function of the
random variable whose frequency table is given in
following table.
EXAMPLE 12.9
Solution Link : www.cbse.wiki/lema/pe111
A software company conducts a survey among its
programmers and project leaders regarding their job
satisfaction. The data obtained regarding job satisfaction
of 50 programmers and 15 project leaders is given in EXAMPLE 12.12
following table. (The lowest and highest job satisfaction A bag contains 3 blue and 4 red balls. Three balls are
are given by scores 1 and 5 respectively.) drawn one by one with replacement. Find the probability
distribution of the number of red balls.
Job Satisfaction Score Programmers Project leaders
Sol :
1 5 1
2 10 3 Solution Link : www.cbse.wiki/lema/pe112
chapter 12 Probabitility Distribution Page 139
EXAMPLE 12.14
Two bad eggs are mixed accidentally with 10 good ones. EXAMPLE 12.18
Find the probability distribution of the number of bad Find the mean, variance and standard deviation of
eggs in 3 draws at random, without replacement, from the number of heads in three tosses of a fair coin (or
this lot. simultaneous tosses of three coins).
Sol : Sol :
EXAMPLE 12.20
EXAMPLE 12.16 Two cards are drawn successively with replacement from a
A random variable X has the following probability well shuffled pack of 52 cards. Find the mean and standard
distribution values of X deviation of the number of kings.
X = xi 0 1 2 3 4 5 6 7 Sol :
p ^x ih 0 k 2k 2k 3k k2 2k 2 7k 2 + k
Solution Link : www.cbse.wiki/lema/pe120
Find :
(i) k , (ii) P (X 1 3),
sold in a day.
Sol :
p ^x ih 0.15 0.10 0.10 0.01 0.08 0.01 0.05 0.02 0.28 0.20
Sol :
EXAMPLE 12.23
The probability distribution of a random variable X is
given as : Solution Link : www.cbse.wiki/lema/pe126
Zkx 2 for x = 1, 2, 3
]
p (x) = [2kx for x = 4, 5, 6; where k is a constant
]0, otherwise EXAMPLE 12.27
\ Check whether the following can define probability
Find (i) P (X $ 4), (ii) E (X )
distribution function and explain your answer :
Sol : 2
f (x) = 5 − x , x = 0 , 1, 2, 3.
6
Solution Link : www.cbse.wiki/lema/pe123 Sol :
EXAMPLE 12.24
A player tosses three fair coins. he wins < 12 if 3 heads
appear, < 8 if 2 heads appear and < 3 if 1 head appears. EXAMPLE 12.28
X = xi –2 –1 0 1 2 3
EXAMPLE 12.36
p (xi) 0.1 k 0.2 2k 0.3 3k In a group of 30 scientists working on an experiment,
(i) Find k 20 never commit error in their work and are reporting
(ii) Evaluate P (X < 2) results elaborately. Two scientists are selected at random
(iii) Evaluate P (X $ 2) from the group. Find the probability distribution of the
(iv) Evaluate P (− 2 < X < 2) number of selected scientists who never commit error in
Sol : the work and reporting. Also, find the expected value of
the distribution.
Sol :
Solution Link : www.cbse.wiki/lema/pe132
EXAMPLE 12.38
Out of a group of 8 highly qualified doctors in a Jaipur E X ERC I S E 12. 1
hospital, 6 are very kind and cooperative with their
patients and so are very popular, while the other two
1. Let X represent the difference between number of
remain reserved. For a health camp, three doctors are
heads and number of tails obtained when a coin is
selected at random. Find the probability distribution of
tossed 6 times. What are the possible values of X ?
Ans : "0, 2, 4, 6,
the number of popular doctors.
Sol :
x 1 2 3 4 5 6 7
P ^x h k 2k 2k 3k k2 2k2 7k2 + k
Determine : (i) k , (ii) P (X < 3), (iii) P (0 < X < 3),
(iv) P (X > 4)
Ans : (i) 1 , (ii) 3 , (iii) 3 , (iv) 1 = 0.2
10 10 10 5
CHAPTER 13
Bionomial Distribution
x=0
EXAMPLE 13.18 1
4 . What is the probability of 4 success in 6 independent
Suppose that airplane engines operate independently in trials?
flight and fail with probability q = 15 . Assuming that a
Sol :
plane makes a safe flight if at least one-half of its engines
run, determine whether a 4-engine plane or a 2-engine
plane has the highest probability for a successful flight. Solution Link : www.cbse.wiki/lema/qe122
Sol :
EXAMPLE 13.23
Solution Link : www.cbse.wiki/lema/qe118 For a binomial distribution, the mean is 5 and standard
deviation is 2. Obtain the p.m.f. of the distribution.
Hence, find the probability of a non-zero value of this
EXAMPLE 13.19 distribution.
Multiple choice test consists of eight questions and three
Sol :
answers to each question (of which only one is correct). If
a student answers each question by rolling a balanced dice
and marking the first answer if he gets 1 or 2, the second Solution Link : www.cbse.wiki/lema/qe123
answer if he gets 3 or 4 and the third answer if he gets 5
or 6, what is the probability that he will get exactly four
EXAMPLE 13.24
correct answers?
One-fourth of the female students entering Ramjas
Sol : College are out-of-state students. If the students are
assigned at random to the dormitories, 3 to a room, what
Solution Link : www.cbse.wiki/lema/qe119 is the probability that in one room at most 2 of the 3 room
mates are out-of-state students?
Sol :
EXAMPLE 13.20
A test consists of five questions and to pass the test, a
student has to answer at least four questions correctly, Solution Link : www.cbse.wiki/lema/qe124
Each question has three possible answers, of which only
one is correct. If a student guesses on each question, what
EXAMPLE 13.25
is the probability that the student will pass the test?
A hotel has 5 rooms for rental and they are always
Sol : occupied. The owner has 3 television sets available on
the rental of < 100 per day per set. Only one set will
Solution Link : www.cbse.wiki/lema/qe120 be supplied to one occupant, if he wants it. Probability
that an occupant will want to hire a set is 35 . Find the
probability that the hotel owner will get < 300 per day by
EXAMPLE 13.21 renting the sets.
In a shipment of 25 hard disks, six are defective. If five of
Sol :
the disks are selected at random, what is the probability
that
(i) exactly one is defective? Solution Link : www.cbse.wiki/lema/qe125
(ii) at least one is defective?
Sol : EXAMPLE 13.26
A random variable X is binomially distributed with mean
Solution Link : www.cbse.wiki/lema/qe121 4 and standard deviation 2.4 . Find the probability that
more than half the trials are successes.
Sol :
EXAMPLE 13.22
Ratio of probability of 3 successes in 5 independent trials
to the probability of 2 successes in 5 independent trials is Solution Link : www.cbse.wiki/lema/qe126
Page 148 Bionomial Distribution chapter 13
each other. The company sells the screws in packages of 10 passing through a check point are from within the state.
and offers a money back guarantee that at most 1 of the What is probability that fewer than 4 of the next 9
10 screws is defective. What preparation of package sold vehicles are from out of state?
must the company replace? Sol :
Sol :
Solution Link : www.cbse.wiki/lema/qe142
Solution Link : www.cbse.wiki/lema/qe137
EXAMPLE 13.43
EXAMPLE 13.38 Find the parameters of Binomial distribution whose mean
Out of 736 families with 5 children each, how many is 12 and variance 4.
families would you expect to have Sol :
(i) 5 boys (ii) At least 1 boy
Sol :
Solution Link : www.cbse.wiki/lema/qe143
EXAMPLE 13.47
EXAMPLE 13.42 If 10 % of the pens manufactured by the company are
A traffic control engineer reports that 75% of the vehicles defective, find the probability that a box of 12 pens contain
Page 150 Bionomial Distribution chapter 13
Sol :
Solution Link : www.cbse.wiki/lema/qe152
E X ERC I S E 13. 1
detected by only one screen.
(ii) What is probability that incoming missile will not be
detected by screens.
1. A brokerage survey reports that 30 percent of
Sol : individual investors have used a discount broker,
i.e. one which does not charge the full commission.
Solution Link : www.cbse.wiki/lema/qe150 In a random sample of 9 individuals, what is the
probability that
(i) exactly two of the sampled individuals have used
EXAMPLE 13.51 a discount broker ?
A perfect cubical die is thrown a large number of times in (ii) not more than three have used a discount broker
sets of 8 . The occurrence of 5 or 6 is called a success. In (iii) at least three of them have used a discount broker
what proportion of the sets you expect three successes ? Ans : (i) 0.2656, (ii) 0.731, (iii) 0.537
Sol :
chapter 13 Bionomial Distribution Page 151
******
6. The normal rate of infection of a certain disease in
animals is known to be 25 percent. In an experiment
with 6 animals injected with a new vaccine it was
observed that none of the animals caught the infection.
Calculate the probability of the observed result.
Page 152 Bionomial Distribution chapter 13
chapter 14 Piosson Distibtuion Page 153
CHAPTER 14
Piosson Distibtuion
= / "x (x − 1) + x , p (x, λ)
3
A discrete probability distribution that expresses the
x=0
probability of a given number of events occurring over a
= / "x (x − 1) + x , e λ
3 −λ x
fixed period of time or space is called a Poisson distribution
x=0 x!
if: x x
= e− λ / x (x − 1) λ + / xe− λ λ
3 3
1 The events occur with a known constant mean rate
x=0 x! x = 0 x!
2. The events are independent of the time from the x−2
= λ2 e− λ / λ
3
occurrence of the previous event. +λ
x = 2 (x − 2) !
3. The rate of occurrence of events is constant and not
= λ2 e− λ e λ + λ = λ2 + λ
based on time
4. The probability of an event is proportional to the Variance (X) = E (X 2) − [E (X)] 2
length of the period of time = λ2 + λ − (λ) 2 = λ
The Poisson distribution can also be used for the
number of events in other specified intervals such as
distance, area or volume.
Page 154 Piosson Distibtuion chapter 14
14.3 As a limiting case of Bionomial were randomly selected from the population, what is the
Poisson distribution is a limiting case of binomial probability that not more than 5 of its clients are involved
distribution under the following conditions : in such an accident next year? (e−10 = 0.00045)
(i) n , the number of trials is indefinitely large i.e. Sol :
n"3
(ii) p , the constant probability of success in each trial is Solution Link : www.cbse.wiki/lema/re103
very small, i.e. p " 0
(iii) np = λ is finite. Thus p = λ and q = 1 − b λ l where
n n
λ is a positive real number. EXAMPLE 14.4
If the probability that an individual suffers a bad reaction
from injection of a given serum is 0.001, determines the
probability that out of 2,000 individuals
14.4 Application of poisson distribution
(a) exactly 3 and
Poisson distribution occurs when there are events which (b) more than 2 individuals will suffer a bad reaction.
do not occur as a definite number on trials but an events
Sol :
occurs rarely and the following examples may be analysed:
(i) Number of bacteria in one cubic centimeter.
(ii) Number of printing mistakes per page in a text book Solution Link : www.cbse.wiki/lema/re104
(iii) The number of alpha particles emitted by a
radioactive substance in a fraction of a second.
(iv) Number of road accidents occurring at a particular EXAMPLE 14.5
interval of time per day. When counting red blood cells, a square grid is used, over
Number of lightnings per second. which a drop of blood is evenly distributed. Under the
microscope an average of 8 erythrocytes are observed
per single square. What is the probability that exactly 5
EXAMPLE 14.1 erythrocytes are found in one square?
In a Poisson distribution the first probability term is Sol :
0.2725. Find the next probability term.
Sol : Solution Link : www.cbse.wiki/lema/re105
No. of Defects 0 1 2 3
Solution Link : www.cbse.wiki/lema/re109 No. of Radio sets 79 18 2 1
Estimate the average number of defects per ratio and
expected frequencies of 0, 1, 2 and 3 defects, assuming
EXAMPLE 14.10 Poisson distribution.
For a Poisson variate X , calculate P ^X 2 0h , if it is
Sol :
known that
4P ^X = 4h = 5P ^X = 5h
Solution Link : www.cbse.wiki/lema/re114
Sol :
Sol :
EXAMPLE 14.16
Solution Link : www.cbse.wiki/lema/re111 A radioactive source emits on an average 2.5 particles per
second. Calculate the probability that 2 or more particles
will be emitted in an interval of 4 seconds.
EXAMPLE 14.12 Sol :
If the expectation of a Poisson variable is 1, then find
P ^X 2 1h .
Solution Link : www.cbse.wiki/lema/re116
Sol :
EXAMPLE 14.23
EXAMPLE 14.19 The number of accidents in a year attributed to taxi
A discrete random variate x follows Poisson law. Find driver in a city follows Poisson distribution with mean 3.
P ^X 2 2h and P ^X is at most 2h , if it is given that Out of 1,000 taxi drivers, find approximately the number
E ^X h = 2.5 and e−2.5 = 0.0821. of drivers with
(i) no accident in a year and
Sol : (ii) more than 3 accidents in a year (given e−1 = 0.3670 ,
e−2 = 0.1353 , e−3 = 0.0498 ).
Solution Link : www.cbse.wiki/lema/re119 Sol :
EXAMPLE 14.21
A car hire firm has two cars, which it hires out day
by day. the number of demands for a car on each day EXAMPLE 14.25
is distributed as a Poisson distribution with mean 1.5. A firm produces articles out of which 0.1 % are usually
defective. They pack them in box containing 500 articles.
chapter 14 Piosson Distibtuion Page 157
If a wholesaler purchases 200 such cases. Find throughout its 100 pages. What is the probability that a
(i) How many boxes are expected to be free of defective page observed at random contains at least two misprints.
items? (Using Poisson distribution).
(ii) How many are expected to have one defective each? Sol :
Sol :
Solution Link : www.cbse.wiki/lema/re130
Solution Link : www.cbse.wiki/lema/re125
EXAMPLE 14.31
Messages arrive at a switch board in a Poisson manner at
an average rate of six per hour. Find the probability for
EXAMPLE 14.26 each of the following events.
(i) At least three messages arrive within one hour.
In a Poisson distribution, the probability P _ x i for x = 0
(ii) Exactly two messages arrive with in one hour.
is 10 percent. Find the mean of the distribution.
(iii) No message arrives with in one hour.
Sol :
Sol :
EXAMPLE 14.27
EXAMPLE 14.32
It is 1 in 1000 that a birth is a case of twins. If there
A source of liquid is known to contain bacteria with the
are 100 births in town in 1 day, then what is probability
mean number of bacteria per cubic centimeter equal to 3.
that two or more pairs of twins are born? (Using Poisson
Ten 1 cc test tubes are filled with liquid. Assuming that
distribution).
Poisson distribution is applicable, find the probability
Sol : that all ten test tubes will show growth, i.e. contain at
least one bacteria each.
Solution Link : www.cbse.wiki/lema/re127 Sol :
Sol :
Solution Link : www.cbse.wiki/lema/re139
EXAMPLE 14.40
HDFC Bank Manager found that 3 customers arrive on an
EXAMPLE 14.36 the average in every 5 minutes in a savings bank counter.
Service calls come to a maintenance centre according to Assume, that the customers arrive at random :
a Poisson process and on the average, 2.7 calls come per (i) Find the probability that 5 customers arrive in a
minute. Find the probability that no more then 4 calls 5-minutes interval.
come in any minute. (ii) The Manager wants to add one more counter for
Sol : SB customer if the probability that more than 5
customers arrive in a 5-minute interval exceeds 0.2.
Will the Manager add one more counter?
Solution Link : www.cbse.wiki/lema/re136
(iii) Do subdivisions (i) and (ii) for a 10-minute interval.
Sol :
EXAMPLE 14.37
If the probability of a bad reaction from a certain injection Solution Link : www.cbse.wiki/lema/re140
is 0.001, determine the chance that out of 2000 individuals
more than two will get a bad reaction.
Sol : EXAMPLE 14.41
A data entry operator is entrusted with the job of entering
the marks provided by examiners in the computer system.
Solution Link : www.cbse.wiki/lema/re137
The probability of error in data entry is only 0.001.
A sample of 1000 marks is drawn for checking by the
examination centre. Find the probability that :
EXAMPLE 14.38 (i) There are only 3 errors.
One fifth percent of the blades produced by a blade (ii) There are no errors.
manufacturing factory turn out to be defective. The blades (iii) There number of errors is 4 or more.
are supplied in packets of 10. Use Poisson distribution
Sol :
to calculate the approximate number of packets
containing no defective, one defective and two defective
blades respectively in a consignment of 1,00,000 packets Solution Link : www.cbse.wiki/lema/re141
(e−0.02 = .9802).
Sol :
chapter 14 Piosson Distibtuion Page 159
average of 1.5 breakdowns per day. Because of the 7. It is given that 30 percent of electric bulbs
cost associated with a breakdown, management is manufactured by a company are defective. Find the
concerned about the possibility of having three or more probability that a sample of 100 bulbs will contain (i)
breakdowns during a day. Assume that breakdowns no defective, and (ii) exactly one defective.
occur randomly, that the probability of a breakdown Ans : 0.15
is the same for any two time intervals of equal length,
and that breakdowns in one period are independent of
breakdowns in other periods. What is the probability
of having three or more breakdowns during a day?
8. A factory produces blades in packets of 10. The
Ans : 0.1912
probability of a blade to be defective is 0.2 percent.
Find the number of packets having two defective
blades in a consignment of 10000 packets.
Ans : 2
3. Suppose a life insurance company insures the lives of
5000 persons aged 42. If studies show the probability
that any 42-years old person will die in a given year
to be 0.001, find the probability that the company will
9. A firm uses a large fleet of delivery vehicles. Their
have to pay at least two claims during a given year.
record over a period of time (during which fleet size
Ans : 0.9598
utilization may be assumed to have remained suitably
constant) shows that the average number of vehicles
unserviceable per day is 3. Estimate the probability
on a given day when
4. A manufacturer who produces medicine bottles, finds (i) all vehicles will be serviceable.
that 0.1 percent of the bottles are defective. The (ii) more than 2 vehicles will be unserviceable.
bottles are packed in boxes containing 500 bottles. A Ans : (i) 0.0497, (ii) 0.5776
drug manufacturer buys 100 boxes from the producer
of bottles. Using Poisson distribution, find how many
boxes will contain:
(i) no defectives
10. In the past 2 months, on an average, only 3 percent
(ii) at least two defectives
of all cheques sent for clearance by a Group Housing
Ans : (i) 0.6065, (ii) 10 (approx.)
Welfare Society (GHWS) have bounced. This month,
the GHWS received 200 cheques. What is the
probability that exactly ten of these cheques bounced?
Ans : 0.0413
5. In a town 10 accidents took place in a span of 50
days. Assuming that the number of accidents per day
follows the Poisson distribution, find the probability
that there will be three or more accidents in a day.
Ans : 0.002
CHAPTER 15
Normal Distributions
-distribution, is a special normal distribution where the (iii) Find the z -score of data point 24
mean is 0 and the standard deviation is 1. Any normal (iv) Data point if its z -score is 2
distribution can be standardized by converting its values (v) Data point if its z -score is - 2
into z -scores. Sol :
z score
x−µ Solution Link : www.cbse.wiki/lema/se102
z score z = σ
This z -scores tell you how many standard deviations
from the mean each value lies. Converting a normal
distribution into a z-distribution allows to calculate the EXAMPLE 15.3
probability of certain values occurring and to compare In a CBSE school exam, scores of 300 student of class XII
different data sets. are recorded at the end of the session. The average score
for the batch was 700 and the standard deviation was
15.4.1 Properties of Standard Normal distribution calculated to be 180.
(i) Taniya scored 800 marks in total out of 1000. Find
(i) The area under the standard normal curve is equal to
out how has Taniya scored compared to his batch
1.
mates in the whole district.
(ii) 68.26% of the area under the standard normal curve
(ii) Lavanya scored 420 marks in the same batch. What
lies between z =− 1 and Z = 1
can you say about her performance as compared to
(iii) 95.44% of the area lies between Z =− 2 and Z = 2
the batch of 300 students?
(iv) 99.74% of the area lies between Z =− 3 and Z = 3
(iii) How much has Varsha scored if he has done better
15.4.2 As a Limiting Case of Binomial than 44.83% of his batchmates?
Normal distribution is a limiting case of binomial Sol :
distribution under the following conditions :
(i) n , the number of trials is infinitely large, i.e. n " 3 Solution Link : www.cbse.wiki/lema/se103
(ii) neither p (nor q) is very small,
The normal distribution of a variable when
represented graphically, takes the shape of a symmetrical
EXAMPLE 15.4
curve, known as the Normal Curve. The curve is asymptotic
Find the following probabilities for the standard normal
to x -axis on its either side.
distribution :
(i) P (0 # Z # 1) (ii) P (Z $- 2)
EXAMPLE 15.12
EXAMPLE 15.7 If X follows a normal distribution with mean 12 and
If a continuous random variable follows a normal variance 16, find P ^X $ 20h .
distribution with mean 6.5 and standard deviation 2, find: Sol :
(i) P (3 # X # 9) (ii) P (X # 9)
EXAMPLE 15.14
Solution Link : www.cbse.wiki/lema/se108
If X be a normal variate with mean 3 and variance 16,
find the value of t such that P ^3 # X # t h = 0.4772 .
Sol :
EXAMPLE 15.9
If a continuous random variable follows a normal
distribution with mean 6.5 and standard deviation 2, find: Solution Link : www.cbse.wiki/lema/se114
(i) P (7 # X # 9) (ii) P (X 1 2 or X $ 8)
Sol :
EXAMPLE 15.15
The average daily sale of 550 branch offices was < 150
Solution Link : www.cbse.wiki/lema/se109
thousand and standard deviation is < 15 thousand.
Assuming the distribution to be normal, indicate how
many branches have sales between
EXAMPLE 15.10 (i) < 1, 25, 000 and < 1, 45, 000
If X is a normal variate with mean 30 and SD 5. Find the
(ii) < 1, 40, 000 and < 1, 60, 000
probabilities that (i) 26 # X # 40 , (ii) X 2 45
Sol :
Sol :
EXAMPLE 15.16
EXAMPLE 15.11
Assume the mean height of children to be 69.25 cm with
Find the area under the standard normal curve, which lies
a variance of 10.8 cm. How many children in a school of
(i) To the left of Z = 0.94
Page 164 Normal Distributions chapter 15
Sol :
Solution Link : www.cbse.wiki/lema/se123
EXAMPLE 15.24
Assume the mean height of students in an exactly normal
EXAMPLE 15.20 distribution to be 170 cm. with a variance of 27 cm. How
A bank manager has observed that the length of time the many students in a college of 1,000 students would you
customers have to wait for being attended by the teller expect to be over 183 cm tall?
is normally distributed with mean time of 5 minutes and
standard deviation of 0.7 minutes. Find the probability Sol :
that a customer has to wait
(i) For less than 6 minutes Solution Link : www.cbse.wiki/lema/se124
(ii) Between 3.5 and 6.5 minutes
Sol :
chapter 15 Normal Distributions Page 165
EXAMPLE 15.34
The local authorities in certain city installed 10000 electric EXAMPLE 15.38
lamps on the roads of the city. The lamps have an average The mean length of steel bars produced by a company is
life of 1000 burning hours with a standard deviation of 200 10 m with standard deviation 20 cm. A man purchased
hours. Assume that the lives of the lamps are normally 5000 bars. How many of these bars are expected to be
distributed. shorter than 9.75 m in length? Assume that the length of
(i) What number of lamps might be expected to fail in steel bars normally distributed.
the first 800 burning hours? Sol :
(ii) What number of lamps might be expected to fail in
between 800 and 1200 burning hours?
Solution Link : www.cbse.wiki/lema/se138
Sol :
standard deviation reduces to 0.01, find the probability Solution Link : www.cbse.wiki/lema/se149
that the ball bearings satisfies the specifications.
Sol :
EXAMPLE 15.50
Solution Link : www.cbse.wiki/lema/se146 The average number of hours a person works per 5-day
week in a software company is 44. Also, 12% of the works
work for more than 48 hours. Assume that the number of
hours of work follows a normal distribution.
EXAMPLE 15.47 (i) Find the standard deviation of the distribution.
The Novelty Store is getting conflicting estimates for its (ii) What percentage of workers work for less than 40
sales in the next quarter from two agencies. Estimate I hours?
claims that the quarterly sales in lakhs of rupees will be
normally distributed with µ = 400 and σ = 50 . Estimate Sol :
II claims that the sales in lakhs of rupees will be normally
distributed with µ = 350 and σ = 50 . The owner of the Solution Link : www.cbse.wiki/lema/se150
store is unable to decide which estimate is accurate and
assigns equal probability for both of them.
(i) Assuming that estimate I is accurate, find the
probability that the quarter sales exceed < 350 lakhs.
E X ERC I S E 15. 1
(ii) Assuming that the estimate II is accurate, find
the probability that the quarterly sales exceed
< 350 lakhs .
1. 1000 light bulbs with a mean life of 120 days are
Sol : installed in a new factory and their length of life is
normally distributed with standard deviation of 20
Solution Link : www.cbse.wiki/lema/se147 days.
(a) How many bulbs will expire in less than 90 days?
(b) If it is decided to replace all the bulbs together,
what interval should be allowed between
EXAMPLE 15.48
replacements if not more than 10% should expire
From past records, a business school knows that 10% of
before replacement?
their students get placements in MNCs. In the current
Ans : (a) 67, (b) 94
year, the business school has 400 students. Find the
probability that :
(i) 35 to 45 students get placement in MNCs
(ii) less than 30 students get placement in MNCs
(iii) more than 48 students get placement in MNCs 2. The lifetimes of certain kinds of electronic devices
Sol : have a mean of 300 hours and standard deviation
of 25 hours. Assuming that the distribution of these
lifetimes, which are measured to the nearest hour, can
Solution Link : www.cbse.wiki/lema/se148 be approximated closely with a normal curve
(i) Find the probability that any one of these
electronic devices will have a lifetime of more
EXAMPLE 15.49 than 350 hours.
A business school wants to admit only top 2% of the (ii) What percentage will have lifetimes of 300 hours
students who were called for interview and GD. It is or less?
found that the marks in the interview follow a normal (iii) What percentage will have lifetimes from 220 or
distribution with a mean of 70 and standard deviation of 260 hours?
12. What mark should a student get in interview so that Ans : (i) 0.0228, (ii) 50%, (ii) 5.41
he gets admission in MBA?
Sol :
chapter 15 Normal Distributions Page 169
3. Assume that the test scores from a college admissions 7. A workshop produces 2000 units of an item per day.
test are normally distributed with a mean of 450 and The average weight of units is 130 kg with a standard
a standard deviation of 100. deviation of 10 kg. Assuming normal distribution, how
(i) What percentage of people taking the test score many units are expected to weigh less than 142 kg ?
are between 400 and 500 ? Ans : 1770
(ii) Suppose someone received a score of 630. What
percentage of the people taking the test score
better? What percentage score worse?
(iii) If a particular university will not admit any
8. A wholesale distributor of fertilizer products finds
one scoring below 480, what percentage of the
that the annual demand for one type of fertilizer
persons taking the test would be acceptable to
is normally distributed with a mean of 120 kg and
the university?
standard deviation of 16 kg. If he orders only once a
Ans : (i) 38.30, (ii) 3.59, (iii) 61.79
year, what quantity should be ordered to ensure that
there is only a 5 percent chance of running short?
Ans : 146.24 kg
CHAPTER 16
Index Number
16.1 Introduction over a period of time in relation to its value at some fixed
Index numbers are commonly used statistical indicators point in time, called the base period. This resulting ratio
for measuring the combined fluctuations in a group of of the current value to a base value is multiplied by 100 to
related variables. Generally used to indicated the state of express the index as a percentage.
the economy, index numbers are aptly called ‘barometers of Current period value
i.e., Index number = 100
economic activity’. Index numbers are used in comparing Base period value #
prices, production, sales, exports or imports over a Note that since an index number is a ratio of a
certain period of time. For example, consumer price index measure taken during one time period (current period)
(CPI) is a commonly quoted index, which measures price to the same measure taken during another time period
fluctuations. The CPI is a single numbers representing the (base period) it has no units of measurement and is always
general level of prices that affects consumers. Similarly, we expressed as a percentage.
have SENSEX (also called BSE 30), a stock market index Illustration
that reflects current market conditions. If the index number of wholesale prices of food articles in
2012 as compared to 2001 is 160, the implication is that
overall level of wholesale prices of food articles in 2012
is 160% of the level in 2001. Here, 2012 is the current
16.2 Meaning and Definition
year while 2001 is the base year. In other words, there is
An index number is a specialized type of average. An an increase of 160% on an average in the prices of food
average is a single figure representing a group of figures. articles from 2001 to 2012.
Averages are used to compare two or more series as they Index numbers can also be calculated for individual
represent their central tendencies. But there is a great variables. For example, if the price of wheat is ` 40 in
limitation in the use of average. Averages can be used 2012 while it was ` 20 in 2001, the index number of
to compare only those series which are expressed in the the price for year 2012 with respect to the base 2001 is
same units. But the device of index numbers helps us in P = 20
40
# 100 = 200 . That is, the price of wheat in 2012
comparing change in series which are in different units. is 200% of its price in 2001. Here, since only a single
Therefore, index numbers are called specialized type of variable is considered, the index is called ‘relative’. In this
averages. particular case, it is ‘Price relative’.
A Measure of Change Indices may be based at any convenient period and
are published at frequent intervals.
It is a numerical value characterizing the change in
complex economic phenomena over a period of time or Period Index (Example)
space. –Maslow Daily Stock Market Prices (SENSEX)
Monthly Index of Industrial Production (IIP)
In other words, an index number is a statistical Yearly Gross National Product (GNP)
measure designed to show changes in a variable or a Characteristics of Index Number
group of related variables with respect to time. It could
be defined as a relative measure describing the average 1. They are expressed as percentages.
changes in any quantity over time. An index number 2. They are specialised averages.
measures the changing value of price, quantity or values 3. They measure changes that are not directly
chapter 16 Index Number Page 171
agencies are involved, then the prices should be averaged. one period to another. If in the above example, we are
interested in the quantum of production of edible oils,
16.5.5 Selecting the Appropriate System of Weight instead of the price of edible oils, then we are comparing
The items considered in constructing index do not always quantities in two different years or over a period of time.
have equal weights. Weights are attached to these items It is the quantity index that needs to be constructed
according to their importance. For example, it is universally here. Index of industrial production (IIP) and index of
argued that wheat is the most important cereal as against agricultural production are some popularly used quantity
other cereals for the North Indians. Hence, highest weight indices.
should be attached to this item while constructing an
index number which includes wheat. 16.6.3 Value Index
Mostly, the weights are quantities in the base The value index is a combination index. It combines
period, current period or any other period. Sometimes, price and quantity changes to present a more spatial
a combination of quantities in different periods may be comparison. Value index numbers as such measure
considered weights. changes in net monetary worth. Usually value index is
used in sales, inventories, foreign trade, etc. Though it
16.5.6 Selecting the Appropriate Formula enables comparison of value of a commodity in a year to
The selection of formula is based mainly as the availability the value of that commodity in a base year, it has limited
of data. Depending on the availability of data regarding use. Its limited use is owing to its inability to distinguish
quantities Laspeyre’s Paasche’s, Fisher’s or any other the effects of price and quantity separately.
index number is calculated (All these index numbers are Export value index and import value index are
introduced in the subsequent sections.) While selecting popular value index numbers.
the formula, care should be taken to see that maximum Remarks: Special purpose index numbers: A few index
use of available data is made. numbers such as consumer price index, industrial
production, etc., are constructed for specific purposes
depending on the nature and degree of relationship
between groups and items.
16.6 Types of Index Numbers
Note
There are three types of principal indexes: 1. Index number for the base year is always 100.
1. Price index 2. Price index is 130 means price level in the current
2. Quantity index year is 130% of the price level in the base year.
3. Value index 3. Index number for 2012 with base 2001 is 275 means
average price level has increased by 175% from 2001
16.6.1 Price Index
to 2012.
The price index is the most frequently used form of index 4. Index number for 2012 with base 2001 is 95 means
numbers. Price index numbers indicate the general level of average price level has increased by 5% from 2001 to
prices of articles in the current period as compared to that 2012.
of the base period. For example, a price index for edible 5. Average price level in 2012 is double the average
oils would compare changes in the price of edible oils. If price level of 2001 means index of prices for 2012
we are trying to compare the price of edible oils this year with base 2001 is 200.
to the prices of edible oils last year, it involves.
(i) a comparison of two price situations over time, and
(ii) the heterogeneity of the edible oils given the various
varieties of oil. 16.7 Notations and Symbols Used in Index
By constructing a price index number, we are summarizing Numbers
the price movements of each type of oil in this group of It is customary to denote the base year by ‘0’ and the
edible oils into a single number. The wholesale price index current year by 1 in index numbers.
(WPI), consumer price index (CPI), and retail price index Thus,
(RPI) are some popularly used price indices. p0 = prices in the base period
q0 = quantities consumed in the base period
16.6.2 Quantity Index
p1 = prices in the current period
A quantity index measures the changes in quantity from
Page 174 Index Number chapter 16
q1 = quantities consumed in the current period To sum up, the methods of constructing of indexes
P01 = Price index number for the current year with respect can be classified into categories as shown below.
to the base year
Q01 = Quantity index number for the current year with
respect to the base year
V01 = Value index number for the current year with
respect to the base year
P = p1 # 100 Price relative
p0
W = Weight
Merits and Demerits of Simple Aggregates Method Method when Index Numbers are given for two or more
Merits: years. From the following data, compute index taking 2000-
1. This is the simplest method of constructing index 2002 as the base period by simple aggregative method:
numbers.
Year Price of Rice (` per kg.)
2. This is an intuitively easy method to understand.
Demerits: 2000 20
1. It does not consider the relative importance of the 2001 25
various commodities involved. 2002 30
2. The units used in the price or quantity quotations
2003 45
can exert a big influence on the value of the index.
2004 63
Sol :
EXAMPLE 16.8
From the following data, compute an index for the year
2002 taking 2001 as base by simple aggregative method: Solution Link : www.cbse.wiki/lema/ve110
Sol : Sol :
Wheat x 36 Commodity P Q R S T
Milk 12 24 Price (in `) in 1995 15 20 24 22 28
Fuel 48 72 Price (in `) in 2000 27 38 32 40 45
Sol : Sol :
EXAMPLE 16.23
Tomato 40 62
The inflation rate for six months is given in following table.
Potato 16 28 Taking the first month as the base period find inflation
index numbers for the remaining five months.
Sol :
Sol :
Solution Link : www.cbse.wiki/lema/ve119
Solution Link : www.cbse.wiki/lema/ve123
EXAMPLE 16.20
From the following data find the quantity index number EXAMPLE 16.24
using simple aggregative method : The petrol prices for six months is given in following.
Taking the first month as the base period, find petrol
Commodity I II III IV V price index numbers for the remaining five months.
Base Year Quantities 140 120 100 200 225 Sol :
Current Year Quantities 100 80 70 150 185
EXAMPLE 16.27
EXAMPLE 16.30
Compute the price index number for the following data
From the following table calculate quantity index numbers
using simple average of price relatives.
for 2015 with quantities in 2013 as base. All quaityt are
Price (`) given in kiligrams.
Commodity
2010 2011 Item A B C D E
L 10 16 Quantity (2013) 12 15 18 20 30
M 20 21 Quantity (2015) 24 30 27 25 30
N 5 6 (i) Using simple aggregative method.
O 2 3 (ii) Using simple average of relatives method applying
arithmetic mean.
P 7 14
Sol :
Sol :
EXAMPLE 16.31
EXAMPLE 16.28 From the data given below construct the price index
Compute a price index for the following by number for the year 1983 taking 1982 as base and using
(a) simple aggregate and simple average of price relatives method..
chapter 16 Index Number Page 179
EXAMPLE 16.36
EXAMPLE 16.33 Find price index number by simple average of price
Apply simple average of relatives method to calculate relatives method from the following data:
index number for 2015 from the following data with base
2010. Commodities Wheat Milk Fish Sugar
Base Price 5 8 25 6
Commodities : A B C D E
Current Price 7 10 32 12
Prices in 2015 15 20 10 25 40
Prices in 2010 10 12 5 20 35 Sol :
Commodity 2011 Price (`) 2012 Price (`) Commodity Unit Price (`)
P 3 15 2013 2015
Q 6 12 Eggs (1 dozen) 6 8
R 9 9 Butter (1 kg) 27 33
S 12 6 Bread (500 gm) 9 11
Ans : 140 Calculate the simple aggregate price index for 2012
using 2011 as the base year.
Ans : 124
Lady Finger 16 19
Capsicum 15 18
Brinjal 20 30 7. Construct the consumer price index number for 2015
Tomato 20 31 taking 2013 as the base year, and using simple average
Potato 8 14 of price relative method, for the following data:
Ans : 141.77 Price (in `)
Items
2013 2015
Butter 100 105
Cheese 64 48
4. The following are two sets of retail prices of a typical
Milk 17 17
family’s shopping basket. The data pertain to retail
prices during 2013 and 2015. Eggs 18 18
Commodity Unit Price (`) Ans : 95
2013 2015
Milk (1 litre) 8 10
Bread (500 gm) 9 11 8. From the data given below construct the price index
chapter 16 Index Number Page 181
number for the year 1983 taking 1982 as base and commonly in use.
using simple average of price relatives method. 1. Weighted Aggregate Price Index
Commodities Price (`) 2. Weighted Average of price Relative index
1982 1983
A 18 30
B 6 6 16.12 Weighted Aggregate Price Index
C 12 18
In a weighted aggregate price index, each item in the basket
D 30 36 of items chosen for calculation of the index is assigned a
E 24 36 weight according to its importance. In most cases, the
Ans : 137.34 quantity of usage is the best measure of importance.
Hence, we should obtain a measure of the quantity of
usage for the various items in the group. This explicit
weighting allows us to gather more information than just
the change in price over a period of time as well as improve
9. Compute an index number from the following data by the accuracy of the general price level estimate.
using simple average of price relatives method. Weight is assigned to each item in the basket in
Prices (`) various ways and the weighted aggregates are also used in
different ways to calculate an index. A few methods (or
Commodity 2015 2020
approaches) to determine weights (value) to be assigned
P 85 102 to each item in the basket are as follows:
Q 35 42 1. Laspeyre’s Method
R 42 63 2. Paasche’s Method
3. Dorbish and Bowley’s Method
S 25 30 4. Fisher’s ideal Method
Ans : 12.7 5. Marchall-Edgeworth’s Method
6. Walsch’s Method
7. Kelly’s Method
While constructing weighted price indexes, rational weights q0 = quantities consumed in the base period
are assigned to all items or commodities in an explicit Advantages and Disadvantages of Laspeyre’s Method
manner. Such weights indicate the relative importance of
Advantages :
items or commodities included in the calculation of an
The main advantage of this method is that it uses only
index. The weights used are of two types, quantity weights
one quantity measure based on the base period and
and value weights. There are two price indexes that are
therefore we need not keep record of quantity consumed in
Page 182 Index Number chapter 16
each period. Moreover, having used the same base period Commodity Base year Current year
quantity, we can compare the index of one period with
another directly. Price Quantity Price Quantity
Disadvantages : A 8 20 11 15
We know that the consumption of commodities decreases B 7 10 12 10
with relatively large increases in price and vice versa. Since
C 3 30 5 25
in this index the fixed quantity weights are determined
from the base period usage, it does not adjust such changes D 2 50 4 35
in consumption and therefore tends to result in a bias in
Sol :
the value of the composite price index.
Sol :
Solution Link : www.cbse.wiki/lema/ve138
A 1 6 5 8 2018 2019
B 2 7 4 7 Item Price Quantity Price Quantity
C 3 8 3 6 A 2 6 3 5
D 4 9 2 5 B 3 7 4 6
Sol : C 4 10 5 12
Sol :
Solution Link : www.cbse.wiki/lema/ve145
Solution Link : www.cbse.wiki/lema/ve148
EXAMPLE 16.46
For the following data, calculate the price index number
EXAMPLE 16.49
of 2009 with 2008 as the base year, using: (a) Laspeyre’s
Find x in the following table if Laspeyre’s and Paasche’s
method, and (b) Paasche’s method.
Price Index Numbers are equal.
Commodity 2008 2009
Item Base year Current year
Price Quantity Price Quantity
Price Quantity Price Quantity
A 20 8 40 6
A 2 10 2 5
B 50 10 60 5
B 2 5 x 2
C 40 15 50 15
Sol :
D 20 20 20 25
Commodity p0 q0 p1 q1 Commodity p0 q0 p1 q1
A 1 10 2 5 A 1 10 2 5
B 1 5 x 2 B 1 5 x 2
Find x if the ratio between Laspeyres L and Paasche’s P Find x if the ratio between Laspeyres L and Paasche’s P
index numbers is L : P = 28 : 27 index numbers is L : P = 28 : 27
Sol : Sol :
EXAMPLE 16.55
Calculate from the following data, the Fisher’s ideal index
number for the year 2015.
EXAMPLE 16.57
Item 2014 2015 Given that Laspeyre’s and Paasche’s Index Number are 25
Price Expenditure Price Expenditure and 16 respectively. Find Dorbish-Bowley’s and Fisher’s
on Quantity on Quantity Price Index Number.
Consumed Consumed Sol :
A 8 200 65 1950
B 20 1400 30 1650 Solution Link : www.cbse.wiki/lema/ve157
C 5 80 20 900
D 10 360 15 300
EXAMPLE 16.58
E 27 2160 10 600
If Laspeyre’s and Dorbish Price Index Number are 150.2
Sol : and 152.8 respectively, find Paasche’s Price Index Number.
Sol :
Solution Link : www.cbse.wiki/lema/ve155
Solution Link : www.cbse.wiki/lema/ve158
EXAMPLE 16.56
From the following data, construct Fisher’s Index Number EXAMPLE 16.59
: Here Price is per unit in ` and expenditure is in also ` Given that Σp1 q1 = 250 , Σp0 q0 = 150 , Paasche’s index
number = 150 and Dorbish-Bowley’s index number = 145
Item Base year Current year
. Find Fisher’s Index number.
Price Total Price Total
Sol :
per unit Expenditure per unit Expenditure
P 2 40 5 75
Solution Link : www.cbse.wiki/lema/ve159
Q 4 16 8 40
R 1 10 2 24
S 5 25 10 60 EXAMPLE 16.60
From the following information, calculate Laspeyre’s
Sol :
index number and Paasche’s index number. Fisher’s index
number 160, Dorbish-Bowley’s index number 164,
chapter 16 Index Number Page 187
Commodity p0 q0 p1 q1 D 8 9 4 5
A 5 30 6 50 Ans : 160
B 4 15 5 25
C 3 20 3 30
D 2 10 3 20 5. For the following data, calculate the price index
Ans : 118.97 number of 2009 with 2008 as the base year, using:
(i) Laspeyre’s method
(ii) Paasche’s method
Commodity 2008 2009
2. Calculate Laspeyre’s Price index numbers from
Price Quantity Price Quantity
following given data.
A 4 8 8 6
Commodity Base year Current year
B 10 10 12 5
Price Quantity Price Quantity
C 8 15 10 15
A 4 50 10 45
D 4 20 4 25
B 10 12 16 15
Ans : (i) 124.7 (ii) 121.77
C 2 16 5 14
D 6 25 9 24
E 8 18 12 62
Ans : 187.77 6. In the following table p and q represent price and
quantity respectively and subscript for the time
period.
Commodity p0 q0 p1 q1
3. Calculate Laspeyre’s Price index numbers from A 3 50 6 25
following given data.
B 3 25 x 10
Commodity Base year Current year Find x if the ratio between Laspeyres L and Paasche’s
Price Quantity Price Quantity P index numbers is L : P = 28 : 27
Ans : 12
A 8 5 11 3
B 7 2 12 2
C 3 6 5 5
D 2 10 4 7 7. Find x if Paasche’s Price Index Number is 140 for the
Ans : 164.29 following data.
Commodity Base year Current year
Price Quantity Price Quantity
P 20 16 40 14
4. From the following data, compute Paasche’s price
index number for the current year. Price is given in ` Q 50 20 60 20
and quantity is given in kg. R 40 30 60 x
Item Base year Current year S 12 30 15 30
Price Quantity Price Quantity Ans : 21.5
A 2 6 10 8
B 4 7 8 7
C 6 8 6 6
8. Compute index number from the following data using
chapter 16 Index Number Page 189
Sol :
4. From the following data compute price index by the
Solution Link : www.cbse.wiki/lema/ve164 weighted average of relative price.:
Item Year 2009 Year 2010
Quantity Prices Prices
P 21 45 32
E X ERC I S E 16.3 Q 84 36 28
R 21 36 40
1. From the following data compute price index by the Calculate the weighted average of price relative index.
weighted average of relative price. Ans : 113.13
Price (`)
Commodity Quantity
Base Year Current Year
Sugar 30 40 24 kg
5. From the following data compute price index by the
Flour 15 16 48 kg weighted average of relative price.
Milk 10 15 12 lt Group Base Year Current Year
Ans : 122.3077 Price
Price Quantity
P 48 30 54
2. A large manufacturer purchases a particular Q 36 20 42
component from three different vendors that differ in R 24 34 50
unit price and quantity supplied. The relevant data
S 72 44 84
for 2009 and 2010 are given below:
T 84 50 96
Supplier Quantity in 2009 Unit Prices (`)
Ans : 115.78
2009 2010
P 13 30 32
Q 52 24 28
R 26 36 40
Calculate the weighted average of price relative index.
Ans : 113.13 16.14 Consumer Price Index
The consumer price index, also known as the cost of living
index or retail price index, is constructed to measure the
amount of money which consumers of a particular class
chapter 16 Index Number Page 191
have to pay to get a basket of goods and services at a The CPI is a weighted aggregate price index with fixed
particular point of time in comparison to what they the weights. The need for weighting arises because the
paid for the same in the base year. relative importance of various commodities or items for
The need for constructing consumer price indexes different classes of people is not the same. The percentage
arises because the general indexes do not highlight the of expenditure on different commodities by an average
effects of rise or fall in prices of various commodities family constitutes the individual weights assigned to
consumed by different classes of people on their cost the corresponding price relatives, and the percentage
of living. Moreover, different classes of people consume expenditure on five well-accepted groups of commodities
different types of commodities and even the same type of namely: (i) food, (ii) clothing, (iii) fuel and lighting, (iv)
commodities are not consumed in the same proportion by house rent, (v) miscellaneous.
different classes of people. To study the effect of rise or The weight applied to each commodity in the
fall in prices of different types of commodities, the Cost of market basket is derived from a usage survey of families
Living Index (CLI) are constructed separately for different throughout the country. The consumer price index or cost
classes of people. of living index numbers are constructed by the following
The problem in constructing consumer price indexes two methods:
arise because variations in prices of commodities have to
be studied from the point of view of consumers living in 16.14.3 Aggregate Expenditure Method or Weighted
different regions or places. Since retail prices in different Aggregate Method
places differ and the pattern of consumption is also not This method is similar to the Laspeyre’s method of
identical at different places, therefore people living in constructing a weighted index. To apply this method,
different regions, pay different prices to purchase various the quantities of various commodities consumed by a
commodities. Moreover, the relative importance of various particular class of people are assigned weights on the basis
commodities to all people is not identical. Therefore we of quantities consumed in the base year. Mathematically
cannot construct one CLI for the whole country. it is stated as
16.14.1 Uses of Consumer Price Index (CPI) Number Consumer price index
Total expenditure in current period
= 100
The importance of the CPI can be seen from the following Total expenditure in base period #
:
1. The CPI are used to formulate economic policy, Σp1 q0
=
100
escalate income payments, and measure real earnings. Σp 0 q 0 #
2. The CPI are used to measure purchasing power of where p1 and p0 = prices in the current period and base
the consumer in rupees. The purchasing power of
period, respectively
the rupee is the value of a rupee in a given years
compared to a base year. The formula for calculating q0 = quantities consumed in the base period
the purchasing power of the rupee is
Purchasing power = 1 100
Consumer price index # EXAMPLE 16.65
3. When a time series is concerned with such rupee From the following data construct cost of living index
values as retail sales amounts or wage rates, the price (CLI) numbers.
index is most frequently used to achieve deflation
Commodity Base Year Current Year
of such time-series. The process of deflating can be
expressed in the form of a formula as Price Quantity Price
Money value Rice (kg) 50 12 65
Real wage = 100
Consumer price index #
Sugar (kg) 40 15 45
4. The CPI is used in wage negotiations and wage Wheat (kg) 45 5 50
contracts. Automatic adjustment of wages or the
dearness allowance component of the wages is done Milk (lit) 50 8 52
on the basis of the consumer price index. Oil (lit) 85 4 100
Pulse (kg) 65 6 80
16.14.2 Construction of a Consumer Price Index
Page 192 Index Number chapter 16
Group Base Year Current Year 16.14.4 Weighted Average of Price Relative Method
Price Quantity Price or Family Budget Method
Food 120 15 170 To apply this method the family budget of a large number
Clothing 150 20 190 of people, for whom the index is meant, are carefully
studied. Then the aggregate expenditure of an average
Fuel and Lighting 130 30 220
family on various commodities is estimated. These values
House Rent 160 10 180 constitute the weights. Mathematically, consumer price
Miscellaneous 200 12 200 index is stated as
V = Value weight, p0 q0
EXAMPLE 16.68
Calculate the cost of living index in for the data given in
chapter 16 Index Number Page 193
EXAMPLE 16.70
Commodity 2001 2001 2002
Calculate the index number using
Price Quantity Price
(i) Aggregate expenditure method, and
(ii) Family budget method for the year 2000 with 1995 as A 1 6 5
the base year from the following data: B 2 7 4
Price Miscellaneous 80 6
Group Weight
2015 2019 Sol :
Food 10 24 60
Clothing 32 60 05 Solution Link : www.cbse.wiki/lema/ve173
Fuel 20 50 10
Rent 40 120 15
EXAMPLE 16.74
Miscellaneous 36 72 10 In the following table base year weights (W ) and current
(i) Find cost of living index (CLI) number by family year price relatives (I ) are given. Calculate the cost of
budget method. living index.
(ii) If the expenditure in 2015 is ` 15000, find expenditure
in 2019. Group I W
Food 400 3
Sol :
Clothing 300 3
Solution Link : www.cbse.wiki/lema/ve171 Fuel and Lighting 150 4
House Rent 120 5
Miscellaneous 100 2
EXAMPLE 16.72
From the following data compute Consumer Price Index Sol :
for the year 2002 taking 2001 as base using Family Budget
Method Solution Link : www.cbse.wiki/lema/ve174
Page 194 Index Number chapter 16
Sol :
EXAMPLE 16.77
Base year weights (W ) and current year price relatives (I
) are given in following table. Find y if the cost of living Solution Link : www.cbse.wiki/lema/ve179
index is 200
Group I W
EXAMPLE 16.80
Food 180 4 Following information relating to works in an industrial
Clothing 120 5 town is given:
Fuel and Lighting 160 3 Items of Item Index Proportion of
House Rent 300 y Consumption in 2005 expenditure on item
Miscellaneous 200 2 Food, drink and 132 60%
tobacco
Sol :
Clothing 154 12%
chapter 16 Index Number Page 195
EXAMPLE 16.83
Items of Item Index Proportion of
Mukesh Agrawal works as accountant in privet company
Consumption in 2005 expenditure on item
at Delhi and earn ` 35000 per month . The cost of living
Fuel and lighting 147 16% index for a particular month is given as 136. Using the
Housing 178 8% following information, find out the amount of money he
Miscellaneous 158 4% spent on house rent and clothing:
Consumer price index in 2000 is considered as 100. Average Group Expenditure Group Index
wages per month in 2000 is ` 2000. Food 14000 180
(i) What should be the dearness allowance expressed as
Clothing ? 150
percentage of wages?
(ii) What should be the average wages per worker per House Rent ? 100
month in 2005 in that town so that the standard of Fuel and Lighting 5600 110
living of the workers does not fall below the 2000
Miscellaneous 6300 80
level?
Sol : Sol :
EXAMPLE 16.85
EXAMPLE 16.82 Ramkaran works as textile worker in Ahemdabad and
In 2004 for working class people wheat was selling at an earns ` 7500 p.m. The cost of living index for January,
average price of ` 32 per 10 kg., cloth of ` 4 per metre, 2016 is given as 160. Using the following data find out the
house rent ` 60 per house and other items at ` 20 per amounts he spends on (i) Food, and (ii) Rent.
unit. By 2005 cost of wheat rose by ` 8 per 10 per kg.,
Group Expenditure (`) Group Index
house rent by ` 30 per house and other items doubled in
price. The working class cost of living index for the year Food ? 190
2005 (with 2004 as base) was 160. By how much the cloth Clothing 1250 181
rose in price during the period?
Rent ? 140
Sol : Fuel and Lighting 1000 118
Miscellaneous 750 101
Solution Link : www.cbse.wiki/lema/ve182
Page 196 Index Number chapter 16
Sol : rent. Find the rise in food, fuel, rent and miscellaneous
groups.
Solution Link : www.cbse.wiki/lema/ve185 Sol :
Sol :
EXAMPLE 16.90
Weekly take-home pay (wages) of labour and consumer
Solution Link : www.cbse.wiki/lema/ve186 price index for respective years are shown in following
table.
EXAMPLE 16.92
Ramu earned ` 9000 per month in 2000. The cost of
living index increased by 70% between 2000 and 2003.
How much extra income should the worker have earned in
2003 so that he could buy the same quantities as in 2000?
Sol :
EXAMPLE 16.93
Cost of living index in 2015 is 200 and same in 2018 is
250. If a person monthly income is ` 11000 in 2015 what
should be his income in 2018 in order to maintain the
same standard of living?
Sol :
EXAMPLE 16.94
The cost of living index number for year 1995 and 1999
are 140 and 200 respectively. A person earns ` 11200 per
month in the year 1995. What should be his monthly
earning in the year 1999 in order to maintain his standard
of living as in the year 1995?
Sol :