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
What is E = MC squared
jonny [76]
E represents the units of energy m represents mass and c 2 is the speed of light squared, or multiplied by itself
6 0
3 years ago
Write the linear equation below in the function notation <br><br> y=2x-5
Ksju [112]

Answer:

f ( x ) = 2 x + 5

Step-by-step explanation:

Function notation is a system of representing functions.

7 0
3 years ago
In which direction will this parabola open? <br> x=53(y+17)^2-41
navik [9.2K]
x=53(y+17)^2-41\\&#10;x=53(y^2+34y+289)-41\\&#10;x=53y^2+1802y+15317-41\\&#10;x=53y^2+1802y+15276

As a>0 so the concavity (open) of the parable is to the right.
8 0
3 years ago
Can someone help me with this one?
Pavel [41]

Answer:

21/25 = 84/100

17/20 = 85/100

21/25 < 17/20

Step-by-step explanation:

∵ The common multiple of 25 and 20 is 100

∵ 100 ÷ 25 = 4

∴ 21/25 = (21 × 4)/(25 × 4) = 84/100

∵ 100 ÷ 20 = 5

∴ 17/20 = (17 × 5)/(20 × 5) = 85/100

∵ 84 < 85

∴ 84/100 < 85/100

∴ 21/25 < 17/20

4 0
3 years ago
The boys kept adding sand, and ten minutes later the volume of the sand cone had increased by 30%. What is the exact volume of t
RideAnS [48]

Answer:

a) 84π b) 109.2π

Step-by-step explanation:

The formula to find this is v=πr^2h/3

r=d/2. so the radius (r) is 6 because you have to divide the diameter (12) by 2. and the height is 7. so, 6^2=36 and 36x7=252.

252/3=84

and because the question is asking for the EXACT value, you need to just put the pi symbol next to it. Final answer for a is 84π

B) you need to find 30% of 84, which is 25.2 and add it to 84, and you will get 109.2! Final answer is 109.2π.

5 0
3 years ago
Other questions:
  • What is the value of 4 x minus 7 when x = 4?<br> 1<br> 9<br> 16<br> 23
    6·1 answer
  • Ritchie wants to paint his bedroom ceiling and four walls. Both the ceiling and walls are 8 by 8 feet. A gallon of paint covers
    7·1 answer
  • Look at the screen shot
    7·1 answer
  • PLEASEE HELP ANYONE WHO IS GOOD AT MATH
    8·2 answers
  • Which number is composite?
    12·2 answers
  • HELP PLEASE THIS IS MY LAST QUESTION OF THIS TEST AND I LITERALLY DONT KNOW WHAT TO DOOO!
    12·1 answer
  • Natasha bought a tennis racket that was marked down in price by 20%. If the racket was originally priced at $125, how much did N
    15·1 answer
  • What do balloon mortgage and ARM have in common?
    5·2 answers
  • Brainliest if correct
    10·1 answer
  • The average age for the 62 observed milk cows as they first produced
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!