Let P ( x ) be a polynomial with a degree of 6. P ( x ) satisfies the following conditions: ⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ P ( 0 ) = 5 0 4 1 P ( 1 ) = 3 P ( 2 ) = 7 P ( 3 ) = 1 3 P ( 4 ) = 2 1 P ( 5 ) = 3 1 P ( 6 ) = 4 3
Find the sum of the digits of the value of P ( 9 ) .
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.
Standard approach of using the Remainder-Factor Theorem to figure out the Polynomial Interpolation.
Correct me if I'm wrong, but shouldn't the final equation for P ( x ) have x 2 + x + 1 added to it? Also, upon putting x = 9 into the equation, I got 7 × 8 × 7 × 6 × 5 × 4 × 3 = 1 4 1 1 2 0 ; then, once you add in 9 2 + 9 + 1 = 9 1 , you get 1 4 1 1 2 0 + 9 1 = 1 4 1 2 1 1 . 1 + 4 + 1 + 2 + 1 + 1 = 1 0 . How did you get 2 0 2 5 1 ?
Log in to reply
Sorry.......that was a typo........thanks for pointing it out
I have done correct in my copy and here i have mistaken.Now i have edited the solution.
Thanks once again
Problem Loading...
Note Loading...
Set Loading...
Clearly P ( x ) = x 2 + x + 1 for x = 1 , 2 , 3 , 4 , 5 , 6 We can write P ( x ) = a ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) ( x − 6 ) + x 2 + x + 1 where a is the constant to be determined.
P ( 0 ) = 5 0 4 1 ⟹ a ( 6 ! ) + 1 = 5 0 4 1 ⟹ a = 7
P ( x ) = 7 ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) ( x − 6 ) + x 2 + x + 1
Putting x = 9 yields P ( 9 ) = 1 4 1 2 1 1
Sum of digits= 1 + 4 + 1 + 2 + 1 + 1 = 1 0