Bms 2019 Complete
Bms 2019 Complete
MBA CLASSES
st
I SEMESTER
Business Mathematics
Statistics
Dear Student,
Welcome to the World of Knowledge
BEST OF LUCK!
PUNEET MORE
Director
M-103
BUSINESS MATHEMATICS AND STATISTICS
Section A
Module I: Matrices and Determinants (6 Hours)
Definition of a matrix, types of matrices, algebra of matrices, Transpose, Adjoint, elementary and
Inverse of a matrix.
Section B
At least one Case Study from each Module
Note: 50% of the questions will be Numerical /application oriented.
SR NO. NAME OF CHAPTER PAGE
NO.
4 CORRELATION 4.1
7 PROBABILITY 7.1
SEMESTER I III
Commencement of
01.08.19 02.07.19
Classes
Commencement of
21.11.19 18.11.19
Practical Exams
Commencement of
05.12.19 04.12.19
Theory Exams
Types of matrix
(i) Square matrix: A matrix in which the number of rows is equal to number of
columns, say n, is called a square matrix of order n.
| 2 1 –1|
Example the matrix | 3 2 -1 | is square matrix of order 3.
|1 –2 1 |
(ii) Diagonal matrix: A square matrix A= [aij] n*m is called a diagonal matrix if
all the element, except those in the leading diagonal, are zero.
|100|
Example |020|
|003|
(iii) Scalar matrix: A diagonal matrix in which all diagonal elements are equal is
called the scalar matrix.
|200|
Example |020|
|002|
(iv) Identity or unit matrix: a square matrix each of whose diagonal element is
unity and each of whose non-diagonal element is equal to zero is called an identity
or unit matrix.
|100|
Example |010|
|001|
(v) Null matrix: A matrix whose all elements are zero is called a null matrix or
zero matrixes.
|000|
Example |000|
|000|
(vi) Upper triangular matrix: in an upper triangle matrix, all elements below the
main diagonal are zero.
|123|
Example |028|
|002|
(vii) Lower triangular matrix: in a lower triangular matrix, all elements above
the main diagonal are zero.
|200|
Example |120|
|123|
Q1.
| 2 1 –1| | 3 –1 2 |
A= | 3 2 -1 | B= |1 5 4|
| 2 1 –1| | 2 4 –5 |
Q2. Find x, y, z, t if xz 1 -1 3 5
2 y t +3 0 2 =3 4 6
Ans: x = 3, z = 9, y = 6 and t = 6
Matrix multiplication
Product of two matrix A & B i.e. A B is said to be define if the number of column
in A is equal to the number of rows in B.
if A is m*n matrix and B is n*p AB=m*p.
|21 3 | | 1 –2 |
Q1. A = | 3 –2 1 | and B = | 2 1 |
| -1 0 1 | | 4 –3 |
Ans 16 -12
3 -11
3 -1
1 -2 3 and B = 2 3 find AB
Q2. Let A= 3 2 -3 -1 2
4 -5
Ans 16 -16
-8 28
Ans -3 –4 1
8 13 9
Q4. If A= 2 3 4 1 -3 5
3 4 5 B= 0 2 4 Find product.
4 5 6 3 0 5
Ans 14 0 42
18 –1 56
22 –2 70
1 3 2 1
[1 x 1] 2 5 1 2 =0
15 3 2 x
Ans: x = -2 or –14
1 0 1 0
Q6. If A= -1 7 and I= 0 1 then find K so that A2 =8A+KI
Ans: K = -7
3 1
Q7. If A= -1 2 show that A2 -5A+7I2 =0
1 2 2
Q8. If A= 2 1 2 show that A2 -4A-5I3 =0
2 2 1
TRANSPOSE OF A MATRIX
DETERMINANTS
Every square matrix can be associated to an expression or a number, which is
known as its determinant. If A=[aij] is a square matrix of order n, then the
determinant of A is denoted by determinant A or |A|.
Q3. -1 6 -2 Q4. 2 3 -2
2 1 1 1 2 3
4 1 -3 -2 1 -3
(1) IF A= 4 -7 + -
-3 2 - +
(2) IF A= 1 2 3 + - +
-3 2 -1 - + -
2 -4 3 + - +
5 20 1 -3 2 0 2 6
(i) A= 0 -1 (ii) A= 4 -1 2 (iii) A= 1 5 0
3 5 2 3 7 1
T
IF A= a11 a12 a13 c11 c12 c13 c11 c21 c31
a21 a22 a23 then, Adj A= c12 c22 c23 = c12 c22 c32
a31 a32 a33 c31 c32 c33 c13 c23 c33
A-1= 1 adj A
|A|
LINEAR EQUATION
1 2 1 x 7
A= 1 0 3 X= y and B= 11 [ AX=B]
2 -3 0 z 1 [ X=A-1B]
Q2 The sum of three numbers is 6. If we multiply the third number by 2 and add
the first number to the result, we get 7.By adding second and third numbers to
three times the first number, we get 12.Using matrix find the numbers.
Ans: x +y + z = 6 |A|=4
x + 2z = 7 x=3, y=1, z=2
3x + y + z = 12
Q1 Solve the following set of linear equations by using Gauss- Jordon method:
x1 + 2x2 – x3 = 2
-2x1 + x2 + x3 = 3
3x1 – 3x2 + 2x3 = 3
1 2 -1 2
-2 1 1 3
3 -3 2 3
Use R2 R2 1 to obtain: 1 2 -1 2
5 0 1 -1/5 7/5
0 -9 5 -3
Use R3 R3 5 to obtain: 1 2 -1 2
16 0 1 -1/5 7/5
0 0 1 3
x1 + 2x2 – x3 = 2
x2 – 1x3 = 7
5 5
x3 = 3
on substituting value of x3 in (ii) we get
x2- 3 = 7 x2 =2
5 5
Substituting the values of x2 and x3 in (i) we have x1 + 4 – 3 = 2 x1 = 1
Thus we have x = 1, x2 = 2, x3 = 3
CRAMER’S RULE
a1x+b1y+c1z=d1 x = x/
a2x+b2y+c2z=d2 y = y/
a3x+b3y+c3z=d3 z = z/
a1 b1 c1 d1 b1 c1
= a2 b2 c2 x = d2 b2 c2
a3 b3 c3 d3 b3 c3
a1 d1 c1 a1 b1 d1
Y= a2 d2 c2 z= a2 b2 d2
a3 d3 c3 a3 b3 d3
Q1 2x+y+z=7 Ans: = 25 z = 75
3x-y-z=-2 x=25 x=1, y=2, z=3
x+2y-3z=-4 y=50
1 a a3
Q5 Prove that 1 b b3 = (a-b)(b-c)(c-a)(a+b+c)
1 c c3
Q6 Show that x y z
x2 y2 z2 = xyz(x-y)(y-z)(z-x)
x3 y3 z3
Q7 Prove that
WORD PROBLEM
Q1There are two families A and B. there are 4 men, 6women and 2children in
family A and 2 men, 2women and 4children in family B. then recommended daily
allowance for calories in: man: 2400, women: 1900, child: 1800 and proteins is:
man: 55, women: 45, child: 33. Represent the above information by matrices.
Using matrix multiplication
Calculate the total requirement of calories and portions for each of the two families
MWC
A 4 6 2 Y= M 2400 55
Sol. X= B 2 2 4 W 1900 45
C 1800 33
Ans: XY=A 24600 556
B 15800 332
Year2014
(a) Define Matrix and Transpose of a Matrix.
(b) Solve the following set of linear equations by using matrix method
x+4y+3z = 1
2x+5y+4z = 4
x-3y-2z = 5
Ans: Δ= 1, [x = 3, y= -2, z = 2]
Year 2013
(a) A factory employs 20 skilled and 30 unskilled workers. The daily wage of a
skilled worker is Rs300 where as the daily wage of an unskilled worker is Rs150.
Using matrix notation, compute the total daily payment made to the workers.
Ans: Let, the number of skilled workers(x1) = 20
Number of unskilled workers(x2) = 30
Daily wages of skilled workers (y1) = 300
Daily wages of unskilled workers (y2) = 150
We can show the total daily payment as matrix as follows:
x1 x2 y1 = 20 30 300
y2 150
Year 2012
Matrix Determinant
In matrix the number of rows and In determinants the number of rows and
columns are not necessarily equal. columns are equal.
In matrix the elements are enclosed in In determinants the elements are shown
(), { }, or [ ]. between two vertical lines.
Matrix can't have a value. It is just an Determinant has a value.
arrangement.
In matrix if all elements are multiplied In determinant if each of any row or
by a constant the matrix is multiplied to column is multiplied by a constant, the
the constant. determinant is multiplied to the
constant.
(b) Find the adjoint and inverse of matrix A
1 2 1
A= 3 2 3
1 1 2
Ans 1 1 -3 4
-1
A = -4 -3 1 0
1 1 -4
Year 2011
A manufacturer is manufacturing two types of products X and Y. M1 and M2 are
two machines which are used to manufacture these products. The time taken both
by X and Y on machines is given below:
M1 M2
Product X 20 hours 10 hours
Product Y 10 hours 20 hours
If 600 hours is the time available on each machine, calculate the number of units of
each type manufactured using matrix only.
Ans 20, 20
Year 2009
(a) Compute the inverse of the matrix
1 3 0 and hence find the solution of the following system of equation:-
A= -2 3 3 x-2y+z=0
1 1 4 3x+3y+z=7
0x+3y+4z=7
Ans: [x = 1, y = 1, z = 1]
Year 2008
(a) An automobile company uses three types of steel S1, S2 and S3 for producing
three different types of cars C1, C2 and C3. Steel requirements (in tons) for each
type of car and total available steel of all three types are summarized in following
table:
Year 2007
(a) Solve the set of linear equations using matrix inversion method:
3x + 4y - 6z = 17
9x – 4y + z = 0
6x + 2y + 5z = 5
Ans: = -474 [x = 1, y = 2, z = -1]
Year 2006
Compute the inverse of the matrix.
1 2 -1 X1-2X2+3X3=4
A= -2 1 1 2X1+X2-3X3=5
3 -3 2 -X1+X2+2X3=3
&Hence find out the solution of the following system of linear equations
Ans: = 16 [x = 4, y = 3, z = 2]
Year 2005
(a) Prove that the matrix A= 4 5 satisfies the relation A2-10A=I where I
5 6
is the unit matrix of order 2. Hence find the inverse of A.
Year 2004
(a) Suppose that a contractor has accepted orders for 5 ranch style houses, 7 cape
cold houses and 12 colonial style houses. The numbers in matrix below give the
amount of each raw material required for each type of house:
Steel Wood Glass Paint Labour
R.S.H. 5 20 16 7 17
C.C.H. 7 18 12 9 21
C.S.H. 6 25 8 5 13
Compute by matrix multiplication method the amount of each raw material the
contractor should obtain to fulfill the contract.
Ans: Steel 146
Wood 526
Glass 260
Paint 158
Labour 388
(b) Solve the following set of simultaneous line or equations by using matrix
inversion method. x+4y+3z = 1
2x+5y+4z = 4
x -3y -2z = 5
Ans: [x = 3, y = -2, z = 2]
Year 2003
(a) A factory is asked to produce three types of products viz. P1, P2, P3.The
factory received a purchase order of 7 units of P1, 12 units of P2 and 5 units of P3.
To produce each of the products four kinds of raw materials m1, m2, m3, m4 are
used. The matrix given below gives the amount of material needed for each unit of
the respective products:
M1 M2 M3 M4
P1 2 3 1 12
P2 7 9 5 10
P3 8 12 6 15
Vidhyadhar Nagar: F – 45, Balaji Tower – I, Behind Vishal Mega Mart.
Mansarovar: 69/318, VT Road, Mansarovar
Contact: 9829959536,7737733360,9928001210 1 .14
A unit of Realwaves (P) Ltd Matrix
Compute the amount of each type of raw material required to meet out the order.
Ans: M1 138
M2 189
M3 97
M4 279
Year 2002
Compute the inverse of the matrix:
3 2 1
A= 0 -4 3
8 12 –5
and hence find the solution of system of equations:
3x1-0x2+8x3=17
2x1-4x2+12x3=10
x1+3x2-5x3 = 4
Ans: [x = 3, y = 2, z = 1]
Year 2001
(a) The purchase pattern of two brands of toothpaste can be expressed as a Markov
process with the following transition probabilities:
Formula A Formula B
Formula A 0.90 0.10
Formula B 0.05 0.95
Determine the market shares of each of the formula under equilibrium position.
Solution: If the row matrix R = [r1, r2] represents the market share of the two
brands at steady state situation, then
[r1, r2] = [r1, r2] 0.90 0.10
0.05 0.95
or r1 = 0.90 r1 + 0.05 r2
r2 = 0.10 r1 + 0.95 r2
0.10 r1 = 0.05 r2
= r2 = 2r1
and r1+ r2 = 1
Substituting r2= 2r1 in (i) gives
r1= 1/3 and r3= 2/3
Hence, the market shares in an equilibrium condition for formula A will be 0.33
and for formula B will be 0.67.
Year 2000
Find the value of the determinant:
a + b + 2c a b
c b + c + 2a b
c a c + a + 2b
3
Ans: 2 (a + b + c)
ASSIGNMENT
By Cramer’s rule and inverse method
Q3. x+2y+3z=6
2x+4y+z=7
3x+2y+9z=14
Ans: (1, 1, 1)
*****
(2) Presence of Input Coefficients: It is assumed that the total output level of an
industry is equal to the total input requirements of all the industries including itself
and the outside agencies belonging to a particular economy. Thus the input
coefficients are found in a determined proportion.
(4) Use of Input in Certain Areas: It is assumed that the inputs of an industry are
the outputs of itself and some other industries and vice versa, both the industries
being the producing units of a particular economy.
(5) It is assumed that each producing sector would find its output
uniquely distributed as a linear combination of multisector demand.
Illustration: 1
Calculate the Technical Coefficients from the following table:
Output Final Total
P Q R
Input Demand Input
P 18 30 45 15 108
Q 27 30 60 3 120
R 54 40 60 26 180
Working Note:
S I
S .2 .2
I .6 .2
If the final demand of steel is 240 Crores and that of iron is ` 80 Crores, calculate
the figures of production.
Illustration: 3
Suppose the interrelationships between the productions of two sectors R & S in a
given year are given in the following table:
Consumer sector
Production sectors R S Consumer demand Total output
R 30 40 50 120
S 20 10 50 80
If forecast demand in two years is D = 100
50
What should be the total output X?
Ans: |I – A| = .573 figure of production 196.3
94.46
Illustration: 4
Agr Ind
Agriculture .2 .2
Industry .6 .2
Find demands are 40 crores and 100 crores. Calculate the figure of production.
Ans: |I-A| = (.52) figure of production = 100
200
Illustration: 8
The matrix of technical coefficients of input in Agriculture and Industry is as
follows: Agriculture Industry
Agriculture 0.3 0.4
Industry 0.5 0.2
If the final demand of Agriculture is Rs 150 crores and that of Industry is Rs 240
crores, Calculate the figures of production.
Ans: Production of Agriculture is Rs 600 crores
Production of Industry is Rs 675 crores
If the market demand be of 100 units of Agriculture and 80 units of Industry. Find
the forecast demand.
*****
variable. For example, a railway office will need information regarding average
number of passengers carried by various trains.
1. Simple Arithmetic Mean: When all the values of a statistical series are given
equal importance, the total of the values is divided by number of items. It is called
Simple Arithmetic Mean.
DEFINITION OF AVERAGE
“Average is an attempt to find one single figure to describe whole of figures.”
TYPES OF AVERAGES
The following are the important types of averages:
Arithmetic Mean
Median
Mode
ARITHMETIC MEAN
Calculation of simple Arithmetic mean – Individual Observations.
X = ∑X
N
Illustration: 1
The following table gives the monthly income of 10 employees in an office:
Income (`) 4780 5760 6690 7750 4840 4920 6100 7810 7050 6950.
Direct – Method
The formula for computing mean is
X = ∑ fX
N
Illustration: 2
From the following data of the marks obtained by 60 students of a class, calculate
the arithmetic mean.
Marks No. of Students
20 8
30 12
40 20
50 10
60 6
70 4
Ans: X = 41
X = A + ∑ fd
N
Where A = Assumed mean.
D = (X –A); N = total number of observations
i.e ∑ f
N=∑f
Vidhyadhar Nagar: F – 45, Balaji Tower – I, Behind Vishal Mega Mart.
Mansarovar: 69/318, VT Road, Mansarovar
Contact: 9829959536,7737733360,9928001210 3 .3
A unit of Realwaves (P) Ltd Role Of Statistics
Illustration: 3
Calculate the arithmetic mean by the short cut method using frequency distribution
of illustration 2.
Ans: X = 41
Direct method.
When the direct method is used.
X = ∑ fM
N
Illustration: 4
From the following data compute arithmetic mean by direct method.
Marks 0-10 10-20 20-30 30-40 40-50 50-60
No. of students 5 10 25 30 20 10
Ans: X = 33
X = A + ∑ fd x i
N
Illustration: 5
Calculate the arithmetic mean by short cut method using frequency distribution of
illustration.4.
Ans: X = 33.
Illustration: 6
Calculate arithmetic mean from the following data using direct method.
Marks 0-10 10-30 30-60 60-100
No. of students 5 12 25 8
Ans: X = 40.6.
Combined Mean
If mean of different components of a group is given separately and it is necessary
to calculate the combined mean of the whole group, it can be calculated with the
help of the following formula:
X1N1+ X2N2 + X3N3…..Xn . Nn
Combined Mean (X123 ... n) = N1+N2+ N3 + .....Nn
where,
X12 = combined mean
X1 and X2 = average of first and second group
N1 and N2 = No. of items in first and second groups so on
Illustration: 7
A distribution consists of 3 components with total frequencies of 100, 150 and 200
having mean 25, 15, 10 respectively. Find the combined mean for the whole
distribution.
Ans: Mean = 15
Illustration: 8
The mean age of a group of 100 children was 9.35 years. The mean age of 25 of
them was 8.75 years and that of another 65 was 10.51 years. What was the mean
age of the remaining?
Ans: The average age of 10 children was 3.31 years.
Illustration: 9
The mean age of a combined group of men and women is 30 years. If the mean age
of the group of men is 32, and that of the group of women is 27 years, find out the
percentage of men and women in the group.
Ans: Male percentage is 60 and female percentage 40.
If in a variable, the arithmetic mean is given but any one value (size) or the
frequency is missing. We should solve the question assuming the missing data as x,
applying direct method of X, form the equation and ascertain the missing value or
the frequency.
Illustration: 10
If mean value is 20.5, find out the missing frequency in the following data:
Value 5-10 10-15 15-20 20-25 25-30
Frequency 2 4 6 ? 8
Ans: missing frequency = 10
Illustration: 11
From the following information calculate the missing value if mean marks are
28.5:
Marks 10 15 20 X 35 50 Total
No. of Students 3 6 8 10 17 6 50
Ans: Missing value is 25 marks.
(1) Easy Calculation: Arithmetic mean is easy to calculate. Even a layman can
easily understand it.
(2) Based on All values: All the values of variable are considered in calculating
arithmetic mean. Thus it is the most representative measure of central tendency.
(4) Stability: Of all the averages, arithmetic mean is affected least by fluctuations
of sampling.
(5) Algebric use possible: In the calculation of arithmetic mean none of the
mathematical principle is violated. As such it is used in the highest analytical study
of statistics.
(6) Test of Accuracy: Test of accuracy of arithmetic mean is possible with the
help of Charlier's accuracy check which is not possible in any other measure of
central tendency.
(7) Arraying or Grouping not needed: The computation of arithmetic mean does
not require the arraying or grouping of items.
(8) Topical Value: It is the typical value of the variable and the centre of gravity
balancing the values on either side of it.
(9) Algebric Properties: It possess so many algebric properties which any other
measure of central tendency does not possess.
4. Absurd results: Sometimes it gives meaningless and absurd results. The 'Punch'
Journal once remarked, 'The figure of 1.6 children per adult female was felt to be
an absurd result'.
6. All values required: It cannot be used in case of open end classes such as less
than 20 and more than 80 etc. since mid-values cannot be obtained for such classes
unless we estimate both the ends or total values for such classes if given.
MEDIAN
Median is a position average. It is the value of the middle item of a variable when
the items are arranged according to their values either in ascending or descending
order. Its value is so located in the frequency distribution that it divides in half,
with 50% of the items below it and 50% of items above it.
In the words of Dr. A. L. Bowley, "If the numbers of the groups are ranked in order
according to the measurement under consideration, then the measurement of the
number most nearly one-half is the median."
Characteristics of Median
1. It is an average of position.
2. Median is not affected much by extreme items.
3. The sum of deviations about the median, signs ignored, will be less than the sum
of deviations from any other point.
4. Median can be computed even if the items are not expressed quantitatively.
Illustration: 12
From the following data of the wages of 7 workers, compute the median wage:
Wages (in `) 4100 4150 6080 7120 5200 6160 7400
Ans: Median = ` 6080
Illustration: 13
Obtain the value of median from the following data of the monthly income of 10
employees of a company in `.
4391 5384 5591 5407 6672 6522 6777 6753 7850 7490
Ans: Median = ` 6597
Merits of Median
The following are the merits of median:
3. Not affected by Extreme Values: Median is not affected by the extreme items
of a variable.
8. All Values not needed: The total data are not required for calculating median.
Number of items and median groups are sufficient to calculate median.
9. Rigidly Defined: Median is always rigid and clear. It can always be calculated.
10. Based on Assumption in some Cases: The sum of deviations of values about
median (ignoring minus) me the least.
Demerits of median
1. Arraying is difficult: The computation of median requires arraying of the items
which is very cumbersome.
7. Uncertain and Indefinite value: A little change in the series may change the
value of the median substantially. For example, if marks of 7 students are 5, 12, 17,
19, 48, 52 and 54, then median is 19. If marks of two more students 55 and 60 are
added in the series, then median will be 48. Thus, it is not a representative measure
of central tendency.
Uses of Median
The median is used in such cases where individual items are comparable separately
but they are to be included into the groups for comparison. Median is also used for
problems that are not expressed quantitatively. For example, intelligence, beauty,
health etc. cannot be quantified. In the study of business and economic problems
also, the median is used. For example, to obtain average wages, distribution of
assets etc. the median is used. It is also used in cases where extreme items are not
given any importance.
(1) Quartiles: If a distribution is divided into 4 equal parts then there will be three
quartiles Q1, Q2 and Q3. Q2 is the median itself. Q1 is also called lower quartile and
Q3 as upper quartile.
(2) Quintiles: If a variable is divided into 5 equal parts then there are four
quintiles, Qn1, Qn2, Qn3 and Qn4.
(3) Octiles: If a series is divided into 8 equal parts then there are 7 octiles, O1, O2,
O3.... O7 .Here O4 = median, O2 = Q1and O6 = Q3.
(4) Deciles: If a distribution is divided into 10 equal parts, then there will be 9
deciles, D1,D2, D3....D9. D5 = Median.
(5) Percentiles: If a distribution is divided into 100 equal parts, then there will be
99 percentiles. They are denoted as P1, P2....P67, P68....P69. P50= Median, P25 = Q1
and P75 = Q3.
These different measures are calculated just like median. Most of these
measures are used in dispersion and skewness. The formulae which are used in
their calculations are listed below:
99 (N + 1) 99(N + 1) 99N
P99 100 100 100 P99 = l99 + i / f (p99 - c)
Similarly other percentiles can be obtained. The notations used in the above table
mean:
Q1= First Quartile, Q3= Third Quartile, Qn1= First Quintile,
Qn2= Second Quintile, Qn4= Fourth Quintile, O1= First Octile,
Vidhyadhar Nagar: F – 45, Balaji Tower – I, Behind Vishal Mega Mart.
Mansarovar: 69/318, VT Road, Mansarovar
Contact: 9829959536,7737733360,9928001210 3 .12
A unit of Realwaves (P) Ltd Role Of Statistics
Illustration: 14
In a class test, marks obtained by 20 students are given below, find out Median,
Lower Quartile and Upper Quartile:
Marks = 6, 9, 10, 12, 18, 19, 23, 23, 24, 28, 37, 48, 49, 53 and 60.
Ans: M= 23 Marks, Q1 = 12 Marks, Q3 = 48 Marks.
Illustration: 15
From the following monthly income of 15 families, calculate first & third quartiles,
3rd quintile, 5th octile, 7th decile and 30th percentile:
100, 120, 140, 160, 170, 175, 180, 184, 189, 194, 220, 230, 250, 280, 330.
Ans: Q1= Rs 160, Q3 = Rs 230, Qn3 = Rs 192, O5 = Rs 194, P30 = Rs 168,
and D7 = Rs 222.
Illustration: 16
From the data given in the following table calculate 1st and 3rd quartiles, 4th
decile, 5th octile and 70th percentile:
Size 0 2 4 6 8 10
Frequency 5 7 10 9 5 3
Ans: Q1 =2, Q3 = 6, D4 = 4, O5 = 6 and P70 = 6 units.
Illustration: 17
Calculate both the Quartiles, 2nd Quintile, 3rd Octile, 9th Decile and 45th
Percentile from the following data:
Marks Less than 10 20 30 40 50 60 70 80
No. of Students 4 16 40 76 96 112 120 125
Ans: Q1= 26.35 marks, Q3 = 48.88, Qn2 = 32.78, O3 = 31.98, P45 = 34.51,
and D9 = 60.63
Illustration: 18
From the following data find out the missing frequency if median value is 50.
Class interval 10-20 20-30 30-40 40-50 50-60 60-70
Frequency 2 8 6 - 15 10
Ans: missing frequency = 9
Illustration: 19
Find out the missing frequencies from the following frequency distribution if
median value is Rs 50 and total no. of families 100:
Expenditure (Rs) 0-20 20-40 40-60 60-80 80-100 Total
No. of Families 14 ? 26 ? 16 100
Ans: Two missing frequencies are 23 and 21
Median = size of N + 1
2
Illustration: 20
From the following data, find the value of median:
Income (`) 4000 4500 5800 5060 6600 5380
No.of persons 24 26 16 20 6 30
Ans: Median = ` 5060.
Illustration: 21
Calculate the median for the following frequency distribution:
Illustration: 22
Calculate the median from the following data:
Weight (in gms) No. of Apples
410 - 419 14
420 - 429 20
430 - 439 42
440 - 449 54
450 - 459 45
460 - 469 18
470 - 479 7
Ans: Median = 443.94.
Illustration: 23
From the following data calculate median.
Marks No. of students
Less than 5 29
Less than 10 224
Less than 15 465
Less than 20 582
Less than 25 634
Less than 30 644
Less than 35 650
Less than 40 653
Less than 45 655
Ans: Median = 12.14
MODE
Mode is the value of that observation which occur; with greatest frequency and
thus is the most fashionable value.
Zesek has defined it as, "Mode is the value occuring most frequently in a series of
items and around which the other items are distributed most densely."
Illustration: 24
Calculate the mode from the following data of the marks obtained by 10 students.
Marks obtained 10 27 24 12 27 27 20 18 15 30
Ans: Mode = 27
Illustration: 25
Calculate mode from the following data:
Size of garment No. of persons wearing
28 10
29 20
30 40
31 65
32 50
33 15
Ans: Mode = 31
M o = L + ∆1 x i
∆1 + ∆2
∆1 = f1 – fo
∆2 = f1 – f2
Illustration: 26
Calculate mode from the following data:
Illustration: 27
Find the value of mode from the data given below:
Weight (kg) No. of students
93 - 97 2
98 - 102 5
103 - 107 12
108 - 112 17
113 - 117 14
118 - 122 6
123 - 127 3
128 - 132 1
Ans: Mo = 110.625 kg
Illustration: 28
Calculate mode in the following series.
Illustration: 29
Calculate Arithmetic Average, Median and the Mode for the following series:
Central Size (years) 5 15 25 35 45 55 65 75
Frequency (f) 5 10 14 22 21 16 9 3
Illustration: 30
For the data given below calculate the Mode:
Class Intervals 55-60 50-55 45-50 40-45 35-40 30-35 25-30 20-25
Frequency 5 7 12 15 18 8 7 5
Ans: Mode = 40
To find out missing frequency: Apply the formula for locating mode and form an
equation to find out the missing item (x)
Illustration: 31
If the mode of the following variable is 240, find the frequency of the class 200 -
300:
Expenditure in Rs 0-100 100-200 200-300 300-400 400-500 500-600
No. of Persons 140 230 270 ? 150 140
Ans: Missing frequency (f2) = 210
Merits of Mode
6. Same result from different samples: It is the most probable value in the
distribution. It means if a random value is choosen from a frequency distribution,
the probability of modal value will be more than any other value.
Demerits of Mode
1. Indefinite and uncertain: Mode is sometimes uncertain and ill-defined
particularly when maximum frequencies are repeated or frequency distribution is
irregular.
2. Algebric treatment not possible: Mode is not suitable for further mathematical
treatment. It cannot be ascertained for the combined two or more groups if the
values of mode are given for separate groups.
4. Not based on all the values: Mode is the value of maximum corresponding
frequency, so it is not based on all the values of a variable.
6. Not based on all values: It does not give any weightage to the extreme items.
Thus this average is unsuitable where importance is to be given to extreme values
of a variable.
Illustration: 32
(i) If Mode and Mean in a moderately asymmetrical series are 16 cm and 15.6 cm,
what would be the probable value of Median?
(ii)If Median and Mean of a series are 14 and 15 respectively, estimate probable
value of Mode.
(iii)If Mode and Median of a series are respectively 14 and 13, what would be its
Mean?
Ans: (i) M = 15.73cm. (ii) Z = 12 (iii) X = 12.5
MEASURES OF DISPERSION
In two or more distributions the central value may be the same but still there can be
wide disparities in the formation of distribution. Measures of dispersion help us in
studying this important characteristics of a distribution.
DEFINITIIONS
“Dispersion is the measure of the variation of the items.”
“The degree to which numerical data tend to spread about an average value is
called the variation or dispersion of the data.”
The study of dispersion is of great significance in practice as could well be
appreciated from the following example.
Series A Series B Series C
100 100 1
100 105 489
100 102 2
100 103 3
100 90 5
Total 500 500 500
X 100 100 100
(1) RANGE
It is the simplest of all the measures of dispersion. It is the difference between two
extreme observations of the distribution. In other words, range is the difference
between highest (maximum) and the lowest (minimum) values of a variable. Thus,
Range (R) = Largest Value (L) — Smallest Value (S)
Illustration: 33
The following are the prices of shares of AB Co. Ltd. from Monday to Saturday.
Day Price (`)
Monday 200
Tuesday 210
Wednesday 208
Thursday 160
Friday 220
Saturday 250
Ans: Coefficient of Range = 0.22
Illustration: 34
Merits of Range
(1) Range is simple to calculate and easy to understand.
(2) It is rigidly defined.
(3) It gives a broad picture of the data and gives the limits within which all the
items fall.
(4) Its use is very common. It is used for quality control of the articles
produced, geographical studies and for the highest and the smallest values.
(5) Frequencies are not needed for its calculation. Only values are considered and
so it is not affected by the frequencies.
Demerits of Range
(1)Range is not based on complete set of data.
(2)It is not a reliable measure of variability since it is based on two extreme values.
(3) It cannot be calculated in case of open end classes.
(4)Range is affected very much by fluctuations of sampling. It varies widely from
sample to sample.
(5)It is not ligible for mathematical treatment.
(6)In the words of W. I. King, "Range is too indefinite to be used as a practical
measure of dispersion."
Uses of Range
Despite its limitations, Range is a useful measure in the following areas:
(1) Quality Control: It is applied for quality control measures. The control charts
are prepared on the basis of Range for controlling the quality of the products.
Interquartile range = Q3 – Q1
Q1 = N + 1
4
Q3 = 3 N + 1
4
Quartile Deviation or Semi Inter - Quartile Range
It is a measure of dispersion based on the values of upper and lower quartiles.
It is half of the Inter-Quartile Range. As such it is called semi-inter-quartile Range.
The formula for its calculation is:
Quartile Deviation or Q.D. = Q3 – Q1
2
Coefficient of Q.D = Q3 – Q1
Q3 + Q1
Illustration: 35
Find out the value of Q.D and its coefficient from the following data:
Marks: 20 28 40 12 30 15 50
Ans: Q1= 15, Q3= 40, Q.D = 12.5, Coefficient of Q.D = 0.455
Illustration: 36
Compute coefficient of quartile deviation from the following data:
Marks 10 20 30 40 50 60
No of students 4 7 15 8 7 2
Ans: Q1= 20, Q3= 40, Q.D = 10, Coefficient of Q.D = 0.333
Illustration: 37
Calculate quartile deviation and the coefficient of quartile deviation from the
following data.
Wages in Rupees per week No. of wage earners
Less then 34 14
Less then 35-37 62
Less then 38-40 99
Less then 41-43 18
Over 44 7
Ans: Q1= 36.24, Q3= 39.74, Q.D = 1.67, Coefficient of Q.D = 0.044
Merits of I.Q.R
(1)It is simple to calculate and easy to understand as compared to Range.
(2)It is not affected by the two extreme values of the variable.
Demerits of I.Q.R
(i) It cannot be considered as a representative measure since it is based only on
middle 50% items.
(ii) It is not based on all the observations of a variable.
(iii) This measure does not clarify the formation of the series.
(iv) It is not amendable to algebraic treatment. Thus it is not a satisfactory measure
of dispersion.
Or
∑ | D|
N
Where, |D| = |X – A|
Coefficient of M.D = M.D
Median
Illustration: 38
Calculate the mean deviation and its coefficient of the income groups of members
given below:
(`) 4000 4200 4400 4600 4800
Ans: Median = 4400, M.D = 240, C.M.D = 0.054.
(2) Possible from any Average: Mean deviation can be calculated from any
average, viz; Mean or Median or Mode. But the use of median and mean are very
popular.
(3) Based on all the items: Mean deviation takes into account all the items of a
series. Hence it is affected by every value in the distribution. Thus it is more
comprehensive measure of variation than any other.
(6) Relative weightage: It gives relative importance to all the values in a variable.
(7) Calculated Value: Mean deviation is rigidly defined and is a rigid and
calculated value.
(1)Signs are ignored: Since signs are ignored in its calculation, it has poor
combining properties as far as its use in advanced statistical techniques is
concerned. As such it has gained very limited acceptance in statistical application.
Uses: Mean Deviation, despite its demerits, is useful while using small samples. It
is generally used in statistical analysis of economic, business and social
phenomenon.
M. D = ∑ f |D|
N
Illustration: 39
Calculate mean deviation from the following series:
X 10 11 12 13 14
f 3 12 18 12 3.
Ans: Median = 12, M.D = 0.75.
Illustration: 40
Calculate the mean deviation from the mean for the following data:
Size 2 4 6 8 10 12 14 16
Frequency 2 2 4 5 3 2 1 1
Ans: M.D = 2.8.
Illustration: 41
Find the median and mean deviation of the following data:
Size frequency
0-10 7
10-20 12
20-30 18
30-40 25
40-50 16
50-60 14
60-70 8
Ans: Median = 35.2, M.D = 13.1
Illustration: 42
Calculate the mean deviation and its coefficient from the following data:
Class Frequency
0-10 5
10-20 8
20-30 12
30-40 15
40-50 20
50-60 14
60-70 12
70-80 6
Ans: Median = 43, M.D = 15.10, C.M. D = .351
Individual Observations.
By taking deviation of the items from the actual mean.
By taking deviation of the items from an assumed mean.
Deviation taken from actual mean: When deviations are taken from actual mean.
σ = ∑ x2
N
x = (X – X)
When deviations are taken from assumed mean the following formula is applied.
σ = ∑ d2 - ∑ d 2
N N
d = (X – A)
Illustration: 43
Find standard deviation of (`) 7, 9, 16, 24, 26.
Ans: S.D = ` 7.66.
Illustration: 44
Blood serum cholesterol levels of 10 persons are as under.
240, 260, 290, 245, 255, 288, 272, 263, 277, 251.
Calculate S.D with the help of assumed mean.
Ans: S.D = 16.398.
σ = ∑f x2
N
Where, x = (X – X)
N N
Where, d = (X – A)
Illustration: 45
Calculate S.D by assumed mean method from the data given below:
Size of item Frequency
3.5 3
4.5 7
5.5 22
6.5 60
7.5 85
8.5 32
9.5 8
Ans: S.D = 1.149.
σ = ∑ fd2 - ∑ fd 2
x i
N N
Illustration: 46
The annual salaries of a group of employees are given in the following table:
Salaries (in ` 000) 45 50 55 60 65 70 75 80
No. of persons 3 5 8 7 9 7 4 7
Calculate the S.D by step deviation method.
Ans: S.D = 10.35.
σ = ∑ fd2 - ∑ fd 2
x i
N N
Illustration: 47
Calculate mean & S.D of following frequency distribution of marks:
Marks No. of students
0-10 5
10-20 12
20-30 30
30-40 45
40-50 50
50-60 37
60-70 21
Ans: Mean = 40.9, S.D = 14.839.
Illustration: 48
COEFFICIENT OF VARIATION
Year 2014
One hundred customers from a particular branch were asked to state the time they
generally take to withdraw cash from their accounts. The data is given below
*****
CHAPTER 4 CORRELATION
Correlation is the relationship between the two or more interrelated series of
variables.
Family income and expenditure or luxury items.
Yield of a crop and quantity of fertilizer applied.
Sales revenue and expenses incurred on advertising.
Frequency of smoking and lung damage.
Supply position and price of the commodity.
Increase in the prices of a commodity, reduces its demand and vice-versa.
Similarly up to a certain age, increase in age is associated with the increase in
height of a baby. Thus we may say that sometimes two variables are inter-
dependent on each other. Price of a commodity and its demand, rainfall and
production, income and expenditure, etc. Two variables are said to be correlated if
the change in one variable results in a corresponding change in the other variable.
Definition
When the relationship is of a quantitative nature, the appropriate statistical tool for
studying and measuring the relationship and expressing it in a brief formula is
known as correlation.
Kinds of Correlation
1. Positive and negative correlation: If the changes in two variables are in the
same direction, i.e. increase in one variable is associated with the corresponding
increase in other variable, the correlation is said to be positive.
On the other hand, if variations or fluctuations in two variables are in opposite
direction or in other words an increase in one variable is associated with the
corresponding decrease in other or vice-versa, the correlation is said to be negative.
y y
P1 P1
P P
Q Q1 x Q1 Q x
Example:
x 28 29 30 40 50 58 59 60
y 80 130 170 150 230 560 460 600
Thus linear and non-linear correlation may also be positive or negative. It is clear
from the following chart:
Correlation
Linear Non-linear
o x o x
y y
o x o x
Non-linear Positive Correlation Non-linear Negative Correlation
Degree of correlation
(1) Perfect correlation: If the variations in two variables are in a constant ratio,
the correlation is said to be perfect. If the variations in two variables are in constant
ratio in same direction, the correlation is perfect positive. On the other hand if
correlation coefficient in two variables are in constant ratio but in opposite
direction, the correlation is perfect negative.
y y
o x o x
Perfect negative correlation Perfect positive correlation
y y
x x x
x x
x x x
x x
o x o x
No Correlation Correlation (r = 0)
(3) Limited degree of correlation: When there is neither perfect correlation nor
absence of correlation between the two series of variables, then the correlation is
said to be of limited degree. Generally in case of socio-economic studies, limited
degree of correlation exists. In such cases coefficient of correlation is more than
zero but less than one. Such correlation may be positive as well as negative.
Direct method:
r = dxdy
N.x.y
(4) Multiply the corresponding deviations of X and Y variables with each other and
get total or sum of them i.e. (dx dy).
(5) Calculate square of deviations of x and Y variables separately and total them
i.e. (d2x) and (d2y).
(6) Ascertain standard deviation of both the variables with the help of the
following formulae:
x = d2x and y = d2y
N N
(7) Now the coefficient of correlation is obtained by using the following formulae:
r = dx dy
Nxy
(2) r = dx dy
d2x .d2y
Age of wife 17 20 22 27 21 29 26 30 28 30
Age of husband 22 27 28 28 29 30 31 34 25 36
Ans: r =0.71
Q2 Find out the correlation between the height of father and height of son from the
following data:
Q4 From the following data relating to X, Y and Z series, determine which of the
two series are the most closely correlated?
Formula:
(1) r = dxdy – N (X – Ax) (Y – Ay) X = Ax + dx
N.x.y N
y = d2y - dy 2
N N
Q2 Calculate the coefficient of correlation between weight and income from the
following data. What are your conclusions?
Weight (kg) 120 130 140 150 160 170
Income (`) 100 200 300 400 500 600
Ans: r = 1
Q5 The following table gives the value of export of raw cotton from India to U.S.A
and the value of the imports of manufactured cotton goods into India from U.S.A
(in crores of `):
Year Exports Imports
1997-98 42 56
1998-99 44 49
1999-00 58 53
2000-01 55 58
2001-02 89 65
2002-03 98 76
2003-04 66 58
Calculate the coefficient of correlation between the value of the exports of raw
cotton and the value of imports of cotton-manufactured goods.
Ans: r = +0.9042
Formula:
r = N. XY – (X) (Y)
Ans: r = +0.2794
Formula:
r= fdx dy . N – (fdx . fdy)
25-35 3 16 10 - - 29
35-45 - 10 15 7 - 32
45-55 - - 7 10 4 21
55-65 - - - 4 5 9
Total 9 29 32 21 9 100
Ans: +0.802
Q4 Find out correlation coefficient between height and weight of children from the
following bivariate frequency distribution table:
Height (in inches)
Weight (in 40-44 44-48 48-52 52-56 56-60 60-64 Total
pounds)
35-55 4 40 60 - - - 104
55-75 - - 24 88 12 - 124
75-95 - - - 8 32 8 48
95-115 - - - - 4 8 12
115-135 - - - 4 - - 04
135-155 - - - - 4 4 08
Total 4 40 84 100 52 20 300
Ans: r = 0.7750
r(R) = 1 – 6 D2
N3 - N
Q3 Calculate the coefficient of correlation from the following data by the method
of rank differences: Assignment.
X 75 88 95 70 60 80 81 50
Y 120 134 150 115 110 140 142 100
Ans: rr = 0.93
Q4 The competitors in a beauty contest are ranked by two judges in the following
order:
Assignment.
1st judge 1 6 5 10 3 2 4 9 7 8
2nd judge 2 8 4 1 6 9 5 3 7 10
Ans: rr = -0.12
X 48 33 40 9 16 16 65 24 16 57
Y 13 13 24 6 16 1 20 9 6 9
Ans: rr = 0.59
Year 2014
Calculate the coefficient of correlation from the following data:
Fertilizer used 15 18 20 24 30 35 40 50
Yield (in tonnes) 85 93 95 105 120 130 150 160
Ans: r = .98
Year 2012
Calculate the coefficient of correlation between the corresponding value of x and y
in the following table:
X 2 4 5 6 8 11
Y 18 12 10 8 7 5
Ans: r = -.92
Year 2011
The competitors in a beauty contest are ranked by three judges in the following
order:
First judge 1 6 5 10 3 2 4 9 7 8
Second judge 3 5 8 4 7 10 2 1 6 9
Third judge 6 4 9 8 1 2 3 10 5 7
Use the rank correlation to discuss which pair of judges have the nearest approach.
Ans: 1 and 2 r = -.21, 2 and 3 r = -.29, 1 and 3 r = .64
Since coefficient is positive in judgment of 1 and 3 so they have nearest approach
Year 2009
From the following data calculate coefficient of correlation between X and Y
series by square of values method:
X 7 8 10 11 9 5 6 2 3 6
Y 10 12 8 2 4 3 5 2 4 7
Ans: r = .2794
Year 2003
Calculate the coefficient of correlation from the following data:
Ans: r = .9972
*****
6. While pointing out the difference between regression and correlation Werner Z.
Hirsch rightly stated that, "While correlation analysis tests the closeness with
which two (or more) phenomena co-vary, regression analysis measures the nature
and extent of the relation, that enabling us to make prediction."
Methods of regression
TWO METHODS for determining the equation of a regression line:
(i) Least square method
(ii) Mean based method
(i) Least square method: By using calculus it can be shown that by solving
following two simultaneous linear equations called normal equations, the values of
parameters a and b can be obtained, such that the least square requirement is
followed:
Y on X
Y = na + bX
XY = aX + bX2
These equations are called normal equations. By substituting values of Y, n, X,
XY & X2 (Obtained from the given data) in the above two equations & then
solving, the values of a & b can be obtained.
X on Y
X = nc + dY
XY = cY + dY2
Example: 1
Obtain the two regression lines with the help of the following data:
X 1 3 4 6 8 9 11 14
Y 1 2 4 4 5 7 8 9
Ans: Regression of Y on X is: Y = 0.548 + 0.636X
Regression of X on Y is: X = -0.5 + 1.5Y
(ii) Method based on mean: Equations of the two regression lines based on mean
are as follows:
X on Y: (X – X) = bxy (Y – Y)
__ __
Y on X: (Y – Y) = byx (X – X)
r x
y
r y
x
__ __
Where x = X – X, y = Y – Y
x = S.D of X - series
y = S.D of Y - series
Illustration: 1
From the following data obtain the two regression equations:
X 6 2 10 4 8
Y 9 11 5 8 7
Ans: Regression of Y on X is: Y = 11.9 – 0.65X
Regression of X on Y is: X = 16.4 – 1.3Y
Illustration: 2
From the following data obtain the two regression equations taking deviation of X
from 3 and deviation of Y from 6
X 1 2 3 4 5
Y 3 4 6 9 10
Ans: Regression of Y on X is: Y = 1.9X + .7
Regression of X on Y is: X = .51Y + .26
X on Y = X – X = r x (Y – Y)
y
Y on X = Y – Y = r y (X – X)
x
If deviations in both series are taken from actual means, value of
r y is equal to xy &
x x2
r = bxy x byx
Illustration: 3
The following information about advertisement & sales are available:
Advertisement exp (X) Sales (Y) (` crores)
(` Crores)
Mean 20 120
S.D 5 25
Correlation coefficient = 0.8 Calculate the two regression equations:
Ans: Regression of X on Y is: X = .16Y + 0.8
Regression of Y on X is: Y = 4X + 40
Illustration: 4
Estimate the yield when rainfall is 9 inches from the following data:
Mean S.D
Yield of wheat (kg per unit area) 10 8
Annual rainfall (inches) 8 2
Correlation coefficient r = .5
Ans: The yield of wheat is 12 kg when it rains 9 inches
Illustration: 5
The following data relates to the height (X) & weight (Y) of 100 business
executives.
Mean height = 68
S.D (height) = 2.5
Mean weight = 150 lbs
S.D (weight) = 20 lbs
r = 0.6
Estimate from the above data.
(a) The height of an executive whose weight is 200 lbs,
(b) The weight of an executive whose height is 60 ft.
Ans: Regression equation are: X = .075Y + 56.75 & Y = 4.8X – 176.4
Illustration: 6
For certain X & Y series which are correlated, the two lines of regression are as
given below:
5X – 6Y + 90 = 0……(i)
15X – 8Y – 130 = 0…….(ii)
Find which is regression of Y on X & which is X on Y. find the means of two
series & the correlation coefficient.
Illustration: 7
Find the value of ‘r’ if variance of X = 6.7, S.D of Y = 2.6 & regression equation
of X on Y is X = 0.95Y – 6.4
Ans: r = 0.95
Year 2014
(b) An investigation of the demand for TV sets in 5 towns has resulted in the
following data
Population (x) 11 14 17 21 25
(in '000)
No. of Sets (Y) 15 27 34 38 46
Demanded
Year 2011
In order to study the productivity of workers in an industry, ten workers were
selected at random and their scores on aptitude test and the productivity indices
were complied:
Aptitude score (X) 60 62 65 70 72 48 53 73 65 82
Productivity index (Y) 68 60 62 80 85 40 52 62 60 81
From these details, estimate the productivity index for a worker whose test score is
75.
Ans: Y = 1.167x – 10.855, productive index Y = 1.167 x 75 – 10.855 = 76.67
Year 2008
Table below gives the data relating to purchases and sales. Obtain the two
regression equations and estimate the likely sales when the purchases equal to 65.
Purchases 57 58 59 59 60 61 62 64
Sales 77 78 75 78 82 82 79 81
Ans: Y = .66x + 39.4, x = .545y + 16.95, sales = 82.3
Year 2005
If the regression lines are given by 3x + 2y = 26 & 6x + y = 31, find (i) the mean
value of x & y; (ii) the coefficient of correlation between x & y; (iii) estimate the
value of y of x = 0 & value of x when y = 13
Ans: x = 4, y = 7, r = 1, y = 13, x = 3
2
Year 2004
For some bivariate data, the following results were obtained. The mean value of X
is 53.2 & mean value of Y is 27.9. The regression coefficient of Y on X = -1.5 &
the regression coefficient of X on Y is – 0.2. Find the most probable value of Y
when X = 60. Also find out the value of coefficient of correlation between X & Y.
Ans: r = .548, Y = -1.5x + 107.7, Y = 17.7
Year 2000
Calculate the trend values by the method of least squares from the data given
below & estimate the sales for the year 1991.
Year 1983 1984 1985 1986 1987
Sales of T.V 12 18 20 23 27
Sets (in ‘000’)
Ans: Sales for year 1991 = 41
*****
4. Universal Utility: Generally index numbers are used to measure the change in
prices in the group of items but the change in the quantity of agricultural
production, industrial production, imports, exports can also be measured through
index numbers.
4. Special Purpose Index: When index numbers are computed to measure changes
in some specific area (besides price, quantity or value), e.g. employment, profit
yields etc., they are termed as special purpose index.
1. To make complicated facts easy: With the help of index number complicated
and difficult facts can be represented in simple and comparative form. So when
complex figures are presented in percentages they become easier to understand.
2. To provide basis for comparison: Index numbers provide basis for comparison
as they are expressed in abstract unit and not in the unit of an individual item.
Hence comparison between two facts is possible. Using weights, while computing
index number make them comparatively more reliable.
3. To analyse the price changes: With the help of index number we can measure
the changes in general price level and cost of living. For determining the wages
and measuring the change in real wages price indexes are used.
4. Index numbers are economic barometers: Index numbers are useful not only
in analysing the past and present economic condition but they are also important in
forecasting the future economic activity.
6. Index number help in management and control: Index numbers are widely
used in various functions of management like - planning, organisation and control.
Because the index number present the information before management in simplest
form.
10. Useful for public in general: Index numbers are also useful for general public
e.g. the insurance companies decide the amount of premium with the help of index
numbers, speculator's forecast on the basis of index numbers.
averaging them. Only selected prices of normal years may be averaged for the
purpose.
Illustration: 1
For the following data prepare index number of prices taking 2003 as base in series
A, 2007 as base in series B and 2012 as base in series C.
Year 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012
Series A 400 500 700 728 800 880 864 900 960 1000
Series B 15 18 14 19 20 22 25 27 30 35
Series C 21.7 25.0 26.2 29.0 30.6 40.7 40.9 45.7 48.7 50
Solution: Calculation of Price Index
Year Series A Index Nos. Series B Index Nos. Series C Index Nos.
Prices 2003 = 100 Prices 2007 = 100 Prices 2010 = 100
2003 400 100 15 75 21.7 43.4
2004 500 125 18 90 25.0 50.0
2005 700 175 14 70 26.2 52.4
2006 728 182 19 95 29.0 58.0
2007 800 200 20 100 30.6 61.2
2008 880 220 22 110 40.7 81.4
2009 864 216 25 125 40.9 81.8
2010 900 225 27 135 45.7 91.4
2011 960 240 30 150 48.7 97.4
2012 1000 250 35 175 50.0 100.0
2006 58 2011 75
2007 62 2012 80
Solution:
First of all average price of first five years and average price of ten years is to be
calculated.
(i) Average Price for the Period 2003 to 2007.
= Rs 40 + 42 + 48 + 58 + 62 = 250/5 = Rs 50 (Po)
(ii) Average Price for the Period 2003 to 2012.
= Rs 40 + 42 + 48 + 58 + 62 + 68 + 62 + 65 + 75 + 80
= 600+10 = Rs 60 (Po)
Calculation of Index Nos.
Year Price Price Index taking Price Index taking
Rs average price of first average price of 10 years
5 years as base, i.e. as base, i.e.
Rs 50 = 100 Rs 60 =100
2003 40 40 X 100/50 = 80 40 x 100/60 = 66.67
2004 42 42 X 100/50 = 84 42 x 100/60 = 70.00
2005 48 48 x 100/50 = 96 48 x 100/60 = 80.00
2006 58 58 x 100/50 = 116 58 x 100/60 = 96.67
2007 62 62 x 100/50 = 124 62 x 100/60 = 103.33
2008 68 68 x 100/50 = 136 68 x 100/60 = 113.33
2009 62 62 x 100/50 = 124 62 x 100/60 = 103.33
2010 65 65 X 100/50 = 130 65 x 100/60 = 108.33
2011 75 75 X 100/50 = 150 75 x 100/60 = 125.00
2012 80 80 x 100/50 = 160 80 x 100/60 = 133.33
Chain Index No = (Current year's Link Relatives) x (Previous year's Chain Index)
100
Illustration: 3
Calculate Link Relatives and chain them to 2003 as base:
Year Prices Year Prices
2003 10 2008 40
2004 12 2009 50
2005 15 2010 60
2006 20 2011 72
2007 30 2012 90
Solution:
Illustration: 4
Compute price indexes for 2009, 2010, 2011 and 2012 taking 2008 as base year by
Simple Aggregative Method.
Price per Kg.
Commodity
2008 2009 2010 2011 2012
A 2 3 5 5 6
B 8 10 12 12 10
C 10 17 16 18 24
Solution: Calculation of Index Nos. (Simple Aggregative Method)
(Fixed Base 2005 =100)
Commodity 2008 (P0) 2009 (P1) 2010 (P2) 2011 (P3) 2012 (P4)
A 2 3 5 5 6
B 8 10 12 12 10
C 10 17 16 18 24
Total 20 30 33 35 40
2009 = ΣP1 x 100 = 30 x 100 = 150
ΣPo 20
2010 = ΣP2 x 100 = 33 x 100 = 165
ΣPo 20
2011 = ΣP3 x 100 = 35 x 100 = 175
ΣPo 20
2009 = ΣP4 x 100 = 40 x 100 = 200
ΣPo 20
(ii) Simple Average of Price Relatives Method: Price relatives are computed at
first for constructing index number by this method:
One year Base
P1 (Current Year's Price) x 100
Price Relative (R) = P0 (Base Year's Price)
Illustration: 5
Construct Index-Number (taking 2008 = 100) of the data given in illustration 4 by
simple average of price relatives method.
Solution:
Calculation of Index Nos. (2008 = 100)
Commo- 2008 2009 2010 2011 2012
dity Price R Price R1 Price R2 Price R3 Price R4
A 2 100 3 150 5 250 5 250 6 300
B 8 100 10 125 12 150 12 150 10 125
C 10 100 17 170 16 160 18 180 24 240
Total of Price 300 445 560 580 665
Relatives
Mean of Price 100 148.3 186.7 193.3 221.7
Relatives
Illustration: 6
Construct Chain Base Index Numbers chained with 2009 of the following data:
Prices (in Rupees)
Commodity
2009 2010 2011 2012
A 2 3 4 5
B 8 10 12 15
C 4 5 8 10
Solution: Construction of Chain Base Index Numbers
Illustration: 7
Calculate Chain Base Index No. for the following Fixed Base Index Nos.
Year 2006 2007 2008 2009 2010 2011 2012
Fixed Base 120 180 225 180 135 162 243
Index No.
Solution:
Conversion from Fixed Base Index Nos. to Chain Base Index No.
(with 2006 =100)
Fixed Base
Year Index Numbers Chain Base Index Numbers
2006 120 = 100.00
2007 180 (180/120) x 100 = 150.00
2008 225 (225/180) x 100 = 125.00
2009 180 (180/225) X 100 = 80.00
2010 135 (135/180) x 100 = 75.00
2011 162 (162/135) x 100 = 120.00
2012 243 (243/162) X 100 = 150.00
Illustration: 8
From the following Chain Base Indices, calculate fixed base index numbers:
Year 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012
C.B.I. Nos. 120 125 150 140 110 90 80 125 150 160
Solution:
Year Chain Base Index Nos. Fixed Base Index Nos.
(Given) (chained with 2003)
2003 120 = 120.00
2004 125 (125 x 120) /100 = 150.00
2005 150 (150 x 150) /100 = 225.00
2006 140 (140 x 225) / 100 = 315.00
2007 110 (110 x 315) /100 = 346.50
2008 90 (90 x 346.50) / 100 = 311.85
2009 80 (80 x 311.85) / 100 = 249.48
2010 125 (125 x 249.48) / 100 = 311.85
2011 150 (150 X 311.85) /100 = 467.78
2012 160 (160 X 467.78) /100 = 748.44
Construction of Weighted Index Numbers:
There are two methods of constructing weighted index numbers:
(i) Weighted Aggregative Expenditure Method
(ii) Weighted Average of Price Relatives Method
Illustration: 9
Calculate weighted index number for 2012 of the following data by (i) Weighted
Aggregative Method, and (ii) Weighted Average of Relatives Method:
Base Year 2012
Commodities. Price Qty (kg) Price Qty (kg.)
A 5.00 10 7.50 9
B 2.00 20 2.40 17
C 4.00 5 6.00 4
D 10.00 7 11.00 7
(1) Laspeyer's Formula: Laspeyer uses base years quantity as weights, the
Vidhyadhar Nagar: F – 45, Balaji Tower – I, Behind Vishal Mega Mart.
Mansarovar: 69/318, VT Road, Mansarovar
Contact: 9829959536,7737733360,9928001210 6 .11
A unit of Realwaves (P) Ltd Index Number
formula is :
Po1 = ΣP1q0 x 100
ΣPoq0
In Weighted Aggregative Method, the same formula is used.
(2) Paasche's Formula: Paasche uses current years quantity as weights, the
formula is:
Po1 = ΣP1q1 x 100
ΣPoq1
(3) Dorbish and Bowley's Formula: Dorbish and Bowley suggest the formula
like arithmetic average of Laspeyer's and Paasche's index number.
ΣP1q0 + ΣP1q1
Po1 = ΣPoq0 ΣPoq1 x 100
2
This formula can also be presented as:
Po1 = L+P
2
Here L means Laspeyer's index and
P means Paasche's index.
(4) Fisher's Ideal Index Number: Fisher takes the geometric mean of Laspeyer's
index and Paasche's index. Formula is given below:
Illustration: 10
For the following data calculate Index Number by using formulae (1) to (4)
discussed above:
Base Year Current Year
Commodities Price Quantity Price Quantity
(Rs) (kg.) (Rs) (kg.)
A 10 15 12 12
B 3 10 4 10
C 5 100 4 120
D 7 70 8 50
Solution:
Computation of Index Number by Different Formulae
Base Year Current Year
Commo- Price Qty. Price Qty. P1qo P0q0 P1q1 P0q1
dities Po q0 P1 q1
A 10 15 12 12 180 150 144 120
B 3 10 4 10 40 30 40 30
C 5 100 4 120 400 500 480 600
D 7 70 8 50 560 490 400 350
Total 1,180 1,170 1,064 1,100
(i) Laspeyer's Formula:
Po1 = ΣP1q0 x 100 or 1180 x 100 = 100.86
ΣPoq0 1170
Illustration: 11
Calculate Index Number by Aggregate Expenditure Method for 2007 taking 2012
as base from the following data:
Commodity Unit Qty. Consume Price (Rs) Price (Rs)
2007 2007 2012
Wheat per quintal 2 quintals 250 500
Rice per quintal 1 quintal 400 550
Arhar per kg. 20 kg. 6 14
Sugar per kg. 0.5 quintal 10 15
Salt per quintal 10 kg. 100 150
Oil per kg. 10 kg. 20 40
Clothing per metre 20 metre 15 25
Fuel per quintal 4 quintal 60 75
Rent per house — 250 375
Solution: Construction of Cost of Living Index (Aggregate Expenditure Method)
2. Family Budget Method: This method has already been discussed earlier under
the Weighted Average of Relatives Method.
Formula:
Po1 = ΣRW
ΣW
R = Price Relatives
W = Weights
Σ = Total
Illustration: 12
From the data given below calculate the cost of living index number for prices for
the year 2012 with 2011 as base by family budget method:
Illustration: 13
Construct the Consumer Price Index for the year 2012 on the basis of 2011 from
the following data using (i) Aggregate Expenditure Method, and (ii) Family
Budget Method.
Items Quantity consumed Unit Prices in Prices in
in 2011 2011 (Rs) 2012 (Rs)
Wheat 150 kg. per quintal 200.00 300.00
Rice 50 kg. per quintal 600.00 700.00
Pulses 50 kg. per quintal 500.00 600.00
Eggs 9 pieces per dozen 12.00 9.00
Fish 5 kg. per kg. 10.00 15.00
Chicken 10 pieces per piece 20.00 30.00
Cheese 200 gramms per kg. 25.00 30.00
Butter 20 packets per packet 3.00 3.00
Milk 200 kg. per kg. 4.00 4.10
Salt 10 kg. per tonne 1000.00 1000.00
Clothing 100 metres per metre 10.00 15.00
Entertain-
ment 30 units per unit 10.00 10.00
House 4 units per unit 200.00 250.00
Suppose the importance of various items in the family budget are given as below,
will there be any difference in the result?
Items: Wheat Rice Pulses Eggs Fish Chicken
Weights: 30 30 25 1 .5 2
Items: Cheese Butter Milk Salt Clothing Entertainment House
Weights: 1 1 8 1 50 30 26
(One tonne = 1000 kg., One Quintal = 100 kg.)
Solution:
Calculation of Consumer Index
Price
Quantity Prices Prices Value Price
Relatives x
consumed in in Weights Relatives
Commodities Unit Value
in 2011 2011 2012 or W 2011 =100
Weights
(q0) (po) (p1) (P0q0) (R)
(P1q0) (RW)
Wheat 150 kg. per Quintal 200 300.00 450.00 300 150.00 45,000
Rice 50 kg. per Quintal 600 700.00 350.00 300 116.67 35,001
Pulses 50 kg. per Quintal 500 600.00 300.00 250 120.00 30,000
Eggs 9 pieces per Dozen 12 9.00 6.75 9 75.00 675
Fish 5 kg per kg. 10 15.00 75.00 50 150.00 7,500
Chicken 10 pieces per piece 20 30.00 300.00 200 150.00 30,000
Cheese 200 gramms per kg. 25 30.00 6.00 5 120.00 600
Butter 20 packets per packet 3 3.00 60.00 60 100.00 6,000
Milk 200 kg. per kg. 4 4.10 820.00 800 102.00 82,000
Salt 10 kg. per Tonne 1000 1000.00 10.00 10 100.00 1,000
Clothing 100 metres per Metre 10 15.00 1500.00 1000 150.00 1,50,000
Entertainment 30 units per unit 10 10.00 300.00 300 100.00 30,000
House 4 units per unit 200 250.00 1000.00 800 125.00 1,00,000
5177.75 4084 1558.67 5,17,776
(Σp1q0) (Σpoqo) (ΣR) (ΣRW)
or ΣW
(i) By aggregative expenditure method:
Po1 = ΣP1q0 x 100 = 5177.75 x 100 = 126.78
ΣPoq0 4084.00
Factor Reversal Test: This test has also been formulated by Fisher. In the words
of Fisher, "Just as each formula should permit interchange of two items without
giving inconsistent result so it ought to be present in changing the price and
quantities without giving inconsistent result, i.e. the two results multiplied together
should give the true value, ratio”.
Simply, the product of price index and the quantity index should be equal
to corresponding value index. Formula:
P01 x Q01 = ΣP1q1
ΣPoq0
Factor reversal test is satisfied only by Fisher's formula, that's why his formula is
called ideal index number.
Though Fisher's formula satisfies all mathematical characteristics but it does not
clearly indicate what it measures. The result of this formula shows the effect of
change in prices as well as- in quantities, whereas we generally keep the one
distinct from the other.
Theoretically, Fisher's formula is suitable but for practical use, it is not much
useful.
Illustration: 14
Calculate Fisher's Ideal Index for the following data and show that it satisfies time
reversal and factor reversal tests.
Base year Current year
Articles Price (Rs) Quantity (Kg) Price (Rs) Quantity (Kg)
A 6 50 9 55
B 2 100 3 125
C 4 60 6 65
D 10 30 14 25
= 1530 x 1610
1040 1090
= 1090 x 1040
1010 1530
= 1530 x 1610
1040 1090
= 1090 x 1610
1040 1530
= 1610 x 1040
1610 x 1040
Q01 = q1 x 100
q0
Base Shifting: Base shifting is generally required due to following two reasons:
(i) The base year is too old to compare with the current year.
(ii) If different series of index numbers are based on different base years and they
are to be compared with each other.
1. Reconstruction Method: In-this method base year's price is taken as 100 and
price relatives are computed for each year accordingly. This method requires more
exercise hence is generally not used.
2. Short-cut Method: In this method new base year's index is taken as 100 and for
old index number the following formula is used:
New Index Number based on new base = Old Index No. of current year x 100
Old Index No. of new base year
Illustration: 15
Shift the base of the following indices from 2003 to 2008:
Solution:
For shifting the base year index number of 2008 will be taken as 100 and for rest,
the following formula will be used:
New Index Number based on new base = Old Index No. of current year x 100
Old Index No. of new base year
(ii) Index No. of Real Income = Real Income of current year x 100
Or deflated Index number Real Income of base year
(iii) If index number of money income is given in the question and index number
of real wages are to be computed, then:
Index No. of Real Wages = Index No. of wages for the year x 100
Price Index for the year
Illustration: 16
The following table gives the average monthly salary of a teacher and the general
index of price during the last 8 years:
Year: 2004 2005 2006 2007 2008 2009 2010 2011 2010
Income (in Rs) 360 420 500 550 600 660 720 780 820
Price Index 100 104 115 160 250 300 360 400 425
Find the real average monthly income and its index nos. taking 2004 as base.
Solution:
Construction of Real Income Index Nos.
Note: (1) Real Income have been computed by using the formula:
Money Income x 100
Price index
(2) Index No. of Real Income have been computed by using the formula
Real Salary of Current Year x 100
Real salary of base year
Splicing
Sometimes series of index number based on a certain year is discontinued and a
new series of index number is prepared by taking another year as base. Thus two
series of index number would result. In this situation index number of these two
series are not comparable because both are based on different years. If these are to
Vidhyadhar Nagar: F – 45, Balaji Tower – I, Behind Vishal Mega Mart.
Mansarovar: 69/318, VT Road, Mansarovar
Contact: 9829959536,7737733360,9928001210 6 .22
A unit of Realwaves (P) Ltd Index Number
be compared then new series will be converted on the basis of old series or vice-
versa, this conversion/shifting is called splicing. Splicing may be taken as another
form of base shifting.
Illustration: 17
Two series of Index Nos. are given below, old is based on 2003 and new is based
on 2007:
Year : 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012
Index Nos.
(2003 =100)
100 120 140 180 200
I. Nos.
(2007 =100)
100 140 160 240 290 320
Splice the new series (2005 = 100) with the old series (2001 = 100) and vice-versa
Solution:
Spliced Index Numbers
Year Old Series New Series New spliced Old spliced
with old with new
2003 100 - 100 50
2004 120 - 120 60
2005 140 - 140 70
2006 180 - 180 90
2007 200 100 200 100
2008 - 140 280 140
2009 - 160 320 160
2010 - 240 480 240
2011 - 290 580 290
2012 - 320 640 320
Vidhyadhar Nagar: F – 45, Balaji Tower – I, Behind Vishal Mega Mart.
Mansarovar: 69/318, VT Road, Mansarovar
Contact: 9829959536,7737733360,9928001210 6 .23
A unit of Realwaves (P) Ltd Index Number
Note:
(i) Splicing of new series with old series has been done as follows:
(2007): 100 = 200; (2008): 140 x 200 = 280; (2009): 160 x 200 = 320
100 100
(2010): 240 x 200 = 480 (2011): 290 x 200 = 580; (2012): 320 x 200 = 640
100 100 100
(ii) Splicing of old series with old series has been done as follows:
(2003): 100 x 100 = 50; (2004): 100 x 120 = 60; (2005): 100 x 140 = 70
200 200 200
(2006): 100 x 180 = 90 (2007): 100 x 200 = 100; (2008): and onward
200 100 (given)
Illustration: 18
The prices of articles A and B for the years 2009 and 2010 are given below:
Years Prices Per Unit is Rs
A B
2011 10 3
2012 5 6
Using simple average construct Index Number of prices of 2012 taking 2011 as
base. Then construct index number of prices in 2011 taking 2012 as base.
Comment on the contradictory results.
Solution:
Index No. for 2012 taking 2011 as Base
Sr.no Article Price 2011 Price 2012 R = P1 x 100 Total
P0 P1 P0
1 A 10 5 5 x 100 = 50 250
10
2 B 3 6 6 x 100 = 200 I.No. = 250 = 125
3 2
Index No. for 2009 taking 2010 as Base
Sr.no Article Price 2011 Price 2012 R = P1 x 100 Total
P0 P1 P0
1 A 10 5 10 x 100 = 200 250
5
2 B 3 6 3 x 100 = 50 I.No. = 250 = 125
6 2
Comment: It reveals that the results of both the years is the same, which is not
correct by any means. It is the defect of simple mean which does not possess the
reversibility.
Illustration: 19
The average of wholesale prices was higher in 2012 than in 2011 by 15.1 per cent,
the index number for two years being 108.7 and 94.4 respectively (2005=100). The
increase followed rise of 6.1, 1.0 and 2.8 per cent, each year being compared with
the preceding year. In 2008 prices were the same as in 2007, but 2.5 per cent below
2006. Prices in 2006 were 12.2 per cent below 2005. From these data, compute the
index numbers for each year from 2005 to 2012.
Solution:
The information given in the question is related to Link Relatives. So at first link
relatives will be put in column 2. The base of comparison is preceding year.
Thereafter these have been chained to 2005.
Illustration: 20
Given the production of wool in crores of kgs. in Australia and the whole world for
five years from 2008. Construct index numbers of the share of Australia in world
supply taking average output from 2008 to 2012 as base:
Years 2008 2009 2010 2011 2012
Australia: 80 88 92 89 87
Whole World: 272 281 279 276 267
Solution:
Vidhyadhar Nagar: F – 45, Balaji Tower – I, Behind Vishal Mega Mart.
Mansarovar: 69/318, VT Road, Mansarovar
Contact: 9829959536,7737733360,9928001210 6 .25
A unit of Realwaves (P) Ltd Index Number
Illustration: 21
An enquiry into the budgets of middle class families of Jodhpur gave the following
information:
Standard
Expenses on Price 201l Price 2012 Price (Rs)
Food 35% 150 145 100
Rent 15% 30 30 25
Clothing 20% 75 65 50
Fuel 10% 25 25 20
Miscellaneous 20% 40 45 40
What changes in the cost of living figures of 2011 and 2012 are seen as compared
to standard price? Also find out the percentage increase in prices in 2012 as
compared to 2011?
Solution:
This question is of Family Budget Method. Hence, first, price relative (R1& R2)
will be computed on the basis of standard prices by using following formula:
R1 = P1 x 100, R2 = P2 x 100
P0 P0
Illustration: 22
An association of drinkers consists 50 members using standard drinks. Calculate
weighted consumer price index for 2012 based on 2011 prices:
Name of the Drink Whisky Rum Gin Brandy Wine Tharra
Price per bottle
2011 60 55 40 30 10 10
2012 75 60.50 50 45 12 08
Out of 50 members 10 members prefer Whisky, 5 members Gin, 8 members
Brandy, 7 members Rum, 12 members Wine and the rest prefer Tharra.
Solution:
Illustration: 23
Construct Fisher's ideal index no. for the following table:
Illustration: 24
Calculate the Fisher's ideal index no. from the following table:
Articles 2011 2012
Expenses Price Expenses Price
(in Rs) (in Rs) (in Rs) (in Rs)
X 300 10 150 10
Y 400 8 250 25
Z 420 7 200 40
Solution:
In this problem price and expenditure is given but quantity is not given. We will
find out qty. by dividing expenditure with price.
Construction of Fisher's Ideal Index Number
Base Year Current Year
Year 2014
Define Index Number. What are the main ways of constructing Index Number?
*****
Vidhyadhar Nagar: F – 45, Balaji Tower – I, Behind Vishal Mega Mart.
Mansarovar: 69/318, VT Road, Mansarovar
Contact: 9829959536,7737733360,9928001210 6 .29
A unit of Realwaves (P) Ltd Probability
CHAPTER 7 PROBABILITY
The word ‘probability’ is related with chance of happening or not happening of an
event. In our daily life we come across with some events of estimating i.e.,
probability e.g. ‘the probability that it will rain today’, ‘probability of getting a
particular number up when dice is thrown’, probability of getting a head or tail by
tossing a coin etc.
PERMUTATIONS (Arrangement)
Permutation refers to the different arrangements of objects in a set where all
elements are different and distinguishable.
Permutations of n different objects taken r at a time: Suppose we have n different
objects and r space to be filled. For filling the first space we can choose any object
from n object hence to fill first space from r spaces the are or n objects.
The first space can be filled in n different ways. The second space can be
filled in (n -1) ways. There are (n - 2) ways for the third space and so on. The final
space is filled in n - (r -1) = n – r + 1 ways after the first space have been filled up.
n
Pr = n
(n-r)
In this way for getting permutations of n different objects taken r at a time there
are two formulae.
Combinations (selection)
Forming of different groups out of different items is known as combination. It is to
be noted that from combination point of view AB or BA are the same but from
permutation point of view they are different. One has to note that in combination
the placement of item in any order is not important while in case of permutation
the order of placement is important.
n
Cr = n
(n-r) r
Probability Theory
In the general language one use the term probability in the sense of happening or
not happening of an event.
Q1 Three Coins are tossed simultaneously. What is the probability that they will
fall 2 head and 1 tail.
Ans: P = 3/8
Types of events
(i) Equally likely events: Such an event which has equal chance of happening for
example getting head or tail on tossing a coin, in the same way getting one or six in
a throw of dice.
(ii) Independent events: These are such events the happenings of which do not
prevent the happening of other events. For example-getting head in the first chance
of tossing a coin do not prevent getting tail in second throw of coin.
(iii) Dependent events: If the happening of an event effects the other event then it
is known as dependent event. For example drawing a jack from a pack of cards
will have a probability of 4/52 or 1/13 but after drawing the jack and not replacing
it in the pack of cards the probability of drawing jack in the second chance will be
3/51, as such the second event is affected by the first event and such events are
called dependent events.
(iv) Overlapping events: if a part of an event can occur together with another part
of second event then these two or more events which occurred together are known
as overlapping events. In general, these events are partially overlapping. For
Probability Theorems
There are two important theorems of probability, namely:
1. Addition theorem 2. Multiplication theorem.
1. Addition theorem
Q1 A bag contains 5 red, 2 black, 3 yellow and 4 green balls. What is the
probability of getting a red or green ball at random in a single draw of one?
Ans: 9
14
Q2 A group of 200 dry cleaners has the following distribution of washers, driers,
and dishwashers.
Washers 110 washers and driers 40
Driers 50 dishwashers and driers 25
Dishwashers 60 washers and dishwashers 35
All three 20
Find the probability that a dry cleaner has a washer or drier or dishwasher.
Ans: 140
200
10% read Y and Z and 24% read all the three papers. Calculate the percentage of
people who do not read any of the three papers.
Ans: 1%
Q4 (i) What is the probability of drawing a spade or a king from a pack of cards.
(ii) Twenty balls are serially numbered and placed in a bag. Find the chance that
the first ball drawn in a multiple of 3 or 5.
(iii) A number is chosen at random from numbers ranging from 1 to 50. What is
the probability that the number chosen is either a multiple of 2 or 10?
Ans: (i) 16 (ii) 9 (iii) 1
52 20 2
Q5 If a pair of dice is thrown, and what is the probability that the sum of the digit
is neither 7 nor 11.
Ans: P = 7
9
Q7 A bag contains 20 balls marked 1 to 20. One ball is drawn at random. What is
the probability that it is marked with a number multiple of 5 or 7?
Ans: 6
20
Q1 A bag contains 5 red, 6 black and 4 green balls. What is the probability of
getting a red ball followed by a green ball in two successive draws of one ball
each, assuming that a ball once drawn is replaced before a second one is drawn?
Ans: 20
225
Q2 An ordinary coin and a six face dice were tossed simultaneously. Find out the
probability of the coin to fall with tail upward and the dice to fall with number 2
upward.
Ans: 1
12
Q4 Five men in a company of 15 are smokers. Three men are chosen, find the
probability that –
(i) All the 3 are smokers.
(ii) None of the three is smokers.
(iii) At least one is smoker.
Ans: (i) 2 (ii) 24 (iii) 67
91 91 91
Q5 Three cards are drawn from a pack of cards, find the probability that –
(i) They are a king, a queen and an ace.
(ii) 2 kings and an ace.
(iii) All spade cards.
(iv) All are red cards.
(v) Two red and 1 black card.
Ans: (i) 16 (ii) 6 (iii) 11 (iv) 2 (v) 13
5525 5525 850 17 34
Q6 A bag contains 4 white and 6 red balls. Two draws of 3 balls are made. Find
the probability that the first draw will give all the three white balls and the second
all the three red balls are replaced before the draw?
Vidhyadhar Nagar: F – 45, Balaji Tower – I, Behind Vishal Mega Mart.
Mansarovar: 69/318, VT Road, Mansarovar
Contact: 9829959536,7737733360,9928001210 7 .6
A unit of Realwaves (P) Ltd Probability
Ans: 1
180
Conditional Probability
Q1 From the packs of cards, three cards were drawn one by one, find the
probability that all the three cards are of black colour.
(i) If the card is not replaced back before the next draw.
(ii) If the card is replaced before the next draw.
Ans: (i) 2/17 (ii) 1/8
Q2 A bag contains 5 white and 3 black balls. Two balls are drawn at random one
after the other without replacement. Find the probability that both balls drawn are
black.
Ans: 3/28
Q3 Find the probability of number of kings drawn if 2 cards are drawn without
replacement from a pack of cards.
Ans: 1/221
Q4 The probability that a contractor will get a contract for road construction is 4/9
and the probability that he will get contract for the construction of a water tank is
5/7. What is the probability of getting at least one contract?
Ans: 53/63
Q6 There are 5 white and 8 red balls in a bag. Two draws of 3 balls (in each draw)
are made such that
(a) The balls are replaced before the second draw
(b) The balls are not replaced before the second draw. Find the probability of
getting 3 red balls in the first draw and 3 white balls in the second draw.
Ans: 7/429
Q7 Find the chance of drawing a king, a queen and a jack in that order from a pack
of cards in three consecutive draws, the cards drawn not being replaced.
Ans: 8/16575
Year 2014
(a) What is Baye's Theorem and explain the meaning of mutually exclusive events?
(b) A bag contains 6 red and 4 white balls. Another bag contains 3 red and 5 white
balls. A fair dice is tossed for the selection of bag. If dice shows 1 or 2 the first bag
is selected otherwise the second bag is selected. A ball is drawn from the selected
bag and found to be red. What is the probability that this ball comes from the first
bag?
Ans: 2/6 x 6/10 = 4/9
2/6 x 6/10 +4/6 x 3/8
Year 2012
(a) Answer the following:
(i) Probability of throwing exactly 7 with two dice? Ans: 6/36 or 1/6
(ii) The probability of drawing a 5 or a club? Ans: 16/52
(iii) The probability that the difference between the numbers showing when two
dice are rolled is 2? Ans: 8/36 or 2/9
(b) Two students A and B are given the same problem to solve. The odds in favour
of A solving the problems are 4 to 6 while against B solving the problem are 6 to 5.
Both the students try to solve the problem. Find the probability of the problem
being solved.
Ans: 4 x 5 = 2
10 11 11
Year 2007
From the pack of cards, 3 cards were taken out one by one, find the probability.
That the 3 cards of black colour
(i) If the card is not replaced back
(ii) If the card is replaced back.
That the card is black or king.
Ans: (i) 2/17 (ii) 1/8
Vidhyadhar Nagar: F – 45, Balaji Tower – I, Behind Vishal Mega Mart.
Mansarovar: 69/318, VT Road, Mansarovar
Contact: 9829959536,7737733360,9928001210 7 .8
A unit of Realwaves (P) Ltd Probability
Year 2005
Show that in a single throw with two dice, the chance of throwing more than 7 is
equal to that of throwing less than 7, each being equal to 5/12.
Year 2004
(a) A bag contains 5 white and 4 black balls. Two balls are drawn at random one
after the other without replacement. Find the probability that both balls are white.
Ans: 5/9 x 4/8 = 5/18
Year 2002
(a) The probability that a man will be alive for next 30 years is 2/3. Find the
probability that at least one of them will be alive 30 years hence.
Ans: 2/3
Year 2001
(a) Suppose it is 9 to 7 against a person A who is now 35 years of age living till he
is 65 and 3 to 2 against a person B now 45 years living till he is 75. Find the
chance that at least one of these persons will be alive 30 years hence.
Ans: 1- (9/16 x 3/5) = 53/80
Year 2000
The probability that a contractor will get a plumbing contract is 2/3 and the
probability that he will not get an electric contract is 5/9. If the probability of
getting at least one contract is 4/5, what is the probability that he will get both the
contracts?
Ans: P(A) +P(B) – P(AB)
2/3 + 4/9 – 4/5 = 14/45
*****
Theoretical distribution
Distributions, which are not obtained by actual observations but are deduced
mathematically under certain definite hypothesis or assumptions, are called
theoretical distributions.
Binomial distribution
The binomial distribution describes discrete data resulting from an experiment
known as Bernoulli process. The tossing of a coin a fixed number of times is a
Bernoulli process.
Bernoulli process
The trials are absolutely independent. The probability of r success in n trials where
p is the probability of success and 1-p = q is the probability of failure in case of
Bernoulli process is given by
P(r) = nCr pr q n-r
Q2 There are 5 workers in K- Pharma. The owner has studied the situation over a
period of time and has determined that there is 0.4 chance of any one employee
being late and that they arrive independently of one another. Find the probability
that:
(i) No employee is late.
(ii) At least one employee is late.
Q3 Six coins are thrown simultaneously. Find the chance of obtaining (i) no head
(ii) at least one head (iii) exactly two heads (iv) not more than two heads (v) more
than 3 heads.
Q4 Ten coins are tossed simultaneously. Find the probability of at least seven
heads.
Ans: 176/1024
Q6 In a multiple-choice quiz each question has 5 alternatives out of them only one
answer is correct. What is the probability of 6 correct answers out of 10 questions?
Ans: 0.0055
(b) A and B play a game. The probability of winning the game by A is 3/5. Find
the probability of winning at least 4 games by A in a set of 6 games.
Ans: (a) .01696 (b) 1701 or 0.54
3125
Q8 Eight coins are thrown simultaneously, find the probability of getting at least
six heads.
Ans: 37
256
POISSON DISTRIBUTION
Q2 Year 2014
A manufacturer of pins knows that 5% of his product is defective. If he sells pins
in boxes of 100 and guarantees that not more than 4 pins will be defective. What is
the probability that a box will fail to meet the guaranteed quality. (e –5 = 0.0067)
Ans: 0.5621
Q2 The Mumbai Municipal Corporation installs 2000 electric bulbs in the streets
of the city. These bulbs have an average life of 1000 hours with a standard
deviation of 200 hrs. if the life of the bulbs is assumed to be normally distributed,
what number of bulbs may be expected to fuse within first 700 hours?
X- 1 1.25 1.50
Ans: 134 bulbs
Year 2014
(a) What do you understand by Normal distribution? Give the importance of
Normal distribution.
(b) Assuming that 50% of the population of a town smokes and assuming that out
of 256 investigators each takes 10 individuals to find out if they smoke, how many
investigators would you expect to report that 3 people or less smoke?
Year 2013
(a) Six dice are thrown 729 times. How many times do you expect atleast three
dice to show e five or six?
Ans: Given N = 729, n = 6
The probability of getting either 5 or 6 = p = 1 + 1 + = 2 = 1
6 6 6 3
The probability of not getting 5 or 6 = q = 1 – 1 = 2
3 3
Thus p = 1, q = 2
3 3
P (atleast 3 dice to show 5 or 6) = P(3) + P(4) + P(5) + P(6)
= 233
729
Hence, out of 729, the number of times we expect atleast 3 dice to
show five or six
= 729 x 233 = 233
729
(b) In a city, ten accidents took place in a span of 50 days. Assuming that the
number of accidents per day follow the Poisson Distribution, find the probability
that there will be three or more accidents in a day. (Given: e-0.2 = 0.8187).
Ans = 1 - 0.999 = 0.001
4) Useful for Large Sample Tests: The normal distribution is also widely used in
case of large samples. Large sample tests are based on the properties of normal
distribution.
Year 2012
(a) The average test marks in a particular class is 79. The standard deviation is 5. if
the marks are distributed normally, how many students, in a class of 200 did not
receive marks between 75 and 82?
Given:
Pr (0 ≤ Z ≤ 0.7) = 0.2580
Pr (0 ≤ Z ≤ 0.8) = 0.288
Pr (0 ≤ Z ≤ 0.6) = 0.2257
When Z is a standard normal variable.
Total number of students who receive marks between 75 and 82= 200 x 0.5138=
102.76
So, (200 – 102.76) = 97.24 ≈ 97 students did not receive marks between 75 and 82
Year 2011
(a) When does a binomial distribution tend to become a normal and poisson
distribution?
Ans: According to Binomial distribution If an event E has probability p of
occurring in each of n independent trials and that of failure in any trial is q (=1 - p)
then the probability that it will occur exactly r times in n trails is given by:
f(r) = nCrprqn-r
When n is very large, p and q are not small, then binomial distribution tends
to normal distribution.
When n is very large and p is very small, then binomial distribution tends to
poisson distribution.
(b) A leading razor blade manufacturing factory turns out razor blades with a small
chance of one out of 1000 blades to be defective. Blades are supplied in packets of
10. Using poisson approximation, calculate the approximate number of packets
without any defective blades and with one defective in a consignment of 1000
packets. e -.01= .99
Ans: P(defective) = p = 1 ,n = 10
1000
Mean = m = 10 = 0.01
1000
Probability of zero defective = P(0) = e-m mr = e-.01 x .010= 0.99
r! 0!
Therefore, in a consignment of 1000 packets, 990 packets will have no defective
blades.
Probability of one defective = P(l) = e-m mr = e-.01 x .011= 0.99 x 0.01 = 0.0099
r! 1!
Therefore, in 1000 packets, approximately 10 packets will have a single blade
defective
Year 2010
It has been noticed in the World cup twenty-20 that the score posted by Indian
cricket team in a day is a normal variate N (150,225):
a) What is the probability they will score not more than 170 on a given day?
Ans:.5319
b) What is the probability they will score atleast 140 on a given day? Ans: .5160
c) What is the score they will post with probability equal to 0.97?
Ans: p(z) = 0.97 = 0.5 + 0.47 z = 1.89
1.89= x -150
225
x = 575.25
Year 2009
Three Coins are tossed simultaneously. Find the probability of (i) all heads (ii) one
head (iii) at least one head (iv) all tails.
Year 2006
Ten coins are thrown simultaneously. Find the probability of getting at least 7
heads.
Ans: 176/1024
Year 2004
(a) Raju and Ramu play a game. The probability of winning the game by Ramu is
2/5. Find the probability of winning at least 4 games by Ramu in a series of 5
games.
Year 2003
On an average five birds hit the Washington monument and are killed every week.
The government will allocate the fund for equipment to score birds away from the
monument if the probability of more than three birds being killed in any week
exceeds 0.7 will the funds be allocated?
Given e –5 = .00674
Ans: .351
Year 2002
(a) A and B play a game. The probability of winning the game by A is 3/5. Find
the probability of winning at least 4 games by A in a series of 6 games.
Year 2001
(a) What is Poisson distribution? Explain with an example and state the conditions
under which this distribution is used.
(b) 5000 students were appeared in an examination. The mean of marks was 39.5%
with a standard deviation of 12.5% marks. Assuming distribution of marks to be
normal, find the number of students who have secured more than 60% marks.
Some areas of standard normal curve are given below:
Z: 1.6 1.62 1.64 1.68
Areas: 0.4452 0.4474 0.4515 0.4535
*****
TotalNoofPages: tr
IM6I I3
M.B.A I Sem. (Main & Back) Exam. Jan. Z0l4
M-103 A Business Mathematics & Statistics
SECTION -A
.rt .so I
| .167
| .l2s l
If the market demand be of 100 units of Agriculture and 80 units of Industry.
Find the
fore cast demand.
tel
t6l
(b) One hundred customers from a particuiar branch were asked to state the time
they generally take to withdraw cash from their accounts. The data is given
below
No. of Customers 2A 50 20 10
Fertilizer used 15 18 20 24 30 3s 40 50
lt4l
(b) An investigation of the demand for TV sets in5 towns has resulted in the
following data _
Population (x) 11 t4 l7 2t 25
(in'000)
Q.5 (a) What is Baye's Theorem and explain the meaning of mutually exclusive events?
[s]
(b) A bag contains 6 red and 4 white balls. Another bag contains 3 red and 5 white
balls. A fair dice is tossed for the selection of bag. If dice shows I or 2 the first
. bag is selected otherwise the second bag is selected. A balt is drawu from the
selected bag and found to be red. What is the probability that this ball comes
from the first bag?
tel
Q.6 (a) What do you understand by Normal distribution? Give the importance of Normal
distribution. t6l
(b) A manufacturer of pins knows.that 5Yo of his products are defective. If he sells
pins in bo*L, of 100 and guarantees that not more than 4 pins wilt be defective,
what is the probability that a box will fail to meet the guaranteed Quality?
(.'= o.oorz) t8l
SBCTION -B
Q.7 (a) Solve the following seJof linear equations by using mahix method
xt ** 3xs: l
4xz
2xf 5x2 * 4xs:'4
' x1 -.jx2 - 2xj.: 5 t8l
(b) Assuming that 50%o of the population oia town smokes and assuming that out of
256 inveitigators each takes l0 individuals to find out if they smoke, how many
investigators would you expect to report that 3 people or less smoke? ,[6]
re
M.B.A. I Semester (Main/Back) Examination - 2015
M-103 ABusiness Mathematics & Statistics
[Total No. of Pages { 2
t-{
Instructions to Candidates:
I) ' The question paper is divided in two sections.
2) There are sections A & B. Section A contains 6 questions out of which the
candidates is required to attempt any 4 questions. Section B contains short
case studylapplication base 7 question which is compulsory.
3) All questions ore carrying equal marla.
Section - A
1. a) Veri$r the transpose of the product of two matrices equals the product of the
transposes taken in reverse order; that is
(AB)' = Br Ar
[El
. n=1, (7)
I ona B =Lz,-l;lf
L-r j
It z r 3l
j-,r34
A:l r o z 3l (7)
[-rr1t)
lM 6i13
Total No of Pages: pl
(Y)
t< LM6113
F{ M. B. A. I Sem. (MainlBack) Exam., Jan. 2016
\0 M-103A Business Mathematics and Statistics
t{
=
SECTION.A
A-r 171
20
'o/^,*ll
'..,_/ r
2x
02
= 6 find the value of x.
|
J.<6 Solve the following system of linear equations by matrix inversion method:
2x +y +42= 2, 2 + 4y +22= 3, 2x+ 3y + z = - 6 t7t
Q.3 (a) The profits and losses of a business concern for the years 20ll-2015 are given
below:. 141
i"g t* flij
Year Profit (in Rs.) Loss (in Rs.) LL"JiTI
ft-^h.#
2011 3000 *5 -{
'::,
20t2 4000
"* .,'. fl
Ul v'
! .* ,;,
"t:,.
r
2013 2500 'rif
lJj"l
/ t1J
1'.i
2014 2000 -. ]W:^,.
rrl
,/
a"4r_(g>/ Six dice are thrown 729 times. How many times do you expect at least three dice
/o show a 5 or 6? Ul
.(b/
\./' Find the standard deviation and coefficient of variation from the following table
giving the marks of 150 students: UI
^ )d't/-
.'Lt-
L x.-' '"+* t
/r{-
s (
\a \.
\ i,; t^
'Q lc
Q.5 (a) What is meant by an Index number? Explain briefly any two methods of
construction of Index numbers. t71
(b) The following table gives the change in the price and consumption of three
commodities. Compute Fisher's ideal price index number. 171
2005 2015
Commodity Price (Rs.) Quantity (Rs.) Price (Rs.) Quantity (Rs.)
Wheat 100 l0 ll0 6
Rice 150 t5 170 l8
Cloth 5 50 4 30
SECTION.B
Q.7 (a) Suppose a manufacturing firm produces steel pipes in three plants with daily
production volume of 500, 10fi) and 2000 units respectively. According to past
experience it is known that the fractions of defective output produced by the
three plants are respectively 0.005, 0.008 and 0.010. If a pipe is selected from a
day's total production and found to be defective. Find out what is the probability
that it came from the first plant. t71
(b) Assume a certain factory turning out razor blades, there is a small chance 1/500
for any blade to be defective. The blades are supplied in packets of 10. Use the
Poisson distribution to calculate the approximate number of packets containing
no defective, one defective and two defective blades respectively in a
tt -z 3l [r or olol
A-lz 3 -rl,*nerer-lo (7)
L-3 t 2) [o o r]
-r ol lz r :l
l-r
b) ' Ir 3l-| ,=l-,
ff A=12 '=l-'
o I,l
0
rl'
l, L, o ,l
I
Ir z -rl
rl 4i
u=l-, ,'l
z)
(7)
L3
b) Solve the following system of equations by using determinants (Cramers rule)
x-4y-z=71
2x-5y+22 =39 U,)
-3x+2y+z=l
b) The following table shows the number of workers in a factory whose weekly
earnings are given against them. Determine the mean valves ofweekly earnings
and standard deviation. (7)
Burrge of weelly rngs rn mbdr. of workers ,in
(9
.-r,G
{ -(b
74
6-8 T - ft'
L
"376
8- l0 1 /
?04
t0-12 t) -L J10
t2-14
l4-16 @
lf
0
1'"-
18
0
16-18
l)_ \
9
t8-20
/l A
9
20-22
\ v 0
4. a)
tryq)
order.
@s inthe following
First judge 1 6 5 t0 a
J 2 4 9 7 8
Second judge J -t
5 8 4 7 10 2 I 6 9
Thirdjudge 6 4 9 8 1 2
a
J 10 5 7
Use the rank of correlation to discuss which pair ofjudges havi the nearest
approach to common tastes in beauty. (7)
b) The equations of two regression lines obtained in a correlation analysis of 60
observations are 5x:6y+24 and 1000 y :76gx - 37Og
1M6113 (2)
b) In a' bolt factory machines A, B and C manufacture 25,35 and 40 percent of
the total of their output 5,4 and 2 percent are defective. A bolt is drawn at
random and is found to be defective, What are the probabilities that it was
manufactured by the machinesA, B and C? (7)
6. a) From the chain base index numbers given below, prepare fixed base index
numbers. (7)
1945 1946 1947 t948 t949 I 950
Section - B
7. a) A driven has two taxies, which he hires out day by day. The number of
demands for a taxi on each day is distributed as a poisson variate with mean
1.5. Calculate the porportion of days on which
Barley rc7 2 0 2 0
Maule 62 48 2 9 e (7)
.f,
?:
1M6113 (3)
VIDEO AVAILABLE FOR
WWW.MOREEDUCATION.IN ALL PRACTICAL & THEORY SUBJECT RTU MBA CLASSES SINCE 2005
Y-103A
Business Mathematics and Statistics
L.]
Time: 3 Hours Maximum Marks: 70
Min. Passing Marks: 28
Instnrctions to Candidates :
(i) The Etestiott poper is divided in two sections.
(ii) A & B. Section A contains 6 questions out of whiclt
There are sectiorts
the candidate is required to attempt any 4 questions. Section B
contains short case study / application based 7 question, which is
compulsory
(iii) All questions carry equal ntarl<s.
SECTION,A *
Q.1 (a) MORE EDUCATION
Company produces 9829959536
three products every day, Their total production on a certain
day is 45 tons. It is found that the production of third product exceeds the
production of flrst product by 8 tons, while the total:d,lbduction of the first and
[; ;]
and body weight (y) in kg. The data analyst offered'following summation
quantitiesbasedonthebasicdataonthetwovariablQs.'
!x= 166,Zy = 5tl7 ,Ixy = 9840, Z*'= 2892 andZy' = 33927 '
per unit of calode
Using these quantities. find (a) absolute increase in weight
most likely weight against a
inrake, (b) The minimum weight y intercept, (c) The
t10l
calorie intak e of 25 and (d) The standard error of estimate.
T
3
J
4
3 {v
I $d
No of Matehes 1
\'
MORE EDUCATION
goals9829959536
scored per match was 2-5 with
For tearn B the avetage number of
standard deviation of 1 ,25 goals' Find which team may be more consistent?
,* tel
probability for each,!9 win the contract?
(b) A bag contains white, 4 blue and 10 green balls. Two balls are drawn at
*
ffi. ;;;*. o.**ilitv that dpv will both be sreel': t 'D( t5l
Calculate index number of prices for 1995 on the basis of 1990 from the data
given below:- t8l
Commodity Wei._eht Price per unit Price per unit 1995( < )
1ee0({)
A 40 L6 20
B 25 40 50
C
D
20
15
L2
2
15
3
4 o[ 8
If the weights of commodities A.B,C and D are increased in the tatio l:2:3;4,
what will be the increase in index number?
A manufacture of dolls knows that 5Vo of his products are defective, if he sells
dolls in boxes of 100 and guarantees that not more than 4 dolls will be defective,
/
what is the probability that a box will fail to meet the guaranteed quality.
(.-'= 0.0067) t8l
SECTIOI\[-B
, |Lb?
C?Se Studv
e.7 A financeMORE
company hasEDUCATION
offices located in every 9829959536
division, every district and every
taluka in a certain state in India. Assunle that there are five divisions, 30 districts and
200 taluka in the state. Each office has 1 Head Clerk, 1 Cashier, 1 Clerk and 1 Peon. A
divisional office has in addition, One Office Superintendent,.2 Clerks, 1 Typist and'1
Peon. A district office has in addition, 1 Clerk and 1 Peon.
The basic daily salaries are as follows: Office Superintendent Rs. 500, Head Clerk
Rs. 200, Cashier Rs. 175, Clerks and Typist Rs. 150 and Peon Rs. 100. Using Matrix
notation. Find.
(a) The total number of posts of each kind in all the offices taken together. tsl
(b)Thetotalbasicdailysalarybi11ofeachkindofofficeandt4z( tsl
(c) The total basic daily bill of all the offic0s taken together. t4)
2) Thtere are sectionsA & B. Section A contqins 6 questions out of which the
candidate is required to attempt any 4 questions. Section B contains short
case study/application bqse I question which is compulsory.
3) All questions are carrying equol marks.
Section - A
2. ,6) Explain various measures of dispersion and its sign ificance. (6)
f) The following data relate to age of employees and the number of days they
were reported sick in a month.
Employees: I 2 : 4 5 6 7 8 l0
Age (X) : 30 32 3s N 48 s0 52 55 57 6t
tu
SickDays(Y): I 0 Z 5 Z 4 G 5
3. a) The following data give the experience of machine operators and their
performance ratings as given by the number of good parts turned out per
100 pieces.
Operator 12345678
Experience (X) 16 12 18 4 . 3 l0 5 12
Performance (Y) . 87 88 89 68 78 80 75 83
Ratings l$++tt
',_l.}
\y
Calculate the regression lines of performance ratings on experience and
estimate the portable performance if an operator has 7 years experience. (8)
iii) estimate thc value of y for x:0 kd uulu, of x when y: 13. ' 4S1Ll
4.? What do you mean by index number? What is the significance and need of
index numbers. I-Iow do we construct index numbers? (6)
yY Calculate fisher's ideal index from the given data. Does it satisff the time
reversal and fuctor reversal tests (8)
B 100 2 r20
C m 6 60
D l0 30 T2 24
E 8 40 12 36
\F,S>
1M6113 (2\
\ vq
'>z
I 5. a) The p;obability that a boy will not pass MBA examination
,2
rst and the
3
I
probability that a girl will not pass the MBA examination is Find the
5'
I
probability that only one ofthem will pass the examination. (6)
I
ii) Conditionalprobability.
rD Baye's theorem.
Share Average price (Rs.) Standard Deviation Cunent selling price (Rs.)
ii) If you are the holder of all three shares, which one would you like to
dispose of at present, and why? (g)
b) What do you mean by central tendency? What are the different measures of
central tendency? Explain appropriate situations to use different measures of
central tendency. (6)
1M6113 (3)
Section - B (CompulsorY)
7. a) The average monthly ,d., # 5000 firms are norrnally distributed. Its mean
and standard deviation are Rs. 36000 and Rs. 10000 respectively. Find
i) the number of firms the sales of which are over Rs. 40,000.
ii) the percentage of firms the sales of which will be between Rs. 38,500
and Rs.,41,000.
iii) the number of firms the sales of which will be between Rs. 30,000 and
Rs.40,000. The relevantextract atthe areatable (underthe normal curve)
is given below.
qt -\\\6 ,a
z 0.25 0.40 0.5 0.6 € ba)rl t gasr
Area 0.0987 0.1 554 0.19 t 5 0.2257
,o1 fr< (s) "qf
b) A manufacturing firm produces steel pipes in three plants with daily production
volumes of 500, 1000 and 2000 units respectively. According to past
experience, it is known that the fraction of a defective outputs produced by
the three plants are respectively .005, .008 and .010. If a pipe is selected from
a day's total production and found to be defective. What is the probability
that it came from the first Plant. (6)
0.5 0.1915 0.1950 0.1985 0.2019 0.2054 0.2088 0.2123 0.2157 0.2190 0.2224
0.6 0.2257 0.2291 0.2324 0.2357 0.2389 0.2422 0.2454 0.2486 0.2517 0.2549
0.7 0.2580 0.2611 0.2642 0.2673 0.2703 0.2734 0.2764 0.2794 0.2823 0.2852
0.8 0.2881 0.2910 0.2939 0.2967 0.2995 0.3023 0.3051 0.3078 0.3106 0.3133
0.9 0.3159 0.3186 0.3212 0.3238 0.3264 0.3289 0.3315 0.3340 0.3365 0.3389
1.0 0.3413 0.3438 0.3461 0.3485 0.3508 0.3531 0.3554 0.3577 0.3599 0.3621
1.1 0.3643 0.3665 0.3686 0.3780 0.3729 0.3749 0.3770 0.3790 0.3810 0.3830
1.2 0.3849 0.3869 0.3888 0.3907 0.3925 0.3944 0.3962 0.3980 0.3997 0.4015
1.3 0.4032 0.4049 0.4066 0.4082 0.4099 0.4115 0.4131 0.4147 0.4162 0.4177
1.4 0.4192 0.4207 0.4222 0.4236 0.4251 0.4265 0.4279 0.4292 0.4306 0.4319
1.5 0.4332 0.4345 0.4357 0.4370 0.4382 0.4394 0.4406 0.4418 0.4429 0.4441
1.6 0.4452 0.4463 0.4474 0.4484 0.4495 0.4505 0.4515 0.4525 0.4535 0.4545
1.7 0.4554 0.4564 0.4573 0.4582 0.4591 0.4599 0.4608 0.4616 0.4625 0.4633
1.8 0.4641 0.4649 0.4656 0.4664 0.4671 0.4678 0.4686 0.4693 0.4699 0.4706
1.9 0.4713 0.4719 0.4726 0.4732 0.4738 0.4744 0.4750 0.4756 0.4761 0.4767
2.0 0.4772 0.4778 0.4783 0.4788 0.4793 0.4798 0.4803 0.4808 0.4812 0.4817
2.1 0.4821 0.4826 0.4830 0.4884 0.4838 0.4842 0.4846 0.4850 0.4854 0.4857
2.2 0.4861 0.4864 0.4868 0.4871 0.4875 0.4878 0.4881 0.4884 0.4887 0.4890
2.3 0.4893 0.4896 0.4898 0.4901 0.4904 0.4906 0.4909 0.4911 0.4913 0.4916
2.4 0.4918 0.4920 0.4922 0.4925 0.4927 0.4929 0.4931 0.4932 0.4934 0.4936
2.5 0.4938 0.4940 0.4941 0.4943 0.4945 0.4946 0.4948 0.4949 0.4951 0.4952
2.6 0.4953 0.4955 0.4956 0.4957 0.4959 0.4960 0.4961 0.4962 0.4963 0.4964
2.7 0.4965 0.4966 0.4967 0.4968 0.4969 0.4970 0.4971 0.4972 0.4973 0.4974
2.8 0.4974 0.4975 0.4976 0.4977 0.4977 0.4978 0.4979 0.4979 0.4980 0.4981
2.9 0.4981 0.4982 0.4982 0.4983 0.4984 0.4984 0.4985 0.4985 0.4986 0.4986
3.0 0.4987 0.4987 0.4987 0.4988 0.4988 0.498 0.4989 0.4989 0.4990 0.4990