Answer:
hi the answer is 7.3
Step-by-step explanation:
hope it helps you have a good day
The equation you'd make would be (2x-2)+(2x-2)+x+x=20 because the length is 2 m less than the width (x). To simplify, it'd be 6x-4=20 because you combine like terms. You then move the -4 over to the 20 to make it 6x=24. The final answer is 4 meters.
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);
So, we have the following equation...

To do this its pretty simple just multiply 12 by 4.
.
Your final answer is
!
I only need 3 more brainliests so if i could get one that would be a big help!
Answer: -2, 0, 4
Set the equation equal to zero.
x³ - 2x² - 8x = 0
Factor out x in the equation, since all the terms (x³, -2x², and -8x) are divisible by x. You can check your accuracy using the Distributive Property.
x(x² - 2x - 8) = 0
Factor out the polynomial. To do this, find two numbers that multiply to get the last term, -8, and add together to get the middle term, -2. In this case, those two numbers are -4 and 2 (-4 × 2 = -8 and -4 + 2 = -2). Don't forget about the x that was factored out before!
x(x - 4)(x + 2) = 0
Set each factor equal to zero and solve for x. The factors in the equation are x, (x - 4), and (x + 2).
x = 4
x = -2
The zeros of the polynomial function are -2, 0, and 4.