Its impossible to solve this, but i got -47
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:

Step-by-step explanation:
This question utilizes combining like terms and common denominators. First you have to convert both terms including "a" to have a denominator of 8. You would do this by multiplying both the numerator, and the denominator by the same value. This value in the case of
would be 2, and in the case of
the value would be 2. This would result in the equation:
. Then simply combine like terms to get your final answer.
Answer:
In this graph, the y-intercept of the line is -2, if the coordinates are needed, its (0,-2). The equation of the line is y= x-2 ( slope intercept form ).
Step-by-step explanation: I am not sure how to use the multiplication system below to write the equation, so sorry I couldn't help!