Answer:
A) 1.84
Step-by-step explanation:
I just took the quiz

- Solve 2m + n = 2 and 3m - 2n = 3 using substitution.

We can use the substitution method to solve linear equations of this form. Let's solve for m & n.

To solve a pair of equations using substitution, first solve one of the equations for one of the variables. Then substitute the result for that variable in the other equation.

Choose one of the equations and solve it for m by isolating m on the left-hand side of the equal sign.

Subtract n from both sides of the equation.

Divide both sides by 2.

Multiply 1/2 times -n+2.

Substitute
for m in the other equation, 3m-2n=3.

Multiply 3 times
.

Add
to -2n.

Subtract 3 from both sides of the equation.

Divide both sides of the equation by
, which is the same as multiplying both sides by the reciprocal of the fraction.

Substitute 0 for n in
. Because the resulting equation contains only one variable, you can solve for m directly.

The system is now solved.

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);
that is not possible cause the first 2 indicate that the pattern is counting by 2s
Answer:
Undefined.
Step-by-step explanation:
Note that the x-coordinate does not change. This indicates that the two points lie on a vertical line. The slope of a vertical line is undefined.