Answer:



Step-by-step explanation:
we current vertices of the given triangle
remember that,

so we obtain:



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:
Step-by-step explanation:
Without a second equation relating x and y, we can solve 3x - 1/2y = 2 ONLY for x in terms of y or for y in terms of x:
x in terms of y: Multiply all three terms of 3x - 1/2y = 2 by 2, to eliminate the fraction: 6x - y = 4. Now add y to both sides to isolate 6x: 6x = 4 + y.
Last, divide both sides by 6 to isolate x:
x = (4 + y)/6
y in terms of x:
y = 6x - 4
If you want a numerical solution, please provide another equation in x and y and solve the resulting system.
Answer:
see explanation
Step-by-step explanation:
Euler's formula states that the sum of the number of faces (F) and the number of vertices (V) of a polyhedra is equivalent to two more than the number of its edges (E) , that is
F + V = E + 2