The domain is the value of x. In this case, -3≤x≤7
the range is the value of y. in this case, -1≤y≤9
this is not a function, because the same x value has two corresponding y values. For example, when x=5, y=0 or y=8
It IS a function if every x value has only one corresponding y value.
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 value of the land after 11 years will be $2,903,175.
Answer:
p = 8
Step-by-step explanation:
Subtract 18 from behind the equal sign to cancel it out. This leaves you with 2(p+1)- 18= 0.
Next you'll need to pull out the terms to work with the beginning of the problem. 2(p+1)- 18= 0 would turn into 2p - 16 = 2(p - 8).
This would leave you with 2= 0, but that's not true so continue on to the variable.
So p - 8= 0 making the answer p = 8