This would be ( using the Pythagoras theorem) = sqrt (3^2 + 4^2) = sqrt 25
= 5 units (answer).
Answer:
easey, sub them
(x,y)
see if true
(0,1), 2(0)+1>-4, 1>-4, true
(4,-12), 2(4)+-12>-4, 8-12>-4, -4>-4, false
(5,-12), 2(5)+-12>-4, 10-12<-4, -2>-4, true
(-1,-1), 2(-1)+-1>-4, -2-1>-4, -3>-4, true
(-3,0), 2(-3)+0>-4, -6>-4, false
answers are
(0,1)
(5,-12)
(-1,-1)
Hopefully that helped you a little bit :)
Using the binomial distribution, the probabilities are given as follows:
a) 0.37 = 37%.
b) 0.5065 = 50.65%.
c) 0.3260 = 32.60%.
<h3>What is the binomial distribution formula?</h3>
The formula is:


The parameters are:
- x is the number of successes.
- n is the number of trials.
- p is the probability of a success on a single trial.
For this problem, the fixed parameter is:
p = 0.37.
Item a:
The probability is P(X = 1) when n = 1, hence:


Item b:
The probability is P(X = 3) when n = 3, hence:


Item c:
The probability is P(X = 2) when n = 4, hence:


More can be learned about the binomial distribution at brainly.com/question/24863377
#SPJ1
See below for pics of the answers
Answer:
Step-by-step explanation:
Hello!
The study variable is:
X: number of passengers that rest or sleep during a flight.
The sample taken is n=9 passengers and the probability of success, that is finding a passenger that either rested or sept during the flight, is p=0.80.
I'll use the binomial tables to calculate each probability, these tables give the values of accumulated probability: P(X≤x)
a. P(6)= P(X=6)
To reach the value of selecting exactly 6 passengers you have to look for the probability accumulated until 6 and subtract the probability accumulated until the previous integer:
P(X=6)= P(X≤6)-P(X≤5)= 0.2618-0.0856= 0.1762
b. P(9)= P(X=9)
To know the probability of selecting exactly 9 passengers that either rested or slept you have to do the following:
P(X≤9) - P(X≤8)= 1 - 0.8657= 0.1343
c. P(X≥6)
To know what percentage of the probability distribution is above six, you have to subtract from the total probability -1- the cumulated probability until 6 but without including it:
P(X≥6)= 1 - P(X<6)= 1 - P(X≤5)= 1 - 0.0856= 0.9144
I hope it helps!