Question

The probability of a man hitting the target at a shooting range is 1/4. If he...

  1. The probability of a man hitting the target at a shooting range is 1/4. If he shoots 30 times, what is the probability that he hits the target at least 10 times?  (Copy your R code and the result).

  1. Suppose  X follows a Chi-square distribution with degree of freedom 12. Find the cutoff point a, such that, P(X<a) = 0.85.

  1. Entry to a certain University is determined by a national test. The scores on this test are normally distributed with a mean of 500 and a standard deviation of 100. Tom wants to be admitted to this university and he knows that he must score better than at least 70% of the students who took the test. Tom takes the test and scores 585. Will he be admitted to this university? (Copy your R code and the result).
  1. The following table is the distribution of some game, where W is the money you can win.

W

3

-1

-2

P(W)

0.5

0.2

0.3

        Suppose you play this game 100 times. Find the probability that you will win at least

        $10.

Homework Answers

Answer #1

Solution:

The probability of man hitting the target at a shooting range is 1/4.

if the shoots 30 times.

we are calucating the probabality that he hits at least 10 times?

> ## 1

> p=1/4

> n=30

> x=10:30

> ### here we use binomial distribution

> p=sum(dbinom(x,n,p))

> p

[1] 0.1965934

> ## p is the probability of hitting a target at least 10 times

>

> ## 2

> ## x has chi-square distribution

> n=12

> a=qchisq(0.85,n)

> a

[1] 16.98931

> ### a is the required cutoff point i.e.p(x<a)=0.85

>

> ## 3

> ## scores has normal distribution with

> mean=500

> sd=100

> c=qnorm(0.70,mean,sd)

> c

[1] 552.4401

> ## c gives the required mark to be in first 30% of students

> ## tom scores 585 is more than 552

> ##tom wiil be admitted in the university.

plz give me thumbup....

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
1. The probability of a man hitting the target at a shooting range is .3. If...
1. The probability of a man hitting the target at a shooting range is .3. If he shoots 10 times, what is the probability that he hits the target exactly twice? 2. The probability of a man not hitting the target at a shooting range is .6. A success is defined as hitting the target. If he shoots 12 times, what is the probability that he misses the target just once? 3. The probability of a man not hitting the...
5. The probability of a man hitting a target is ¼. If he fires 7 times,...
5. The probability of a man hitting a target is ¼. If he fires 7 times, what is the probability of his hitting the target at least twice? How many times must he fire so that the probability of his hitting the target at least one is greater than 2/3?
A person is playing a shooting game, where he is shooting a target that he either...
A person is playing a shooting game, where he is shooting a target that he either hits or misses. Assume that the person playing the game is known to have an accuracy of 75%. Q: Using a normal distribution, calculate the probability that he hits at least 80 out of 100 shots.
Calculate the Probability *Binomial Distribution* Shooting Range Exercise ◦ Event {Hitting Bullseye} P(Success) = .75 1....
Calculate the Probability *Binomial Distribution* Shooting Range Exercise ◦ Event {Hitting Bullseye} P(Success) = .75 1. If the event is repeated 10 times, determine: a. Hitting Bullseye 3 times b. Missing bullseye all 10 times c. Hitting bullseye less than 10 times d. Hitting Bullseye at least 5 times e. Hitting bullseye at least 2 times 2. Calculate mean, variance and standard deviation
Bob and Alice are taking turn shooting arrows at a target, Bob being the first one...
Bob and Alice are taking turn shooting arrows at a target, Bob being the first one to shoot. Alice hits the center of the target with probability r while Bob hits it with probability p. The first person to hit the center of the target wins. (a) What is the probability that Alice wins (b) Let X be the number of times that Alice shoots an arrow in the game. Find the PMF of X. (c) For all k, find...
Ted regularly plays a target shooting competition in his yard. He is not very good at...
Ted regularly plays a target shooting competition in his yard. He is not very good at the game and his score has the following probability distribution. score 0 1 2 3 probability 0.1 0.4 0.3 0.2 a. Find the expected value and standard deviation of Ted’s score. b. Find the probability that Ted’s score is at most 2. c. Suppose he plays the game twice. Find the probability that his total is at least 5
1. Every 5th ticket in a raffle wins a prize. Jim buys 4 tickets. What is...
1. Every 5th ticket in a raffle wins a prize. Jim buys 4 tickets. What is the probability that he wins at least one prize? 2. Two dice are rolled 4 times. Find the probability that exactly two times the sum of the outcomes will be greater than 9. 3. Larry is driving from Boston, MA, to Hartford, CT, and he is speeding. The fines for speeding are $200 in CT and $150 in MA, and the probabilities of getting...
1) At a lumber company, shelves are sold inȱȱ5 types of wood, 4 different widths and...
1) At a lumber company, shelves are sold inȱȱ5 types of wood, 4 different widths and 3 different lengths. How many different types of shelves could be ordered? 2) A shirt company has 5 designs each of which can be made with short or long sleeves. There are 4 different colors available. How many differentȱȱshirts are available from this company? Find the indicated probability. Round your answer to 2 decimal places when necessary. 3) A bag contains 6 red marbles,...
1.) A population of values has a normal distribution with μ=188.6and σ=18.4 You intend to draw...
1.) A population of values has a normal distribution with μ=188.6and σ=18.4 You intend to draw a random sample of size n=193 Find the probability that a single randomly selected value is less than 188.1. P(X < 188.1) = Find the probability that a sample of size n=193 is randomly selected with a mean less than 188.1. P(x¯ < 188.1) = Enter your answers as numbers accurate to 4 decimal places. 2.) Scores for a common standardized college aptitude test...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary rivals? How will the acquisition of Reebok by Adidas impact the structure of the athletic shoe industry? Is this likely to be favorable or unfavorable for New Balance? 2- What issues does New Balance management need to address? 3-What recommendations would you make to New Balance Management? What does New Balance need to do to continue to be successful? Should management continue to invest...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT