Answer:
21
Step-by-step explanation: because i said so
I believe the answer would be yes, because as the radius increases, the circumference of the object also increases
Answer:
Minimum
Step-by-step explanation:
A minimum occurs when the line goes from decreasing to increasing
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:
[x+6y+2z][x²+(6y)²+(2z)²-6xy-12yz-2xz]
Step-by-step explanation:
x³+216y³+8z³-36xyz
x³+(6y)³+(2z)³-3×6×2×xyz
As we know
a³+b³+c³-3abc=(a+b+c)(a²+b²+c²-ab-bc-ca)
Let a=x
b=6y
c=2z
Now.
[x+6y+2z][(x²+(6y)²+(2z)²-x×6y-6y×2z-x×2z]
[x+6y+2z][x²+(6y)²+(2z)²-6xy-12yz-2xz]