Answer:
-32
Step-by-step explanation:
-4 + f(8) + 3 x g(-7) = ?
To find f(8), look at each of the f(x) function and find x = 8. The y value is the answer you will plug in for f(8). The same goes for g(-7), but you will be looking at the g(x) function at x = -7.
f(8) = -4
g(-7) = -8
Make sure you solve in the correct order using PEMDAS.
-4 + (-4) + 3 x (-8) = -32
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);
The Debt that could be forgiven under bankruptcy is: D. mortgage A mortgage is a type of debt that is used to purchase a property. In case of bankruptcy, the debt could easily be forgiven because the owner of the property could easily take it over again and they basically loss nothing