1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
jonny [76]
3 years ago
10

Assume that the proportion of voters who prefer Candidate A is p = 0.617 . Organization D conducts a poll of n = 5 voters. Let X

represent the number of voters polled who prefer Candidate A. Use some form of appropriate technology (e.g., your calculator or statistics software like Excel, R, or StatDisk) to find the cumulative probability distribution.

Mathematics
1 answer:
I am Lyosha [343]3 years ago
7 0

Answer:

Figure attached. See explanation below

Step-by-step explanation:

Previous concepts  

The binomial distribution is a "DISCRETE probability distribution that summarizes the probability that a value will take one of two independent values under a given set of parameters. The assumptions for the binomial distribution are that there is only one outcome for each trial, each trial has the same probability of success, and each trial is mutually exclusive, or independent of each other".  

Solution to the problem

Let X the random variable of interest "number of voters polled who prefer Candidate A", on this case we now that:  

X \sim Binom(n=5, p=0.617)  

The probability mass function for the Binomial distribution is given as:  

P(X)=(nCx)(p)^x (1-p)^{n-x}  

Where (nCx) means combinatory and it's given by this formula:  

nCx=\frac{n!}{(n-x)! x!}  

We can create the cumulative distribution function with the following R code:

> x<-seq(0,5,1)

> y<-dbinom(x,5,p=0.617)

> plot(x,y,type = "h", main="PMF function") # the pmf function

> x= rbinom(n=10000,5, 0.617)

> P= ecdf(x)

> plot(P) # The cdf function

You might be interested in
Caitlyn did 6/7 of the problems on her quiz correctly and 4 incorrectly. She did all the problems. How many problems were there?
vazorg [7]
It's simple you've been told that correct answers equals 6/7 and she did all the questions. Therefore the incorrect answers equals 1/7, which is 4. So just times 4 by 7. 4 x 7 = 28. 28 questions on the quiz.
5 0
3 years ago
Math, please help! Will give brainliest.
natka813 [3]
This one is probably f(x)=2(4)^{x}
8 0
3 years ago
What is the equation of circle whose centre is (0,0) and radius'r' ?​
adoni [48]

Answer:

On the right is a circle with centre (0, 0), radius r and (x, y) any point on the circle. Distance between (0,0) and (x, y) equals the radius, r. If the centre is (0, 0), the equation of the circle will be of the form x2 + y2 = r2.

4 0
2 years ago
I want the 17 <br> No the answer only the name of the fraction
Valentin [98]

Answer: A. 15

Explanation:

n is equal to 15 because 15 divided by 5 is 3. therefore, 3 = 15/5.

5 0
3 years ago
A rectangular prism is 4 inches long, 6 inches wide, and has a height of 5 inches. What is its volume?
Strike441 [17]
I think the answer is
B.120 in3
3 0
3 years ago
Other questions:
  • Some one help please
    9·1 answer
  • Plzzzzz bruhhhh I need help
    7·1 answer
  • Please help!
    13·1 answer
  • Please Help me
    13·1 answer
  • Midpoint solve with step by step
    15·1 answer
  • Solve 5/8-17/8 and show work
    15·1 answer
  • Can someone please answer. There is one question. There's a picture thank you!
    9·1 answer
  • I need help with math homework #2 algebra
    13·1 answer
  • Which expression is equivalent to a2 + 2a – 8?
    15·1 answer
  • I NEED HELP ASAP!!! I'LL GIVE BRAINLIEST FOR THE CORRECT ANSWER!!!
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!