Y=4/5x hope that’s the right answer
Answer:
y - 0 = -3/4(x - 8)
y = -3/4x + 6
Step-by-step explanation:
Answer:
Step-by-step explanation:
Confidence interval for the difference in the two proportions is written as
Difference in sample proportions ± margin of error
Sample proportion, p= x/n
Where x = number of success
n = number of samples
For the men,
x = 318
n1 = 520
p1 = 318/520 = 0.61
For the women
x = 379
n2 = 460
p2 = 379/460 = 0.82
Margin of error = z√[p1(1 - p1)/n1 + p2(1 - p2)/n2]
To determine the z score, we subtract the confidence level from 100% to get α
α = 1 - 0.95 = 0.05
α/2 = 0.05/2 = 0.025
This is the area in each tail. Since we want the area in the middle, it becomes
1 - 0.025 = 0.975
The z score corresponding to the area on the z table is 1.96. Thus, confidence level of 95% is 1.96
Margin of error = 1.96 × √[0.61(1 - 0.61)/520 + 0.82(1 - 0.82)/460]
= 1.96 × √0.0004575 + 0.00032086957)
= 0.055
Confidence interval = 0.61 - 0.82 ± 0.055
= - 0.21 ± 0.055
Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
Answer:
a) -10
b) 7
Step-by-step explanation:
a) 



b) 



