The length of a polynomial is the sum of absolute values of all of its coefficients. How many polynomials in one variable are there with integer coefficients have degree 4 and length 4?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
how could I forget about e:(
Log in to reply
me too , without e the answer was 126, right?
Log in to reply
Yes it was 126
Made the exact same mistake
AARGH! I got 256. :(
argh 257 >.< man how could I.. >.<
For A=4⇒40000, then 21⋅4!4!=2...............how two ways to do that..........
Log in to reply
It means that ∣ a ∣ = 4 , ∣ b ∣ = ∣ c ∣ = ∣ d ∣ = ∣ e ∣ = 0 , for ∣ a ∣ = 4 , a = 4 , − 4 , so there's a total of TWO
I put 126 on my first try...
e is constant ,not a coefficient
Log in to reply
that's what I thought
u should know that e is the coefficient of x to the power 0
The general form of the polynomial of degree 4 is a x 4 + b x 3 + c x 2 + d x + e . We have to find the number of ordered sets { a , b , c , d , e } s.t. a = 0 and ∥ a ∥ + ∥ b ∥ + ∥ c ∥ + ∥ d ∥ + ∥ e ∥ = 4 .
Lets first assume a , b , c , d , e ≥ 0 . Then there are five following cases.
I. Coefficients are 1, 1, 1, 1, 0 in some order. The number of possible orderings of { 1 , 1 , 1 , 1 , 0 } is 5 ! / 4 ! = 5 . Considering that 0 cannot be in the the first, we are left with 4 orderings.
II. Coefficients are 2, 1, 1, 0, 0 in some order. The number of possible orderings of { 2 , 1 , 1 , 0 , 0 } is 5 ! / ( 2 ! ⋅ 2 ! ) = 3 0 . Considering that 0 cannot be in the the first (and it occurs in the first place in 2 / 5 cases out of 30), we are left with 1 8 orderings.
III. Coefficients are 2, 2, 0, 0, 0 in some order. The number of possible orderings of { 2 , 2 , 0 , 0 , 0 } is 5 ! / ( 3 ! ⋅ 2 ! ) = 1 0 . Considering that 0 cannot be in the the first (and it occurs in the first place in 3 / 5 cases out of 10), we are left with 4 orderings.
IV. Coefficients are 3, 1, 0, 0, 0 in some order. The number of possible orderings of { 3 , 1 , 0 , 0 , 0 } is 5 ! / 3 ! = 2 0 . Considering that 0 cannot be in the the first (and it occurs in the first place in 3 / 5 cases out of 20), we are left with 8 orderings.
V. Coefficients are 4, 0, 0, 0, 0 in some order. The number of possible orderings of { 4 , 0 , 0 , 0 , 0 } is 5 ! / 4 ! = 5 . Considering that 0 cannot be in the the first (and it occurs in the first place in 4 / 5 cases out of 5), we are left with 1 ordering.
Now we consider that non-zero coefficients can be either positive or negative. Multiplying the number of orderings in each case by 2^(number of non-zero coefficients in this case) and summing them all up, we get that the answer is $$4\cdot2^4 + 18\cdot2^3 + 4\cdot2^2 + 8\cdot2^2 + 1\cdot2^1 = \boxed{258}$$
Sorry for the silly "in the the", it's hard to proofread in that tiny box.
One way to do this problem would be to separate the possible polynomials into cases regarding how many terms they have. That is, since the coefficients of the polynomial must be integers, the least absolute value each of the five terms could have (and still be considered a term) is 1 .
Case 1: The polynomial has 4 terms. All of the coefficients of the terms must have absolute value of 1 . We must also choose 1 out of 4 terms to be 0 (not 5 terms because the x 4 coefficient can't be zero). Also, for each term, we can choose whether its coefficient is negative or positive. The number of possibilities for this case is therefore 2 4 ⋅ 4 = 2 6 .
Case 2: The polynomial has 3 terms. Exactly one of the terms' coefficients must have absolute value 2 , so we choose one of the 3 terms to have coefficient absolute value of 2 and 2 (of 4 ) terms to have coefficient 0 . And also, as in the last case, we can choose for all 3 terms to have positive or negative coefficient, so the number of possibilities for this case is ( 2 4 ) ⋅ 3 ⋅ 2 3 = 2 4 ⋅ 3 2 .
Case 3: The polynomial has 2 terms. This case yields two subcases: first, we can have absolute value of coefficients equal to { 1 , 3 } , and second, we have { 2 , 2 } . Collectively, this yields 3 possibilities for the absolute values of the coefficients. So, following the reasoning of the previous cases, the number of possibilities in this case is equal to ( 3 4 ) ⋅ ( 2 + 1 ) ⋅ 2 2 = 2 4 ⋅ 3 .
Case 4: The polynomial has 1 term. It is not hard to see that this case only has 2 solutions.
So, summing our cases, we see that the number of polynomials is equal to 2 6 + 2 4 ⋅ 3 2 + 2 4 ⋅ 3 + 2 = 2 5 8 .
And now that that's over, what's the easy way? :P
Problem Loading...
Note Loading...
Set Loading...
Let the polynomial be a x 4 + b x 3 + c x 2 + d x + e , since the length is 4. Then
∣ a ∣ + ∣ b ∣ + ∣ c ∣ + ∣ d ∣ + ∣ e ∣ = 4 , with integers a , b , c , d , e , and a = 0
I will denote A B C D E as the solution of ∣ a ∣ , ∣ b ∣ , ∣ c ∣ , ∣ d ∣ , ∣ e ∣ where A = ∣ a ∣ , B , C , D , E are equals to ∣ b ∣ , ∣ c ∣ , ∣ d ∣ , ∣ e ∣ in a certain order
For A = 1 , 1 3 0 0 0 , 1 2 1 0 0 , 1 1 1 1 0 are possible solution
If 1 3 0 0 0 , there's a total possibilty of 2 2 change in sign: ( 1 , 3 ) , ( 1 , − 3 ) , ( − 1 , 3 ) , ( − 1 , − 3 ) , with A = ± 1 , so the total arrangement is 2 2 ⋅ 3 ! 4 ! = 1 6
If 1 2 1 0 0 , using the same analogy gives a total arrangement of 2 3 ⋅ 2 ! 4 ! = 9 6
If 1 1 1 1 0 , total arrangement is 2 4 ⋅ 3 ! 4 ! = 6 4
For A = 2 , 2 2 0 0 0 , 2 1 1 0 0 are possible solution
If 2 2 0 0 0 , then 2 2 ⋅ 3 ! 4 ! = 1 6
If 2 1 1 0 0 , then 2 3 ⋅ 2 ! 2 ! 4 ! = 4 8
For A = 3 ⇒ 3 1 0 0 0 , then 2 2 ⋅ 3 ! 4 ! = 1 6
For A = 4 ⇒ 4 0 0 0 0 , then 2 1 ⋅ 4 ! 4 ! = 2
Add all of these up gives 2 5 8