Answer:
You can't be sure without an image.
Step-by-step explanation:
If one moves left or right, that's a horizontal translation.
If one moves up or down, it's a vertical translation.
A dialation is when the image gets smaller or bigger.
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:
A.
Step-by-step explanation:
idk how to explain it. all you need to do is look at the graph..... every point is (x,y). x is where it is horizontally and y is vertically
Answer:

Step-by-step explanation:
The given expression is

To find the equivalent expression of the given one, we just have to factor.
In this case, the only thing we can do to rewrite is to extract the common greatest factor, which is 6

Therefore, the equivalent expression is

Answer:
16
Step-by-step explanation: