A 9 9 degree polynomial f ( x ) is such that for k ∈ Z + ; 0 < k < 1 0 0 ; f ( k ) = k and f ( 0 ) = 1 find f ( − 1 )
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.
@Zakir Husain , this is a classic PRMO question! Fun to solve every time
Log in to reply
@Mahdi Raza , you are now in 10th, so you qualified INMO in 9th itself???
Log in to reply
I was qualified to write INMO, i did not qualify INMO. And that too in 10th (this year)
Log in to reply
@Mahdi Raza – No, I mean you qualified PRMO in 9th itself? If so, I wish to know how you did that. Thanks!
Log in to reply
@Vinayak Srivastava – I qualified PRMO first time in 8th and PRMO and RMO both this year in 10th
@Vinayak Srivastava – I mostly tried to learn new topics and practice a bit
@Mahdi Raza – Did you give any of the science olympiads?
Log in to reply
@Vinayak Srivastava – I am not so good at it
Problem Loading...
Note Loading...
Set Loading...
From the conditions given: f ( 1 ) = 1 , f ( 2 ) = 2 … f ( 9 9 ) = 9 9 , we can generate a polynomial from the given conditions whose degree is 99.
f ( x ) = a ( x − 1 ) ( x − 2 ) ( x − 3 ) ⋯ ( x − 9 9 ) + x
With the extra condition given that f ( 0 ) = 1 , we can find the value of a
f ( 0 ) 1 a = a ( 0 − 1 ) ( 0 − 2 ) ( 0 − 3 ) ⋯ ( 0 − 9 9 ) + 0 = a × − 9 9 ! = − 9 9 ! 1
From here, we get the exact polynomial, and we can substitue − 1 = x to find the value of f ( − 1 )
f ( x ) f ( − 1 ) = − 9 9 ! 1 ( x − 1 ) ( x − 2 ) ( x − 3 ) ⋯ ( x − 9 9 ) + x = − 9 9 ! 1 ( − 1 − 1 ) ( − 1 − 2 ) ( − 1 − 3 ) ⋯ ( − 1 − 9 9 ) − 1 = − 9 9 ! 1 ( − 2 ) ( − 3 ) ( − 4 ) ⋯ ( − 1 0 0 ) − 1 = − 9 9 ! 1 ⋅ ( − 1 0 0 ! ) − 1 = 1 0 0 − 1 = 9 9