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:
-14
Step-by-step explanation:
Similarities:
Have a consistent change for every interval can be represented as functions of a variable points lie on a line.
Differences: linear equations represent all solutions to all x values, whereas arithmetic sequences pick integer spacing
Answer:
.
Step-by-step explanation:
From the given graph it is clear that the y-intercept is 16.
The line passes through (-2,24) and (2,8). So, slope of line is
Slope intercept form of a line is
where, m is slope and b is y-intercept.
Substitute m=-4 and b=16 in the above equation.
Therefore, the required equation is
.