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:
m = -4
b = -12
Step-by-step explanation:
First, identify the slope-intercept form:
y = mx + b
y = -4x - 12
Whereas m = slope and b = y-intercept.
Slope is the steepness of the line.
The y-intercept is where the line intersects the y axis.
P ( A ) = 0.45 - probability that the land has oil,
P ( B ) = 0.8 - probability that the test predicts it
P ( A ∩ B ) = P ( A ) · P ( B ) = 0.45 · 0.8 = 0.36
Answer: The probability that the land has oil and the test predicts it is 36 %.
I think the answer is 8.7332602....I hope I helped!
Answer:
Step-by-step explanation:
Dividing by a fraction is the same as multiplying by the upside-down fraction.
(5/8) ÷ (2/3) = (5/8) ⋅ (3/2) = 15/16