A monic polynomial p ( x ) of degree 6 leaves the remainder:-
3 when divided by x − 1
9 when divided by x − 2
19 when divided by x − 3
33 when divided by x − 4
51 when divided by x − 5
73 when divided by x − 6
Find out the value of p ( 0 )
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.
Good observation
I am curious to know......does there exist other polynomial also which can satisfy all given conditions( degree of polynomial must be six but need not to be monic)
Log in to reply
there can be number of other polynomials when p ( x ) is not monic. because, as per the given conditions, polynomial with any sort of leading coefficient would satisfy. for then, we would write the polynomial as
P ( x ) = a ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) ( x − 6 ) + 2 x 2 + 1 where a is the leading coefficient and it can take any sort of value.
for then, to calculate P ( 0 ) , we would have needed another relation on P ( x ) , so as to calculate a first
very Easy Question !
Log in to reply
not for those who don't know properties of polynomial remainders
Another way is to use the Method of Finite Differences.
unbelievable :D
Same here bro!!
Thank you so much for the solution...I failed in finding the similarity in the equations and at last i went through solving the whole thing...
Problem Loading...
Note Loading...
Set Loading...
This problem stands on an observation.
We first notice that when P ( x ) is divided by ( x − a ) , it leaves a remainder of ( 2 a 2 + 1 )
Therefore, we can re-write the polynomial as
P ( x ) = ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) ( x − 6 ) + 2 x 2 + 1
The reason for doing the above step:
whenever a polynomial completely divides another polynomial of higher degree, it implies that the higher degree polynomial has the other polynomial as a factor. or more importantly, both polynomials have common roots.
so, when a polynomial leaves a remainder when divided by another polynomial, it implies that when the roots of the polynomial of lower degree are plugged into the other polynomial, the polynomial will take the value of the remainder . in this case, the roots of the divisor are 1 , 2 , 3 , 4 , 5 , 6 respectively, and the remainder is 2 a 2 + 1 . thus, when we plug a into P ( x ) we should get the remainder. Hence the result
Doing the above step, we can easily calculate P ( 0 ) by plugging 0 in it:
P ( 0 ) = ( 0 − 1 ) ( 0 − 2 ) ( 0 − 3 ) ( 0 − 4 ) ( 0 − 5 ) ( 0 − 6 ) + 2 ( 0 ) 2 + 1 = 6 ! + 1 = 7 2 1