SlideShare a Scribd company logo
For any help regarding Statistics Exam Help
visit :- https://www.statisticsexamhelp.com/ ,
Email :- support@statisticsexamhelp.com or
call us at :- +1 678 648 4277
Problem 1. Prove that for all n ∈ N, the following identity holds
Solution. By induction on n ≥ 1, with induction hypothesis
for all n ∈ N
Base case (n = 1):
Inductive step: Assume P(n), we need to show that P(n + 1) holds.
Statistics Exam Help
as required.
We have shown that P(n) ⇒ P(n + 1). Thus, P(n) is true for all n ∈ N
Problem 2. Coin-Flip is a 2 player game. Each player wins with probability exactly 0.5. There
are no ties.
n people are playing a Coin-Flip tournament. Every person plays a Coin-Flip game
with every other person exactly once. Thus everybody plays n − 1 games. The outcomes of all
the games are mutually independent of one another.
Statistics Exam Help
We say that the tournament is a success if for every i ∈ {0, 1, . . . , n − 1}, there is exactly
one player, which we will refer to as pi, with exactly i wins.
(a) Prove that if the tournament is a success, then for any integers j, k with 0 ≤ k < j ≤ n
− 1, pj defeats pk.
(b) What is the probability that the tournament will be a success?
Statistics Exam Help
c) Show that your answer to part (b) is o(1). Solution. We have,
which for sufficiently large n, is clearly less than any positive constant, and thus is o(1).
Statistics Exam Help
Problem 3. A person is passing time by advancing a token on the set of natural numbers. In
the beginning, a token is placed on 0.
The person keeps playing moves forever. Each move proceeds as follows:
1. First the person tosses a fair coin (with heads/tails equally likely). 2
2. . Suppose the token is currently placed on n. If heads came up, then the person moves
the token to n + 3, otherwise he moves the token to n + 4.
For each n ∈ N, let En be the event ”There was a move on which the token landed on n”. Let pn
= Pr[En].
Find a recurrence relation for pn. You do not need to solve the recurrence, but you should
specify the boundary conditions that would be necessary to find a solution to the recurrence.
Statistics Exam Help
Problem 4. Exactly 1/5th of the people in a town have Beaver Fever©.
There are two tests for Beaver Fever, TEST1 and TEST2. When a person goes to a doctor
to test for Beaver Fever, with probability 2/3 the doctor conducts TEST1 on him and with
probability 1/3 the doctor conducts TEST2 on him.
When TEST1 is done on a person, the outcome is as follows:
• If the person has the disease, the result is positive with probability 3/4.
• If the person does not have the disease, the result is positive with probability 1/4.
When TEST2 is done on a person, the outcome is as follows:
• If the person has the disease, the result is positive with probability 1.
• If the person does not have the disease, the result is positive with probability 1/2.
A person is picked uniformly at random from the town and is sent to a doctor to test for Beaver
Fever. The result comes out positive. What is the probability that the person has the disease?
Statistics Exam Help
Solution. Let B be the event that the person has BLAH. Let T1 be the event that the person is
tested with test1. Let T2 be the event that the person is tested with test2. Let P be the event
that the test comes out positive.
A tree diagram is worked out below with the given information:
Statistics Exam Help
The probability that a person has BLAH, given that the test comes out positive is:
Problem 5. Two identical complete decks of cards, each with 52 cards, have been mixed
together. A hand of 5 cards is picked uniformly at random from amongst all subsets of exactly 5
cards.
Statistics Exam Help
(a) What is the probability that the hand has no identical cards (i.e., cards with the same suit and
value. For example, the hand �Q♥, 5♠, 6♠, 8♣, Q♥� has identical cards.)? We can calculate this
probability by computing
There are 104 cards. There are 5 cards in a hand. Order does not matter. The total number of
possible hands is:
There are 52 possible card faces, and we can choose 5 of them if no identical cards are allowed.
Additionally, each card can be from either deck 1 or deck 2. Therefore the number of hands
with no identical cards, chosen from 2 decks is:
Therefore the probability of drawing a hand with no identical cards is:
Statistics Exam Help
(b) What is the probability that the hand has exactly one pair of identical cards? This can be
solved by a similar approach. A hand of this type can be distinguished
by the face (suit and value) of the repeated card, and by the faces of the 3 non-repeated
cards. There are 52 possible values for the face of the repeated card.
Problem 6. [28 points] Scores for a final exam are given by picking an integer uniformly at
random from the set {50, 51, . . . , 97, 98}. The scores of all 128 students in the class are
assigned in this manner. For parts (a), (b), (c) and (d) you may NOT assume that these scores
are assigned independently. For parts (e), (f), (g) and (h) you MAY assume that these scores
are assigned independently.
Statistics Exam Help
(a) For i ∈ {1, . . . , 128}, what is E[Si] ?
(b) Show that E[S] = 74. Make no independence assumptions.
(c) Prove that
Make no independence assumptions.
(d) Improve your previous bound by using the fact that the minimum possible score is 50.
Prove that
Make no independence assumptions.
(e) For the remaining problems, assume that all the scores are assigned mutually
independently. Use Problem 1 of this final to find V ar[Si].
Statistics Exam Help
(f) What is V ar[S]?
(g) What is the standard deviation of S?
(h) Prove, using the Chebyshev Inequality, that
Solution.
(a) We simply take the average of the numbers from 50 to 98. Thus, E[Si] = 74.
(b) By linearity of expectation,
(c) By Markov’s inequality,
Statistics Exam Help
(d) We define a random variable T = S − 50, and thus E[T] = E[S] − 50 = 24. Now we just
apply Markov’s inequality:
(e) We define Ti = Si − 50.
(g) The standard deviation of S is simply the square root of the variance of S:
Statistics Exam Help
(h) Using Chebyshev’s inequality,
Problem 7. 1000 files F1, F2, . . . , F1000 have just reached a disk manager for writing onto
disk. Each file’s size is between 0MB and 1MB. The sum of all files’ sizes is 400MB.
The disk manager has 4 disks under its control. For each file Fi, the disk manager chooses
a disk uniformly at random from amongst the 4 disks, and Fi is written to that disk. The
choices of disk for the different files are mutually independent.
(a) What is the expected number of files that will be written to the first disk?
We can use indicator variables. For each file, Pi = 1 if Fi is written to the first disk. The
chance of an individual file being written to the first disk is 1/4. By linearity of
expectation, the expected number of files written to the first disk is the sum of the expected
values of Pi’s. The expected value of each indicator variable is 1/4, and
so the expected number of files to be written to the first disk
Statistics Exam Help
(b) What is the expected number of bytes written on the first disk?
We can say that each file Fi has bit size Si. Each file has a 1/4 chance of being written do the
first disk. Therefore, by linearity of expectation, the expected number of bytes written to the
first disk is the sum of the expected number of bytes per file written to the first disk, which
is:
(c) Find the best upper bound you can on the probability that 200MB or more are written on
the first disk?
For this we can use the first Chernoff bound, which is:
The Chernoff bound only works if X is the sum of random variables that each take on a value
between 0 and 1. The file size of each file in the first disk is between 0 and 1Mb . So we can
define X to be the total number of bytes in disk 1. The expected value of X is 100, so we take c
to be 2. We get:
Statistics Exam Help
(d) Find the best upper bound you can on the probability that there is some disk with 200MB or
more written on it?
For this we can use the Union Bound along with our result from above. The probability of
this event happening in one or more disks is upper bounded by the sum of the probabilities of
the event happening in each disk. This gives us an upper bound of
Statistics Exam Help

More Related Content

Similar to Statistics Exam Help

Statistical Assignment Help
Statistical Assignment HelpStatistical Assignment Help
Statistical Assignment Help
Statistics Homework Helper
 
Statistics Homework Help
Statistics Homework HelpStatistics Homework Help
Statistics Homework Help
Statistics Homework Helper
 
Statistics Homework Help
Statistics Homework HelpStatistics Homework Help
Statistics Homework Help
Statistics Homework Helper
 
Mathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpMathematical Statistics Assignment Help
Mathematical Statistics Assignment Help
Statistics Homework Helper
 
Probabilistic Systems Analysis- Edu Assignment Help
Probabilistic Systems Analysis- Edu Assignment HelpProbabilistic Systems Analysis- Edu Assignment Help
Probabilistic Systems Analysis- Edu Assignment Help
ElsieNjoki
 
Probability and Statistics - Week 1
Probability and Statistics - Week 1Probability and Statistics - Week 1
Probability and Statistics - Week 1
Ferdin Joe John Joseph PhD
 
Probability Homework Help
Probability Homework Help Probability Homework Help
Probability Homework Help
Statistics Assignment Help
 
Probability Homework Help
Probability Homework HelpProbability Homework Help
Probability Homework Help
Statistics Homework Helper
 
Mathematics Assignment Help
Mathematics Assignment Help Mathematics Assignment Help
Mathematics Assignment Help
Statistics Assignment Help
 
Mathematics Homework Help
Mathematics Homework HelpMathematics Homework Help
Mathematics Homework Help
Edu Assignment Help
 
Practice Test 2 Solutions
Practice Test 2  SolutionsPractice Test 2  Solutions
Practice Test 2 Solutions
Long Beach City College
 
Excel Homework Help
Excel Homework HelpExcel Homework Help
Excel Homework Help
Excel Homework Help
 
Probability Assignment Help
Probability Assignment HelpProbability Assignment Help
Probability Assignment Help
Statistics Assignment Help
 
Statistics Coursework Help
Statistics Coursework HelpStatistics Coursework Help
Statistics Coursework Help
Statistics Homework Solver
 
Mathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpMathematical Statistics Assignment Help
Mathematical Statistics Assignment Help
Excel Homework Help
 
powerpoints probability.pptx
powerpoints probability.pptxpowerpoints probability.pptx
powerpoints probability.pptx
carrie mixto
 
Probabilistic systems exam help
Probabilistic systems exam helpProbabilistic systems exam help
Probabilistic systems exam help
Statistics Exam Help
 
Note 1 probability
Note 1 probabilityNote 1 probability
Note 1 probabilityNur Suaidah
 

Similar to Statistics Exam Help (20)

Statistical Assignment Help
Statistical Assignment HelpStatistical Assignment Help
Statistical Assignment Help
 
Statistics Homework Help
Statistics Homework HelpStatistics Homework Help
Statistics Homework Help
 
Statistics Homework Help
Statistics Homework HelpStatistics Homework Help
Statistics Homework Help
 
Mathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpMathematical Statistics Assignment Help
Mathematical Statistics Assignment Help
 
Probabilistic Systems Analysis- Edu Assignment Help
Probabilistic Systems Analysis- Edu Assignment HelpProbabilistic Systems Analysis- Edu Assignment Help
Probabilistic Systems Analysis- Edu Assignment Help
 
Probability and Statistics - Week 1
Probability and Statistics - Week 1Probability and Statistics - Week 1
Probability and Statistics - Week 1
 
Probability Homework Help
Probability Homework Help Probability Homework Help
Probability Homework Help
 
Probability Homework Help
Probability Homework HelpProbability Homework Help
Probability Homework Help
 
Mathematics Assignment Help
Mathematics Assignment Help Mathematics Assignment Help
Mathematics Assignment Help
 
HW1 MIT Fall 2005
HW1 MIT Fall 2005HW1 MIT Fall 2005
HW1 MIT Fall 2005
 
Mathematics Homework Help
Mathematics Homework HelpMathematics Homework Help
Mathematics Homework Help
 
Practice Test 2 Solutions
Practice Test 2  SolutionsPractice Test 2  Solutions
Practice Test 2 Solutions
 
Excel Homework Help
Excel Homework HelpExcel Homework Help
Excel Homework Help
 
Probability Assignment Help
Probability Assignment HelpProbability Assignment Help
Probability Assignment Help
 
Statistics Coursework Help
Statistics Coursework HelpStatistics Coursework Help
Statistics Coursework Help
 
Probability
ProbabilityProbability
Probability
 
Mathematical Statistics Assignment Help
Mathematical Statistics Assignment HelpMathematical Statistics Assignment Help
Mathematical Statistics Assignment Help
 
powerpoints probability.pptx
powerpoints probability.pptxpowerpoints probability.pptx
powerpoints probability.pptx
 
Probabilistic systems exam help
Probabilistic systems exam helpProbabilistic systems exam help
Probabilistic systems exam help
 
Note 1 probability
Note 1 probabilityNote 1 probability
Note 1 probability
 

More from Statistics Exam Help

Probability and Statistics Exam Help
Probability and Statistics Exam HelpProbability and Statistics Exam Help
Probability and Statistics Exam Help
Statistics Exam Help
 
Excel Exam Help
Excel Exam HelpExcel Exam Help
Excel Exam Help
Statistics Exam Help
 
Mathematical Statistics Exam Help
Mathematical Statistics Exam HelpMathematical Statistics Exam Help
Mathematical Statistics Exam Help
Statistics Exam Help
 
Statistics Exam Help
Statistics Exam HelpStatistics Exam Help
Statistics Exam Help
Statistics Exam Help
 
Advanced Statistics Exam Help
Advanced Statistics Exam HelpAdvanced Statistics Exam Help
Advanced Statistics Exam Help
Statistics Exam Help
 
Statistics Coursework Exam Help
Statistics Coursework Exam HelpStatistics Coursework Exam Help
Statistics Coursework Exam Help
Statistics Exam Help
 
Statistics Exam Help
Statistics Exam HelpStatistics Exam Help
Statistics Exam Help
Statistics Exam Help
 
Probabilistic Systems Analysis Exam Help
Probabilistic Systems Analysis Exam HelpProbabilistic Systems Analysis Exam Help
Probabilistic Systems Analysis Exam Help
Statistics Exam Help
 
Stochastic Process Exam Help
Stochastic Process Exam HelpStochastic Process Exam Help
Stochastic Process Exam Help
Statistics Exam Help
 

More from Statistics Exam Help (9)

Probability and Statistics Exam Help
Probability and Statistics Exam HelpProbability and Statistics Exam Help
Probability and Statistics Exam Help
 
Excel Exam Help
Excel Exam HelpExcel Exam Help
Excel Exam Help
 
Mathematical Statistics Exam Help
Mathematical Statistics Exam HelpMathematical Statistics Exam Help
Mathematical Statistics Exam Help
 
Statistics Exam Help
Statistics Exam HelpStatistics Exam Help
Statistics Exam Help
 
Advanced Statistics Exam Help
Advanced Statistics Exam HelpAdvanced Statistics Exam Help
Advanced Statistics Exam Help
 
Statistics Coursework Exam Help
Statistics Coursework Exam HelpStatistics Coursework Exam Help
Statistics Coursework Exam Help
 
Statistics Exam Help
Statistics Exam HelpStatistics Exam Help
Statistics Exam Help
 
Probabilistic Systems Analysis Exam Help
Probabilistic Systems Analysis Exam HelpProbabilistic Systems Analysis Exam Help
Probabilistic Systems Analysis Exam Help
 
Stochastic Process Exam Help
Stochastic Process Exam HelpStochastic Process Exam Help
Stochastic Process Exam Help
 

Recently uploaded

Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 

Recently uploaded (20)

Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 

Statistics Exam Help

  • 1. For any help regarding Statistics Exam Help visit :- https://www.statisticsexamhelp.com/ , Email :- support@statisticsexamhelp.com or call us at :- +1 678 648 4277
  • 2. Problem 1. Prove that for all n ∈ N, the following identity holds Solution. By induction on n ≥ 1, with induction hypothesis for all n ∈ N Base case (n = 1): Inductive step: Assume P(n), we need to show that P(n + 1) holds. Statistics Exam Help
  • 3. as required. We have shown that P(n) ⇒ P(n + 1). Thus, P(n) is true for all n ∈ N Problem 2. Coin-Flip is a 2 player game. Each player wins with probability exactly 0.5. There are no ties. n people are playing a Coin-Flip tournament. Every person plays a Coin-Flip game with every other person exactly once. Thus everybody plays n − 1 games. The outcomes of all the games are mutually independent of one another. Statistics Exam Help
  • 4. We say that the tournament is a success if for every i ∈ {0, 1, . . . , n − 1}, there is exactly one player, which we will refer to as pi, with exactly i wins. (a) Prove that if the tournament is a success, then for any integers j, k with 0 ≤ k < j ≤ n − 1, pj defeats pk. (b) What is the probability that the tournament will be a success? Statistics Exam Help
  • 5. c) Show that your answer to part (b) is o(1). Solution. We have, which for sufficiently large n, is clearly less than any positive constant, and thus is o(1). Statistics Exam Help
  • 6. Problem 3. A person is passing time by advancing a token on the set of natural numbers. In the beginning, a token is placed on 0. The person keeps playing moves forever. Each move proceeds as follows: 1. First the person tosses a fair coin (with heads/tails equally likely). 2 2. . Suppose the token is currently placed on n. If heads came up, then the person moves the token to n + 3, otherwise he moves the token to n + 4. For each n ∈ N, let En be the event ”There was a move on which the token landed on n”. Let pn = Pr[En]. Find a recurrence relation for pn. You do not need to solve the recurrence, but you should specify the boundary conditions that would be necessary to find a solution to the recurrence. Statistics Exam Help
  • 7. Problem 4. Exactly 1/5th of the people in a town have Beaver Fever©. There are two tests for Beaver Fever, TEST1 and TEST2. When a person goes to a doctor to test for Beaver Fever, with probability 2/3 the doctor conducts TEST1 on him and with probability 1/3 the doctor conducts TEST2 on him. When TEST1 is done on a person, the outcome is as follows: • If the person has the disease, the result is positive with probability 3/4. • If the person does not have the disease, the result is positive with probability 1/4. When TEST2 is done on a person, the outcome is as follows: • If the person has the disease, the result is positive with probability 1. • If the person does not have the disease, the result is positive with probability 1/2. A person is picked uniformly at random from the town and is sent to a doctor to test for Beaver Fever. The result comes out positive. What is the probability that the person has the disease? Statistics Exam Help
  • 8. Solution. Let B be the event that the person has BLAH. Let T1 be the event that the person is tested with test1. Let T2 be the event that the person is tested with test2. Let P be the event that the test comes out positive. A tree diagram is worked out below with the given information: Statistics Exam Help
  • 9. The probability that a person has BLAH, given that the test comes out positive is: Problem 5. Two identical complete decks of cards, each with 52 cards, have been mixed together. A hand of 5 cards is picked uniformly at random from amongst all subsets of exactly 5 cards. Statistics Exam Help
  • 10. (a) What is the probability that the hand has no identical cards (i.e., cards with the same suit and value. For example, the hand �Q♥, 5♠, 6♠, 8♣, Q♥� has identical cards.)? We can calculate this probability by computing There are 104 cards. There are 5 cards in a hand. Order does not matter. The total number of possible hands is: There are 52 possible card faces, and we can choose 5 of them if no identical cards are allowed. Additionally, each card can be from either deck 1 or deck 2. Therefore the number of hands with no identical cards, chosen from 2 decks is: Therefore the probability of drawing a hand with no identical cards is: Statistics Exam Help
  • 11. (b) What is the probability that the hand has exactly one pair of identical cards? This can be solved by a similar approach. A hand of this type can be distinguished by the face (suit and value) of the repeated card, and by the faces of the 3 non-repeated cards. There are 52 possible values for the face of the repeated card. Problem 6. [28 points] Scores for a final exam are given by picking an integer uniformly at random from the set {50, 51, . . . , 97, 98}. The scores of all 128 students in the class are assigned in this manner. For parts (a), (b), (c) and (d) you may NOT assume that these scores are assigned independently. For parts (e), (f), (g) and (h) you MAY assume that these scores are assigned independently. Statistics Exam Help
  • 12. (a) For i ∈ {1, . . . , 128}, what is E[Si] ? (b) Show that E[S] = 74. Make no independence assumptions. (c) Prove that Make no independence assumptions. (d) Improve your previous bound by using the fact that the minimum possible score is 50. Prove that Make no independence assumptions. (e) For the remaining problems, assume that all the scores are assigned mutually independently. Use Problem 1 of this final to find V ar[Si]. Statistics Exam Help
  • 13. (f) What is V ar[S]? (g) What is the standard deviation of S? (h) Prove, using the Chebyshev Inequality, that Solution. (a) We simply take the average of the numbers from 50 to 98. Thus, E[Si] = 74. (b) By linearity of expectation, (c) By Markov’s inequality, Statistics Exam Help
  • 14. (d) We define a random variable T = S − 50, and thus E[T] = E[S] − 50 = 24. Now we just apply Markov’s inequality: (e) We define Ti = Si − 50. (g) The standard deviation of S is simply the square root of the variance of S: Statistics Exam Help
  • 15. (h) Using Chebyshev’s inequality, Problem 7. 1000 files F1, F2, . . . , F1000 have just reached a disk manager for writing onto disk. Each file’s size is between 0MB and 1MB. The sum of all files’ sizes is 400MB. The disk manager has 4 disks under its control. For each file Fi, the disk manager chooses a disk uniformly at random from amongst the 4 disks, and Fi is written to that disk. The choices of disk for the different files are mutually independent. (a) What is the expected number of files that will be written to the first disk? We can use indicator variables. For each file, Pi = 1 if Fi is written to the first disk. The chance of an individual file being written to the first disk is 1/4. By linearity of expectation, the expected number of files written to the first disk is the sum of the expected values of Pi’s. The expected value of each indicator variable is 1/4, and so the expected number of files to be written to the first disk Statistics Exam Help
  • 16. (b) What is the expected number of bytes written on the first disk? We can say that each file Fi has bit size Si. Each file has a 1/4 chance of being written do the first disk. Therefore, by linearity of expectation, the expected number of bytes written to the first disk is the sum of the expected number of bytes per file written to the first disk, which is: (c) Find the best upper bound you can on the probability that 200MB or more are written on the first disk? For this we can use the first Chernoff bound, which is: The Chernoff bound only works if X is the sum of random variables that each take on a value between 0 and 1. The file size of each file in the first disk is between 0 and 1Mb . So we can define X to be the total number of bytes in disk 1. The expected value of X is 100, so we take c to be 2. We get: Statistics Exam Help
  • 17. (d) Find the best upper bound you can on the probability that there is some disk with 200MB or more written on it? For this we can use the Union Bound along with our result from above. The probability of this event happening in one or more disks is upper bounded by the sum of the probabilities of the event happening in each disk. This gives us an upper bound of Statistics Exam Help