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);
When it comes to finding points on a graph, think of the saying, "you have to learn how to walk before you climb."
Answer:
AECG
Step-by-step explanation:
1
sqrt(49) = 7
sqrt(a^2) = a
sqrt(b^2) = b
For every two variables you can take one out from under the root sign and thorough the other one away.
Answer: E
2
sqrt(36) = 6
sqrt(a^2) = a See comment for 1.
b must be left where it is. There is only 1 of them.
6asqrt(b)
Answer: A
3. sqrt(25) = 5
sqrt(b^2) = b
a must be left alone. There's only 1 of them.
5b sqrt(a)
answer: C
4
sqrt(81 a b)
sqrt(81) = 9
The variables must be left alone. There's only1 of them
9 sqrt(ab)
Answer G
Answer:
10
Step-by-step explanation:
p² +3q
= 2² +3*2
=4 + 6
=10
The width would be x-4 and
Length would be x
Add all of the sides together
(x-4)+(x-4) + x + x =72,
Which would come out
4x-8=72
Subtract 8 fro, 72 and you get 64
Then divided 64 by 4
So. Width is 16 and length is 20 . given (x-4)