<span>Actually, yes there is. Being in the 80th percentile means that you are smart than 80% of the people (i.e. out of 100 people, you would be smarter than 80 of them). However being in the top 80% means that you are a part of the 80 smartest people out that same 100. </span>
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:
16
Step-by-step explanation:
if 5 white cups and 8 green 10 white cups and 16 green
5 × 2 = 10
8 × 2 = 16
So pythagrorean theorem is the ideal way and easiest way to solve this
a^2+b^2=c^2
8.5^2+11^2=x^2
72.25+121=193.25
square root of 193.25=13.9014 or 13.9 in
9.5^2+15^2=x^2
90.25+225=315.25
square root of 315.25=17.7553 or 17.8 ft
Y=3(-3) x 2
y= -9 x 2
y=-18
.............