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);
Circumference = 2*pi*r = 27"
Solve for r
r=27"/(2*pi)
=27"/(2*3.14159265)
=4.297..."
=4.30" (to the nearest hundredth of an inch)
Answer:Get the equation in the form y = ax2 + bx + c.
Calculate -b / 2a. This is the x-coordinate of the vertex.
To find the y-coordinate of the vertex, simply plug the value of -b / 2a into the equation for x and solve for y.
Step-by-step explanation:
Two-third of the jar is filled with flower
Hope this helped