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:
ree
Step-by-step explanation:
<span>Simplifying
17x2 + -12x = 0
Reorder the terms:
-12x + 17x2 = 0
Solving
-12x + 17x2 = 0
Solving for variable 'x'.
Factor out the Greatest Common Factor (GCF), 'x'.
x(-12 + 17x) = 0
</span>
Hello!
We are trying to describe the behavior of the graph given in the question.
To help us understand how to solve this question, we would need to understand <u>concavity.</u>
There are two types of concavity:
- Concave <em>up</em>
- Concave <em>down</em>
When a graph is concave up, the slope of the line would look like a "U".
When a graph is concave down, the slope of the line would look like a "U" that is flipped upside down.
In this case, we can see that the graph is concave down.
We can tell that the <em>slope</em> is negative due to the fact that the slope is going <u>down,</u> which results in the graph having a negative slope.
We can also tell that the graph is decreasing due to the fact that the line is doing downward.
Answer:
C). negative and decreasing
Answer:
8
Step-by-step explanation:
Hope this helped, Have a Wonderful Day!!