Answer:
-3x+8
Step-by-step explanation:
−2x−x+8
Add the -2x to the -x and you get -3x.
-3x + 8 is the answer if you wrote your equation correctly...
5*3=15
15-4= 11
hope I helped:)
Answer:
90 and 30 liters
Step-by-step explanation:
1) if solution of 20% is 'x' and of 60% is 'y' liters, then
2) the pure chlorine is: for solution of 20% - 0.2x, for solution of 60% - 0.6y and
3) the mix of the two solutions is 120=x+y.
4) using these items it is possible to make up the system of two equations:

5) finally, x=90 liters of 20%; y=30 liters of 60% solution.
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);
y = 4x - 3 would be it !!!!