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
How do I solve this ?
Burka [1]
Your answer would be 
8y^7
-------
3X^3
5 0
3 years ago
The shortest warmer was blue. The two longest warmers were pink.
bogdanovich [222]

Answer:

8

Step-by-step explanation:

The shortest leg warmer:

4.5

The longest leg warmers:

6 and 6.5

6 + 6.5 = 12.5

12.5 - 4.5 = 8

4 0
2 years ago
Number 7 using algorithm
aniked [119]
Sorry it says plus but its times

6 0
3 years ago
Which of the following statements best describes the graph of 3x − 2y = 4?
tigry1 [53]
<span>B.) It is a straight line joining the points (0, −2), (2, 1), and (−2, −5).

[ It is because x- & y-coordinates are valid in this situation ]

Hope this helps!</span>
6 0
3 years ago
Read 2 more answers
A sphere with a radius of 6 cm has the same volume as a cone with a height of 6 cm. What is the radius of the cone?
Advocard [28]
The volume of a sphere is
V_s = 4/3 * pi * r_s^3
The volume of a cone is
V_c = 1/3 * pi * h * r_c^2

Since we know that the two volumes are equal, we can say
V_s = V_c
4/3 * pi * r_s^3 = 1/3 * pi * h * r_c^2

Let us now isolate r_c, the radius of the cone:
4/3*r_s^3 = 1/3 *h*r_c^2
sqrt((4*r_s^3)/h) =r_c = 12 cm 

So the radius of the cone is 12 cm
8 0
3 years ago
Other questions:
  • Write a word problem that can be solved by ordering three decimals to thousandths include a solution
    11·1 answer
  • Some number added to 5 is equal to -11. find the number
    7·1 answer
  • -5/7 (10 -1/5) Math equation
    6·1 answer
  • Please help!!!!<br>ignore the writing -_-​
    11·1 answer
  • I GIVEEEE BRAINLILST
    9·1 answer
  • What is q(x)=9x2-24x+16
    9·1 answer
  • Anthony is buying a new skateboard. for $295. The sales tax is 4.75%, what will he pay in tax?
    15·1 answer
  • What is the mean of the following series : 2, 2, 2, 4, 4, 5, 5, 6, 8, 11, 12, 16 and 18 ?
    9·2 answers
  • 6 labour complete a work in 12 days. How many labours should added to complete the works in 8 days?​
    14·1 answer
  • Find the equation of a line that passes through the points (-2, 2) and<br> (10,4).?
    15·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!