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);
<u>x₁ + x₂</u> <u>y</u>₁ + <u>y</u>₂<u>
</u> 2 = M 2 = M
<u>
x + 8</u> <u>y + -2</u><u>
</u> 2 = -4 2 =6
<u>multiply both sides by 2.
</u>x+8=-8 y - 2 = 12
<u>x = -16</u> <u>y = 14
</u>
Final Answer: (-16, 14)
Remember this rhyme:
Hey Diddle Diddle, the medians the middle:
(Answer for your question: Median is 80%)
You add and divide for the Mean:
( Answer for your question: Mean is 93)
The mode is the one that appears the most:
( Answer for your question: Mode is 87%)
And the range is the difference between.:
( Answer for your question: Range is 54.)
I hope this helps! :)
Okay one moment i will have the answer soon...