Y=x-3
please can i have a brainliest
Answer:
h = 12x^5y^3
Step-by-step explanation:
The area of a parallelogram is found using A = b*h. Substitute the values given and solve for h.
A = b*h
36x^6 y^5 = 3xy^2 * h
36x^6 y^5 ÷ 3xy^2 = h
12x^5y^3 = h
Answer:
Step-by-step explanation:
First confirm that x = 1 is one of the zeros.
f(1) = 2(1)^3 - 14(1)^2 + 38(1) - 26
f(1) = 2 - 14 + 38 - 26
f(1) = -12 + 38 = + 26
f(1) = 26 - 26
f(1) = 0
=========================
next perform a long division
x -1 || 2x^3 - 14x^2 + 38x - 26 || 2x^2 - 12x + 26
2x^3 - 2x^2
===========
-12x^2 + 28x
-12x^2 +12x
==========
26x -26
26x - 26
========
0
Now you can factor 2x^2 - 12x + 26
2(x^2 - 6x + 13)
The discriminate of the quadratic is negative. (36 - 4*1*13) = - 16
So you are going to get a complex result.
x = -(-6) +/- sqrt(-16)
=============
2
x = 3 +/- 2i
f(x) = 2*(x - 1)*(x - 3 + 2i)*(x - 3 - 2i)
The zeros are
1
3 +/- 2i
A polynomial is the sum of at least one term. For example, x^3+1 is a polynomial. A monomial is a polynomial with only one term, such as 2x^2.
A binomial is a polynomial with two terms, and a trinomial is one with three terms. The example you gave is a trinomial (which is also a polynomial).
Degree of a polynomial is the largest sum of variable powers in any term of the polynomial. So, for example, x^2 y has degree 3, and x^3+x^2 also has degree 3. A sixth degree polynomial would be x^6-2x+1, for example.