SOLUTION: Consider polynomial {{{g(x) = x^n + 4x^(n-1)}}}; what is its maximum number of zeroes? @ The maximum number of zeroes = n, regardless of the value of n. a. 0 b. 1 c. Cannot be d

Algebra ->  Equations -> SOLUTION: Consider polynomial {{{g(x) = x^n + 4x^(n-1)}}}; what is its maximum number of zeroes? @ The maximum number of zeroes = n, regardless of the value of n. a. 0 b. 1 c. Cannot be d      Log On


   



Question 152862: Consider polynomial g%28x%29+=+x%5En+%2B+4x%5E%28n-1%29; what is its maximum number of zeroes? @ The maximum number of zeroes = n, regardless of the value of n.
a. 0
b. 1
c. Cannot be determined without first knowing the value of n
d. None of the above

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
Consider polynomial g%28x%29+=+x%5En+%2B+4x%5E%28n-1%29; what is its maximum number of zeroes? @ The maximum number of zeroes = n, regardless of the value of n.
a. 0
b. 1
c. Cannot be determined without first knowing the value of n
d. None of the above

We apply Descartes' rule of signs, which says:

If f(x) = a polynomial in descending order, then:

1. The maximum number of positive zeros of polynomial f(x),
is the number of sign changes in f(x), going left to right.

2. The maximum number of negative zeros of polynomial f(x),
is the number of sign changes in f(-x), going left to right.

g%28x%29+=+x%5En+%2B+4x%5E%28n-1%29

has only two terms, and NO sign changes. Therefore it has NO
POSITIVE zeros.

Now let's test it for NEGATIVE zeros.

We form g%28-x%29 by replacing x by -x.

g%28-x%29+=+%28-x%29%5En+%2B+4%28-x%29%5E%28n-1%29  

Now since we do not know whether n is even or odd, we have to
consider both cases:

If n is even, then n-1 is odd, so %28-x%29%5En=x%5En and
%28-x%29%5E%28n-1%29=-x%5E%28n-1%29

So in this case

g%28x%29=x%5En-x%5E%28n-1%29

That has 1 sign change, so g(x) would have a maximum of 1 negative zero.

----------

If n is odd, then n-1 is even, so %28-x%29%5En=-x%5En and
%28-x%29%5E%28n-1%29=x%5E%28n-1%29

So in this case

g%28x%29=-x%5En%2Bx%5E%28n-1%29

That also has 1 sign change, so g(x) would have a maximum of 1 
negative zero regardless of whether n is even or odd.

---------

Now we know that it has no positive zeros, a maximium of
1 negative zero.

However we must also check to see if 0, which is neither
positive nor negative, is a zero.  So we find g%280%29

g%28x%29+=+x%5En+%2B+4x%5E%28n-1%29 
g%280%29+=+0%5En+%2B+4%280%29%5E%28n-1%29
g%280%29+=+0

Therefore 0 is also a zero, regardless of n.

So the maximium number of zeros is 2. 

Since 2 is not listed as a choice, then the only correct
choice is d "None of the above".

--------------
Comment:
It's easy to see the correct choice cannot be 0 or 1 
because when n=2

g%28x%29=x%5E2%2B4x
g%28x%29=x%28x%2B4%29

This has two zeros 0 and -4.

And we showed above that c cannot be the answer,
for we were able to determine that the maximum number
of zeros is 2. 

Edwin