Answer:
33 and -39
Step-by-step explanation:
Angle on a straight line = 180
|5x + 15| = 180 and |5x + 15| = -180
5x + 15 = 180
Subtract 15 from both sides;
5x = 165
Divide both sides by 5;
x = 33
5x + 15 = -180
Subtract 15 from both sides;
5x = -195
Divide both sides by 5;
x = -39
Answer:0.68,0.35,0.31,0.20
Step-by-step explanation:
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:
P = 328 yards
Step-by-step explanation:
formula is P= 2l + 2w
