SlideShare a Scribd company logo
1 of 4
Download to read offline
1
Indian Institute of Technology Kanpur
Department of Humanities and Social Sciences
HSO201A Applied Probability and Statistics (2015-16-II)
Instructor: Professor Praveen Kulshreshtha
SUGGESTED SOLUTIONS TO
PRACTICE PROBLEM SET (PPS) # 3
1. Let X be a random variable with finite variance 2
. Show that for any real numbers
(constants) a and b, Var(aX + b) = a2
2
.
Let Y = aX + b. By definition,
Var(Y) = E[Y  E(Y)]2
= E(Y2
)  [E(Y)]2
= E[(aX + b)2
]  [E(aX + b)]2
= E(a2
X2
+ 2abX + b2
)  [aE(X) + b]2
= a2
E(X2
) + 2abE(X) + b2
 [a2
{E(X)}2
+ 2abE(X) + b2
]
= a2
[E(X2
)  {E(X)}2
]
= a2
Var(X) = a2
2
2. In 80% of all solar-heat installations, the utility bill is reduced by at least one-third.
Find the probability that the utility bill will be reduced by at least one-third in:
(a) five of six installations.
Let E = The event that the utility bill is reduced by at least one-third, in a solar-
heat installation. Then, clearly, P(E) = p (say) = 80% = 0.8. Let us call the
event E a “success”. Assume that the events E for successive solar-heat
installations are independent.
If the number of installations is n (positive integer), then clearly, the random
variable X, where X = No. of “successes” in n installations, follows the
Binomial distribution B(n, p). Here, n = 6 and p = 0.8 Using the p.m.f of the
Binomial(6, 0.8) distribution, we get:
P(X = 5) = (0.2) = 6(0.8)5
(0.2) = 0.393216
(b) at least five of six installations.
P(X  5) = P(X = 5) + P(X = 6) = (0.2) +
= 6(0.8)5
(0.2) + (0.8)6
= 0.393216 + 0.262144
= 0.65536
3. A shipment of 15 digital voice recorders contains 4 that are defective. If 5 of them are
randomly chosen for inspection, what is the probability that 2 of the 5 will be
defective?
Clearly, if 5 digital voice recorders, in a shipment containing only 15 digital voice
recorders, are randomly chosen for inspection, they are chosen without
replacement. A fixed number (4) of the voice recorders are ‘defective’ (of one
type), while the remaining number (11) of voice recorders are ‘non-defective’ (of
another type).
2
Let X be the number of ‘defective’ voice recorders, in a randomly chosen sample
of size n, where the total number of voice recorders in N (> n), and a fixed
number K of the voice recorders are ‘defective’. Since the sampling is done
without replacement, clearly X follows the hypergeometric distribution, with
parameters (N, n, K). Here, N = 15, n = 5 and K = 4. Using the p.m.f. of the
hypergeometric distribution, we obtain:
P(X = 2) = = ] ] / ]
= ](120) = 900/2730 = 0.32967
4. Show that the Moment Generating Function (m.g.f.) for a random variable:
(a) X  B(n, p); n > 1 (integer) and 0 < p < 1 (Binomial Distribution), is given by:
MX(t) = [p + (1-p)]n
(b) X  Po();  > 0 (Poisson Distribution), is given by: MX(t) = 
(c) Y  NB(r, p); r  1 (integer) and 0 < p < 1, where Y = No. of failures before the rth
success occurs (Negative Binomial Distribution), is given by: MY(t) =
(d) Y  g(p); 0 < p < 1, where Y = No. of failures before the 1st
success occurs
(Geometric Distribution), is given by: MY(t) =
(e) X  Discrete Uniform(1, N); N > 1 (integer) (Discrete Uniform Distribution), is
given by: MX(t) =
(f) X  Uniform(a, b); a < b (Continuous Uniform Distribution), is given by:
MX(t) = , for t  0; and MX(0) = 1
(g) X  Gamma(, );  > 0 and  > 0 (Gamma Distribution), is given by:
MX(t) =

, for t < 
(h) X  2
(p); p > 0 (integer) (Chi Square Distribution), is given by:
MX(t) = , for t <
(i) X  exp();  > 0 (Exponential Distribution), is given by: MX(t) =

, for t < 
Can be shown by using the definition of MX(t) = E(etX
). You may also refer to
Casella and Berger, Chapters 2 and 3 for many of the above derivations.
5. Derive the Expectation (mean ) and Variance (2
) for a random variable X, where:
(a) X  B(n, p); n > 1 (integer) and 0 < p < 1 (Binomial Distribution)
E(X) =  = np ; Var(X) = 2
= np(1-p)
(b) X  Po();  > 0 (Poisson Distribution)
E(X) =  =  ; Var(X) = 2
= 
(c) X  NB(r, p); r  1 (integer) and 0 < p < 1 (Negative Binomial Distribution)
E(X) =  = r(1-p)/p ; Var(X) = 2
= r(1-p)/p2
3
(see Casella and Berger, Chap. 3, pp. 96)
(d) X  g(p); 0 < p < 1 (Geometric Distribution)
E(X) =  = (1-p)/p ; Var(X) = 2
= (1-p)/p2
(since g(p)  NB(1, p))
(e) X  Discrete Uniform(1, N); N > 1 (integer) (Discrete Uniform Distribution)
E(X) =  = (N+1)/2 ; Var(X) = 2
= (N+1)(N-1)/12
(see Casella and Berger, Chap. 3, pp. 86)
(f) X  Hypergeometric (N, n, K); N > 1 (integer), n (integer) < N; K (integer) < N
(Hypergeometric Distribution)
E(X) =  = (KM)/N ; Var(X) = 2
= [(KM)/N][(N-M)(N-K)/N(N-1)]
(see Casella and Berger, Chap. 3, pp. 87-88)
(g) X  Uniform(a, b); a < b (Continuous Uniform Distribution)
E(X) =  = (b + a)/2 ; Var(X) = 2
= (b - a)2
/12
(see Casella and Berger, Chap. 3, pp. 99)
(h) X  Gamma(, );  > 0 and  > 0 (Gamma Distribution)
E(X) =  =  ; Var(X) = 2
= 2
(see Casella and Berger, Chap. 3, pp. 100)
(i) X  2
(p); p > 0 (integer) (Chi Square Distribution)
E(X) =  = p ; Var(X) = 2
= 2p (since 2
(p) Gamma(p/2, 2))
(j) X  exp();  > 0 (Exponential Distribution)
E(X) =  =  ; Var(X) = 2
= 2
(since exp() Gamma(1, ))
- Can be derived by using the definitions of expectation and variance. You may
also refer to Casella and Berger, Chapters 2 and 3 for many of the above
derivations.
6. A counter records an average of 1.3 gamma particles per millisecond coming from a
radioactive substance. Let X denote the random variable, which equals the count of
gamma particles during the next millisecond.
(a) Find a suitable probability distribution for X. What are the parameters of this
distribution?
Since X denotes the count of gamma particles per millisecond, X is a discrete
random variable. Moreover, the average number of gamma particles is fixed
(1.3). Therefore, we can model X as following a Poisson distribution, with
mean 1.3. Clearly, the parameter of this distribution is:  = 1.3 (E(X) = Var(X)
= )
(b) What are the mean and variance of the above distribution?
Since X  Po( =1.3), E(X) = Var(X) =  = 1.3
(c) Determine the probability that one or more gamma particles will be emitted during
the next millisecond.
P(X  1) = e-1.3
(1.3) = 0.35429
4
7. In the city of Kanpur, the proportion of road sections requiring repairs in any given
year is a random variable having the beta distribution, with shape parameters  = 3
and  = 2.
(a) On average, what percentage of the road sections in Kanpur city require repairs in
any given year?
If X  Beta(, ), then E(X) = /(+). Here,  = 3 and  = 2.
Therefore, E(X) = 3/5 = 0.6
(b) Find the probability that at least half of the road sections in Kanpur city will
require repairs in any given year.
P(X  (1/2) = 0.5) = =
= = 12[{1-(0.5)3
}/3] - 12[{1-(0.5)4
}/4] = 3.5 – 2.8125 = 0.6875
8. In the city of Kanpur, the daily consumption of electricity (in thousands of megawatt-
hours) can be treated as a random variable having the gamma distribution, with shape
parameter  = 2 and scale parameter  = 5. If the power plant of the city has a daily
capacity of 100 megawatt-hours, what is the probability that this power supply will be
inadequate on any given day?
P(X  100) = = = (0.04)[500e-20
+ 25e-20
]
using integration by parts. Hence,
P(X  100) = (0.04)(525)e-20
= 4.3284 x (10)-8

More Related Content

What's hot

Aircraft Structures for Engineering Students 5th Edition Megson Solutions Manual
Aircraft Structures for Engineering Students 5th Edition Megson Solutions ManualAircraft Structures for Engineering Students 5th Edition Megson Solutions Manual
Aircraft Structures for Engineering Students 5th Edition Megson Solutions ManualRigeler
 
Trig cheat sheet
Trig cheat sheetTrig cheat sheet
Trig cheat sheetAneel Ahmad
 
Complex numbers precalculus
Complex numbers   precalculusComplex numbers   precalculus
Complex numbers precalculusItumeleng Segona
 
Unit 1: Topological spaces (its definition and definition of open sets)
Unit 1:  Topological spaces (its definition and definition of open sets)Unit 1:  Topological spaces (its definition and definition of open sets)
Unit 1: Topological spaces (its definition and definition of open sets)nasserfuzt
 
(Ebook pdf) - physics - introduction to tensor calculus and continuum mechanics
(Ebook pdf) - physics - introduction to tensor calculus and continuum mechanics(Ebook pdf) - physics - introduction to tensor calculus and continuum mechanics
(Ebook pdf) - physics - introduction to tensor calculus and continuum mechanicsAntonio Vinnie
 
【Word】「きれいに」式を書く
【Word】「きれいに」式を書く【Word】「きれいに」式を書く
【Word】「きれいに」式を書くKazuhiro Suga
 
Binomial distribution and applications
Binomial distribution and applicationsBinomial distribution and applications
Binomial distribution and applicationsjalal karimi
 
application of partial differentiation
application of partial differentiationapplication of partial differentiation
application of partial differentiationeteaching
 
Ideals and factor rings
Ideals and factor ringsIdeals and factor rings
Ideals and factor ringsdianageorge27
 
Rough sets and fuzzy rough sets in Decision Making
Rough sets and  fuzzy rough sets in Decision MakingRough sets and  fuzzy rough sets in Decision Making
Rough sets and fuzzy rough sets in Decision MakingDrATAMILARASIMCA
 
Cholesky method and Thomas
Cholesky method and ThomasCholesky method and Thomas
Cholesky method and Thomasjorgeduardooo
 
Linear integral equations
Linear integral equationsLinear integral equations
Linear integral equationsSpringer
 
Engg. math 1 question bank by mohammad imran
Engg. math  1 question bank by mohammad imran Engg. math  1 question bank by mohammad imran
Engg. math 1 question bank by mohammad imran Mohammad Imran
 
Quaternion algebra
Quaternion algebraQuaternion algebra
Quaternion algebravikash0001
 

What's hot (20)

Aircraft Structures for Engineering Students 5th Edition Megson Solutions Manual
Aircraft Structures for Engineering Students 5th Edition Megson Solutions ManualAircraft Structures for Engineering Students 5th Edition Megson Solutions Manual
Aircraft Structures for Engineering Students 5th Edition Megson Solutions Manual
 
Trig cheat sheet
Trig cheat sheetTrig cheat sheet
Trig cheat sheet
 
metric spaces
metric spacesmetric spaces
metric spaces
 
Infiniti infinitesimi asintoti
Infiniti infinitesimi asintotiInfiniti infinitesimi asintoti
Infiniti infinitesimi asintoti
 
Complex numbers precalculus
Complex numbers   precalculusComplex numbers   precalculus
Complex numbers precalculus
 
Unit 1: Topological spaces (its definition and definition of open sets)
Unit 1:  Topological spaces (its definition and definition of open sets)Unit 1:  Topological spaces (its definition and definition of open sets)
Unit 1: Topological spaces (its definition and definition of open sets)
 
(Ebook pdf) - physics - introduction to tensor calculus and continuum mechanics
(Ebook pdf) - physics - introduction to tensor calculus and continuum mechanics(Ebook pdf) - physics - introduction to tensor calculus and continuum mechanics
(Ebook pdf) - physics - introduction to tensor calculus and continuum mechanics
 
【Word】「きれいに」式を書く
【Word】「きれいに」式を書く【Word】「きれいに」式を書く
【Word】「きれいに」式を書く
 
Binomial distribution and applications
Binomial distribution and applicationsBinomial distribution and applications
Binomial distribution and applications
 
application of partial differentiation
application of partial differentiationapplication of partial differentiation
application of partial differentiation
 
Ideals and factor rings
Ideals and factor ringsIdeals and factor rings
Ideals and factor rings
 
Rough sets and fuzzy rough sets in Decision Making
Rough sets and  fuzzy rough sets in Decision MakingRough sets and  fuzzy rough sets in Decision Making
Rough sets and fuzzy rough sets in Decision Making
 
Maxima and minima
Maxima and minimaMaxima and minima
Maxima and minima
 
Cholesky method and Thomas
Cholesky method and ThomasCholesky method and Thomas
Cholesky method and Thomas
 
Linear integral equations
Linear integral equationsLinear integral equations
Linear integral equations
 
project
projectproject
project
 
Fourier series
Fourier series Fourier series
Fourier series
 
Engg. math 1 question bank by mohammad imran
Engg. math  1 question bank by mohammad imran Engg. math  1 question bank by mohammad imran
Engg. math 1 question bank by mohammad imran
 
Quaternion algebra
Quaternion algebraQuaternion algebra
Quaternion algebra
 
Small sample
Small sampleSmall sample
Small sample
 

Viewers also liked

Viewers also liked (17)

Lab tutor t_as_updated
Lab tutor t_as_updatedLab tutor t_as_updated
Lab tutor t_as_updated
 
Tutorial10 solution
Tutorial10 solutionTutorial10 solution
Tutorial10 solution
 
Tutorial 8
Tutorial 8Tutorial 8
Tutorial 8
 
Tutorial 7
Tutorial 7Tutorial 7
Tutorial 7
 
SOC486A Human Rights & Theory
 SOC486A Human Rights & Theory SOC486A Human Rights & Theory
SOC486A Human Rights & Theory
 
Home assignment 1
Home assignment 1Home assignment 1
Home assignment 1
 
SOC486A Human Rights & Theory
SOC486A Human Rights & TheorySOC486A Human Rights & Theory
SOC486A Human Rights & Theory
 
Assignmentl3 solutions
Assignmentl3 solutionsAssignmentl3 solutions
Assignmentl3 solutions
 
Solubility boston-2012-published
Solubility boston-2012-publishedSolubility boston-2012-published
Solubility boston-2012-published
 
Hogg
HoggHogg
Hogg
 
Phase transformation
Phase transformationPhase transformation
Phase transformation
 
Gamma, Expoential, Poisson And Chi Squared Distributions
Gamma, Expoential, Poisson And Chi Squared DistributionsGamma, Expoential, Poisson And Chi Squared Distributions
Gamma, Expoential, Poisson And Chi Squared Distributions
 
Poisson Distribution, Poisson Process & Geometric Distribution
Poisson Distribution, Poisson Process & Geometric DistributionPoisson Distribution, Poisson Process & Geometric Distribution
Poisson Distribution, Poisson Process & Geometric Distribution
 
Poisson distribution
Poisson distributionPoisson distribution
Poisson distribution
 
Random variables
Random variablesRandom variables
Random variables
 
Probability Distributions
Probability DistributionsProbability Distributions
Probability Distributions
 
Probability concept and Probability distribution
Probability concept and Probability distributionProbability concept and Probability distribution
Probability concept and Probability distribution
 

Similar to Hso201 a solutions to practice problem set 3-2015-16-ii

International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI) International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI) inventionjournals
 
Some Common Fixed Point Theorems for Multivalued Mappings in Two Metric Spaces
Some Common Fixed Point Theorems for Multivalued Mappings in Two Metric SpacesSome Common Fixed Point Theorems for Multivalued Mappings in Two Metric Spaces
Some Common Fixed Point Theorems for Multivalued Mappings in Two Metric SpacesIJMER
 
signal and system Lecture 2
signal and system Lecture 2signal and system Lecture 2
signal and system Lecture 2iqbal ahmad
 
Fixed points theorem on a pair of random generalized non linear contractions
Fixed points theorem on a pair of random generalized non linear contractionsFixed points theorem on a pair of random generalized non linear contractions
Fixed points theorem on a pair of random generalized non linear contractionsAlexander Decker
 
Existence Theory for Second Order Nonlinear Functional Random Differential Eq...
Existence Theory for Second Order Nonlinear Functional Random Differential Eq...Existence Theory for Second Order Nonlinear Functional Random Differential Eq...
Existence Theory for Second Order Nonlinear Functional Random Differential Eq...IOSR Journals
 
The Multivariate Gaussian Probability Distribution
The Multivariate Gaussian Probability DistributionThe Multivariate Gaussian Probability Distribution
The Multivariate Gaussian Probability DistributionPedro222284
 
Fixed points of contractive and Geraghty contraction mappings under the influ...
Fixed points of contractive and Geraghty contraction mappings under the influ...Fixed points of contractive and Geraghty contraction mappings under the influ...
Fixed points of contractive and Geraghty contraction mappings under the influ...IJERA Editor
 
Numarical values
Numarical valuesNumarical values
Numarical valuesAmanSaeed11
 
Numarical values highlighted
Numarical values highlightedNumarical values highlighted
Numarical values highlightedAmanSaeed11
 
Kumaraswamy disribution
Kumaraswamy disributionKumaraswamy disribution
Kumaraswamy disributionPankaj Das
 
Fixed point theorems in random fuzzy metric space through
Fixed point theorems in random fuzzy metric space throughFixed point theorems in random fuzzy metric space through
Fixed point theorems in random fuzzy metric space throughAlexander Decker
 
Matlab lab manual
Matlab lab manualMatlab lab manual
Matlab lab manualnmahi96
 
Chapter 3 – Random Variables and Probability Distributions
Chapter 3 – Random Variables and Probability DistributionsChapter 3 – Random Variables and Probability Distributions
Chapter 3 – Random Variables and Probability DistributionsJasonTagapanGulla
 
Rosser's theorem
Rosser's theoremRosser's theorem
Rosser's theoremWathna
 
Finance Enginering from Columbia.pdf
Finance Enginering from Columbia.pdfFinance Enginering from Columbia.pdf
Finance Enginering from Columbia.pdfCarlosLazo45
 
ISI MSQE Entrance Question Paper (2008)
ISI MSQE Entrance Question Paper (2008)ISI MSQE Entrance Question Paper (2008)
ISI MSQE Entrance Question Paper (2008)CrackDSE
 

Similar to Hso201 a solutions to practice problem set 3-2015-16-ii (20)

International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI) International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI)
 
Distributions
DistributionsDistributions
Distributions
 
Some Common Fixed Point Theorems for Multivalued Mappings in Two Metric Spaces
Some Common Fixed Point Theorems for Multivalued Mappings in Two Metric SpacesSome Common Fixed Point Theorems for Multivalued Mappings in Two Metric Spaces
Some Common Fixed Point Theorems for Multivalued Mappings in Two Metric Spaces
 
signal and system Lecture 2
signal and system Lecture 2signal and system Lecture 2
signal and system Lecture 2
 
final15
final15final15
final15
 
Fixed points theorem on a pair of random generalized non linear contractions
Fixed points theorem on a pair of random generalized non linear contractionsFixed points theorem on a pair of random generalized non linear contractions
Fixed points theorem on a pair of random generalized non linear contractions
 
Existence Theory for Second Order Nonlinear Functional Random Differential Eq...
Existence Theory for Second Order Nonlinear Functional Random Differential Eq...Existence Theory for Second Order Nonlinear Functional Random Differential Eq...
Existence Theory for Second Order Nonlinear Functional Random Differential Eq...
 
The Multivariate Gaussian Probability Distribution
The Multivariate Gaussian Probability DistributionThe Multivariate Gaussian Probability Distribution
The Multivariate Gaussian Probability Distribution
 
Multivariate Methods Assignment Help
Multivariate Methods Assignment HelpMultivariate Methods Assignment Help
Multivariate Methods Assignment Help
 
Fixed points of contractive and Geraghty contraction mappings under the influ...
Fixed points of contractive and Geraghty contraction mappings under the influ...Fixed points of contractive and Geraghty contraction mappings under the influ...
Fixed points of contractive and Geraghty contraction mappings under the influ...
 
05_AJMS_332_21.pdf
05_AJMS_332_21.pdf05_AJMS_332_21.pdf
05_AJMS_332_21.pdf
 
Numarical values
Numarical valuesNumarical values
Numarical values
 
Numarical values highlighted
Numarical values highlightedNumarical values highlighted
Numarical values highlighted
 
Kumaraswamy disribution
Kumaraswamy disributionKumaraswamy disribution
Kumaraswamy disribution
 
Fixed point theorems in random fuzzy metric space through
Fixed point theorems in random fuzzy metric space throughFixed point theorems in random fuzzy metric space through
Fixed point theorems in random fuzzy metric space through
 
Matlab lab manual
Matlab lab manualMatlab lab manual
Matlab lab manual
 
Chapter 3 – Random Variables and Probability Distributions
Chapter 3 – Random Variables and Probability DistributionsChapter 3 – Random Variables and Probability Distributions
Chapter 3 – Random Variables and Probability Distributions
 
Rosser's theorem
Rosser's theoremRosser's theorem
Rosser's theorem
 
Finance Enginering from Columbia.pdf
Finance Enginering from Columbia.pdfFinance Enginering from Columbia.pdf
Finance Enginering from Columbia.pdf
 
ISI MSQE Entrance Question Paper (2008)
ISI MSQE Entrance Question Paper (2008)ISI MSQE Entrance Question Paper (2008)
ISI MSQE Entrance Question Paper (2008)
 

Recently uploaded

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 

Hso201 a solutions to practice problem set 3-2015-16-ii

  • 1. 1 Indian Institute of Technology Kanpur Department of Humanities and Social Sciences HSO201A Applied Probability and Statistics (2015-16-II) Instructor: Professor Praveen Kulshreshtha SUGGESTED SOLUTIONS TO PRACTICE PROBLEM SET (PPS) # 3 1. Let X be a random variable with finite variance 2 . Show that for any real numbers (constants) a and b, Var(aX + b) = a2 2 . Let Y = aX + b. By definition, Var(Y) = E[Y  E(Y)]2 = E(Y2 )  [E(Y)]2 = E[(aX + b)2 ]  [E(aX + b)]2 = E(a2 X2 + 2abX + b2 )  [aE(X) + b]2 = a2 E(X2 ) + 2abE(X) + b2  [a2 {E(X)}2 + 2abE(X) + b2 ] = a2 [E(X2 )  {E(X)}2 ] = a2 Var(X) = a2 2 2. In 80% of all solar-heat installations, the utility bill is reduced by at least one-third. Find the probability that the utility bill will be reduced by at least one-third in: (a) five of six installations. Let E = The event that the utility bill is reduced by at least one-third, in a solar- heat installation. Then, clearly, P(E) = p (say) = 80% = 0.8. Let us call the event E a “success”. Assume that the events E for successive solar-heat installations are independent. If the number of installations is n (positive integer), then clearly, the random variable X, where X = No. of “successes” in n installations, follows the Binomial distribution B(n, p). Here, n = 6 and p = 0.8 Using the p.m.f of the Binomial(6, 0.8) distribution, we get: P(X = 5) = (0.2) = 6(0.8)5 (0.2) = 0.393216 (b) at least five of six installations. P(X  5) = P(X = 5) + P(X = 6) = (0.2) + = 6(0.8)5 (0.2) + (0.8)6 = 0.393216 + 0.262144 = 0.65536 3. A shipment of 15 digital voice recorders contains 4 that are defective. If 5 of them are randomly chosen for inspection, what is the probability that 2 of the 5 will be defective? Clearly, if 5 digital voice recorders, in a shipment containing only 15 digital voice recorders, are randomly chosen for inspection, they are chosen without replacement. A fixed number (4) of the voice recorders are ‘defective’ (of one type), while the remaining number (11) of voice recorders are ‘non-defective’ (of another type).
  • 2. 2 Let X be the number of ‘defective’ voice recorders, in a randomly chosen sample of size n, where the total number of voice recorders in N (> n), and a fixed number K of the voice recorders are ‘defective’. Since the sampling is done without replacement, clearly X follows the hypergeometric distribution, with parameters (N, n, K). Here, N = 15, n = 5 and K = 4. Using the p.m.f. of the hypergeometric distribution, we obtain: P(X = 2) = = ] ] / ] = ](120) = 900/2730 = 0.32967 4. Show that the Moment Generating Function (m.g.f.) for a random variable: (a) X  B(n, p); n > 1 (integer) and 0 < p < 1 (Binomial Distribution), is given by: MX(t) = [p + (1-p)]n (b) X  Po();  > 0 (Poisson Distribution), is given by: MX(t) =  (c) Y  NB(r, p); r  1 (integer) and 0 < p < 1, where Y = No. of failures before the rth success occurs (Negative Binomial Distribution), is given by: MY(t) = (d) Y  g(p); 0 < p < 1, where Y = No. of failures before the 1st success occurs (Geometric Distribution), is given by: MY(t) = (e) X  Discrete Uniform(1, N); N > 1 (integer) (Discrete Uniform Distribution), is given by: MX(t) = (f) X  Uniform(a, b); a < b (Continuous Uniform Distribution), is given by: MX(t) = , for t  0; and MX(0) = 1 (g) X  Gamma(, );  > 0 and  > 0 (Gamma Distribution), is given by: MX(t) =  , for t <  (h) X  2 (p); p > 0 (integer) (Chi Square Distribution), is given by: MX(t) = , for t < (i) X  exp();  > 0 (Exponential Distribution), is given by: MX(t) =  , for t <  Can be shown by using the definition of MX(t) = E(etX ). You may also refer to Casella and Berger, Chapters 2 and 3 for many of the above derivations. 5. Derive the Expectation (mean ) and Variance (2 ) for a random variable X, where: (a) X  B(n, p); n > 1 (integer) and 0 < p < 1 (Binomial Distribution) E(X) =  = np ; Var(X) = 2 = np(1-p) (b) X  Po();  > 0 (Poisson Distribution) E(X) =  =  ; Var(X) = 2 =  (c) X  NB(r, p); r  1 (integer) and 0 < p < 1 (Negative Binomial Distribution) E(X) =  = r(1-p)/p ; Var(X) = 2 = r(1-p)/p2
  • 3. 3 (see Casella and Berger, Chap. 3, pp. 96) (d) X  g(p); 0 < p < 1 (Geometric Distribution) E(X) =  = (1-p)/p ; Var(X) = 2 = (1-p)/p2 (since g(p)  NB(1, p)) (e) X  Discrete Uniform(1, N); N > 1 (integer) (Discrete Uniform Distribution) E(X) =  = (N+1)/2 ; Var(X) = 2 = (N+1)(N-1)/12 (see Casella and Berger, Chap. 3, pp. 86) (f) X  Hypergeometric (N, n, K); N > 1 (integer), n (integer) < N; K (integer) < N (Hypergeometric Distribution) E(X) =  = (KM)/N ; Var(X) = 2 = [(KM)/N][(N-M)(N-K)/N(N-1)] (see Casella and Berger, Chap. 3, pp. 87-88) (g) X  Uniform(a, b); a < b (Continuous Uniform Distribution) E(X) =  = (b + a)/2 ; Var(X) = 2 = (b - a)2 /12 (see Casella and Berger, Chap. 3, pp. 99) (h) X  Gamma(, );  > 0 and  > 0 (Gamma Distribution) E(X) =  =  ; Var(X) = 2 = 2 (see Casella and Berger, Chap. 3, pp. 100) (i) X  2 (p); p > 0 (integer) (Chi Square Distribution) E(X) =  = p ; Var(X) = 2 = 2p (since 2 (p) Gamma(p/2, 2)) (j) X  exp();  > 0 (Exponential Distribution) E(X) =  =  ; Var(X) = 2 = 2 (since exp() Gamma(1, )) - Can be derived by using the definitions of expectation and variance. You may also refer to Casella and Berger, Chapters 2 and 3 for many of the above derivations. 6. A counter records an average of 1.3 gamma particles per millisecond coming from a radioactive substance. Let X denote the random variable, which equals the count of gamma particles during the next millisecond. (a) Find a suitable probability distribution for X. What are the parameters of this distribution? Since X denotes the count of gamma particles per millisecond, X is a discrete random variable. Moreover, the average number of gamma particles is fixed (1.3). Therefore, we can model X as following a Poisson distribution, with mean 1.3. Clearly, the parameter of this distribution is:  = 1.3 (E(X) = Var(X) = ) (b) What are the mean and variance of the above distribution? Since X  Po( =1.3), E(X) = Var(X) =  = 1.3 (c) Determine the probability that one or more gamma particles will be emitted during the next millisecond. P(X  1) = e-1.3 (1.3) = 0.35429
  • 4. 4 7. In the city of Kanpur, the proportion of road sections requiring repairs in any given year is a random variable having the beta distribution, with shape parameters  = 3 and  = 2. (a) On average, what percentage of the road sections in Kanpur city require repairs in any given year? If X  Beta(, ), then E(X) = /(+). Here,  = 3 and  = 2. Therefore, E(X) = 3/5 = 0.6 (b) Find the probability that at least half of the road sections in Kanpur city will require repairs in any given year. P(X  (1/2) = 0.5) = = = = 12[{1-(0.5)3 }/3] - 12[{1-(0.5)4 }/4] = 3.5 – 2.8125 = 0.6875 8. In the city of Kanpur, the daily consumption of electricity (in thousands of megawatt- hours) can be treated as a random variable having the gamma distribution, with shape parameter  = 2 and scale parameter  = 5. If the power plant of the city has a daily capacity of 100 megawatt-hours, what is the probability that this power supply will be inadequate on any given day? P(X  100) = = = (0.04)[500e-20 + 25e-20 ] using integration by parts. Hence, P(X  100) = (0.04)(525)e-20 = 4.3284 x (10)-8