Answer:
72°
Step-by-step explanation:
4+2+6+8=20
360÷20=18
AC=4x18=72
The equation of a circumference is 2

r. Since we know that r=17, we plug that into the formula, and get an answer of C. 34
Answer:
Increasing on the interval(s) 
Decreasing on the interval(s) 
Step-by-step explanation:
Anytime the graph is going upward, the function is increasing. However, anytime the graph goes down, the function is decreasing. Look at the image below for further reference. Also, when the function is increasing, the slope is positive, and when the function is decreasing the slope is negative.
The increasing interval of the graph is -3
The decreasing interval of the graph is 0.5
Since the values are in the middle of the interval, it automatically becomes the answer.
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);
Point-slope form: y-y1 = m(x-x1)
Standard form: ax + by = c
Slope-intercept form: y = mx+b
Start by finding the slope. We know it is negative since the line is decreasing. The slope is -4/3.
To create point-slope form, we need to get one point from the graph. Let's use (3,0).

To create slope-intercept form, we need the slope and the y-intercept. The y-intercept is the point where our equation crosses the y-axis. For this equation, it is 4.

To get standard form, solve the equation in terms of C.
Point-slope form: y = -4/3(x-3)
Slope-intercept form: y = -4/3x + 4
Standard form: 4/3x + y = 4