Answer:
addend
Step-by-step explanation:
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:
μ = 1.877
Step-by-step explanation:
Data provided in the question:
Number of data samples, n = 10
Data: 2.18, 2.03, 1.56, 1.09, 1.56 ,2.28 ,1.62 ,2.02 ,2.11 ,2.32
Now,
Mean is calculated using the formula as:
Mean, μ =
or
Mean, μ =
or
Mean , μ = 
or
Mean , μ = 1.877
I’d need to know the question to answer this.