Answer:
A.
Step-by-step explanation:
A.
In graph A no two points have the same x-coordinate. That makes it a function.
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);
First solve the quadratic as you would an equation, so you will get two real zeroes p and q so that (x-p)(x-q)=0 is another way of expressing the quadratic. All quadratics can be represented graphically by a parabola, which could be inverted. When the x² coefficient is negative it’s inverted. If the coefficient of x² isn’t 1 or -1 divide the whole quadratic by the coefficient so that it takes the form x²+ax+b, where a and b are real fractions. The curve between the zeroes will be totally below the x axis for an upright parabola, and totally above for an inverted parabola. This fact is used for inequalities. An inequality will be <, ≤, > or ≥. This makes it easy to solve the inequality. If the position of the curve between the zeroes is below the axis then outside this interval it will be above, and vice versa. So we’ve defined three zones. x
q, and p
Answer: 0.025
Step-by-step explanation: we reject null hypothesis if p<0.05
Answer:
<em>C. y = 3x + 13.</em>
Step-by-step explanation:
The point slope form of a line is
y - y1 = m(x - x1) where m = the slope, and (x1, y1) is a point on the line.
So, substituting:
y - 1 = 3(x - -4)
y - 1 = 3(x + 4)
y = 3x + 12 + 1
y = 3x + 13.