Triangle b because it only has 3 sides
Answer:
Binomial distribution requires all of the following to be satisfied:
1. size of experiment (N=27) is known.
2. each trial of experiment is Bernoulli trial (i.e. either fail or pass)
3. probability (p=0.14) remains constant through trials.
4. trials are independent, and random.
Binomial distribution can be used as a close approximation, with the usual assumption that a sample of 27 in thousands of stock is representative of the population., and is given by the probability of x successes (defective).
P(x)=C(N,x)*p^x*(1-p)^(n-x)
where N=27, p=0.14, and C(N,x) is the number of combinations of x items out of N.
So we need the probability of <em>at most one defective</em>, which is
P(0)+P(1)
= C(27,0)*0.14^0*(0.86)^(27) + C(27,1)*0.14^1*(0.86^26)
=1*1*0.0170 + 27*0.14*0.0198
=0.0170+0.0749
=0.0919
Circle formula
(x-h)^2+(y-k)^2=r^2 where (h,k) is the center
and r=radius
to find the radius
we are given one of the points and the center
distnace from them is the radius
distance formula
D=

points (-3,2) and (1,5)
D=

D=

D=

D=

D=5
center is -3,2
r=5
input
(x-(-3))^2+(y-2)^2=5^2
(x+3)^2+(y-2)^2=25 is equation
radius =5
input -7 for x and solve for y
(-7+3)^2+(y-2)^2=25
(-4)^2+(y-2)^2=25
16+(y-2)^2=25
minus 16
(y-2)^2=9
sqqrt
y-2=+/-3
add 2
y=2+/-3
y=5 or -1
the point (-7,5) and (7,-1) lie on this circle
radius=5 units
the points (-7,5) and (-7,1) lie on this circle
Answer:
1. number of data values
2. sum of data values
Step-by-step explanation:
It's pretty much simple. Since we can factor a polynomial by its zeros, lets write one of degree nine :
X(X-1)(X-2)(X-3)(X-4)(X-5)(X+1)(X+2)(X+3)= X^9-9X^8+6X^7+126X^6-231X^5-441X^4+944X^3+324X^2-720X
This polynomial is of degree 9 and has exactly 5 strictly positive zeros : 1, 2, 3, 4, 5
And it has 3 negative zeros : - 1, -1, - 3
And it has 0 as a zero too.
There is also this one :
(X-1)(X-2)(X-3)(X-4)(X²+1)(X+1)(X+2)(X+3) = X^9-4X^8-13X^7+52X^6+35X^5-140X^4+13X^3-52X^2-36X+144
It has 4 positive zeros : 1, 2, 3, 4.
It has complex zeros : i and - i
3 negative zeros : - 1, - 2 , - 3
Good Luck