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:
-9
Step-by-step explanation:
-1y+11=20
-11= -11
-1y=20-11
-1y=9
-9
Answer:
28%
Step-by-step explanation:
I did it and it was right
BE and CD are parallel, so the triangles ABE and ACD are similar. Then the following relation holds:
AE/AD = AB/AC
10/(10 + 8) = x/(x + 6)
Solve for x :
10 (x + 6) = x (10 + 8)
10x + 60 = 18x
8x = 60
x = 60/8 = 7/5
Answer:
x=-11/6, y=7/6. (-11/6, 7/6).
Step-by-step explanation:
-2x+2y=6
4x+2y=-5
-----------------
2(-2x+2y)=2(6)
4x+2y=-5
----------------------
-4x+4y=12
4x+2y=-5
----------------
6y=7
y=7/6
4x+2(7/6)=-5
4x+14/6=-5
4x=-5-14/6
4x=-30/6-14/6
4x=-44/6
x=(-44/6)/4
x=(-44/6)(1/4)
x=-44/24
simplify
x=-11/6