197,603 views
11 votes
11 votes
Help me please help huhu​

Help me please help huhu​-example-1
User Michael Stalker
by
3.1k points

2 Answers

16 votes
16 votes

Explanation:

come on, we explained this already in previous questions. if you understood the explanations there, you should have been able to some that here without any problems.

again, standard form is the sorted polynomial from highest variable exponent to the lowest (as the potential constant at the end represents the x⁰ term).

the leading term is the first term on the left (with the highest exponent).

the leading coefficient is the factor in this leading term.

degree is the highest exponent used in the polynomial (again, given by the leading term).

so, what is still the problem ?

i have a slight problem with your handwriting. it is unclear, if there is 7x³ or 17x³. or 13x or 3x.

1.

p(x) = 17x³ + 4x² + 6 - 9x⁴

now, just sort this from the highest to the lowest exponent.

p(x) = -9x⁴ + 17x³ + 4x² + 6

if it should be 7x³ instead of 17x³, please use 7x³ in the polynomial.

degree = 4

leading coefficient = -9

leading term = -9x⁴

2.

p(x) = 1 + 13x - 9x⁵

again sort from highest to lowest exponent

p(x) = -9x⁵ + 13x + 1

again, if it should be 3x instead of 13x, please use 3x in the polynomial.

degree = 5

leading coefficient = -9

leading term = -9x⁵

3.

y = 9x² - x⁵ + x⁹

remember, y = f(x)

that is the same thing, means the same thing. it just gives the result variable a specific name.

again sort by exponent.

y = f(x) or p(x) or ... = x⁹ - x⁵ + 9x²

degree = 9

leading coefficient = 1

leading term = x⁹

4.

f(x) = (x+3)(x-2)(x+5)

this is really like the other question I just answered.

so, we always multiply 2 terms. that result we multiply by the third term. and if they're are more, then that result with the fourth term, and that with the 5th term,...

I usually start at the left :

(x+3)(x-2) = x² - 2x + 3x - 6 = x² + x - 6

now

(x² + x - 6)((x+5) = x³ + 5x² + x² + 5x - 6x - 30 =

= x³ + 6x² - x - 30

so,

f(x) = x³ + 6x² - x - 30

degree = 3

leading coefficient = 1

leading term = x³

User Rubel
by
2.8k points
22 votes
22 votes

Answer:

(1) p(x) = 7x³ + 4x² + 6 - 9x⁴

  • Standard Form: - 9x⁴ + 7x³ + 4x² + 6
  • Degree: 4
  • Leading Coefficient: -9
  • Leading Term: -9x⁴

(2) p(x) = 1 + 3x - 9x⁵

  • Standard Form: -9x⁵ +3x + 1
  • Degree: 5
  • Leading Coefficient: -9
  • Leading Term: - -9x⁵

(3) y = 9x² - x³ + x⁹

  • Standard Form: x⁹ - x³ + 9x²
  • Degree: 9
  • Leading Coefficient: 1 (x⁹ = 1x⁹)
  • Leading Term: x⁹

(4) f(x) = (x +3)(x-2)(x+5)

  • Standard Form: x³ + 6x² - x - 30
  • Degree: 3
  • Leading Coefficient: 1
  • Leading Term: x³

Explanation:

Standard form has terms arranged from the highest to the lowest power

Degree is the highest power

Leading coefficient is the coefficient of the highest term

Leading term is the term containing the highest power

(x + 3) (x - 2)(x + 5)

(x + 3) (x - 2) = x² + x - 6 using the FOIL method
(x² + x - 6)(x +5) = x³ + 6x² -x - 30

User Quis
by
2.9k points