Consider this solution, if it is possible, check the result:
1) if to divide polynomial 'x³-3x²-6x+8' on 'x+2' result is: x²-5x+4, then x³-3x²-6x+8=(x+2)(x²-5x+4);
2) x²-5x+4=(x-1)(x-4), then
3) x³-3x²-6x+8=(x+2)(x-1)(x-4).
4) zeros are: -2;1;4. Other zeros are: 1 and 4.
Answer: 1;4.
Is a polynomial
hope this helped
Answer:
-9x^9y^5
Step-by-step explanation:
Do the multiply first:
-16x^9y^5+7x^9y^5
=x^9y^5(-16+7)
=-9x^9y^5
Answer:
w = 10
Step-by-step explanation:
9(w - 9) -2 = -7 + 7(w -8)
Expand:
9w - 81 - 2 = -7 + 7w - 56
Rearrange:
9w - 7w = -7 - 56 + 81 + 2
2w = 20
w = 10
Answer:
count: Sum up a pre-set interval of values in excel cells.
countif: sum up a pre-set interval of values according to certain rules determined by the user.
averageif: sum the values in cells and the divides the result by the total of cells considered in the function.
Step-by-step explanation:
count: Sum up a pre-set interval of values in excel cells.
countif: sum up a pre-set interval of values according to certain rules determined by the user.
averageif: sum the values in cells and the divides the result by the total of cells considered in the function.