Let Q be the polynomial Q ( x ) = a 0 + a 1 x + a 2 x 2 . . . + a n x n where a 0 , a 1 , a 2 . . . , a n are nonnegative integers. If Q ( 1 ) = 6 and Q ( 5 ) = 1 5 4 , and Q ( 6 ) = k , find the digital sum of the square root of k .
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.
Very good solution sir.
Log in to reply
Go through the solution and understand it. I know you like to post problems. But it is unprofessional if you post problems which you are unsure of the answers.
In the first line of Q(x) it should be x 3 after the x 2 term.
Since Q ( 5 ) ≡ a 0 ≡ 4 ( m o d 5 ) , we have a 0 = 4 . Since Q ( 1 ) = 6 , we have 5 p + 5 q = 1 5 0 for two positive integers p and q ; by inspection we find p = 2 , q = 3 . Thus Q ( x ) = 4 + x 2 + x 3 , Q ( 6 ) = 2 5 6 = 1 6 2 , and the answer is 1 + 6 = 7 .
Simple and elegant, really nice!
Problem Loading...
Note Loading...
Set Loading...
From Q ( 5 ) = 1 5 4 , we note that n < 4 , since a j ≥ 0 and 5 4 > 1 5 4 . Then we have:
Q ( x ) ⟹ Q ( 5 ) = a 0 + a 1 x + a 2 x 2 + a 3 x 3 = a 0 + 5 a 1 + 2 5 a 2 + 1 2 5 a 3 = 1 5 4
The possible solutions are:
{ 4 + 5 ⋅ 5 + 0 + 5 3 = 1 5 4 4 + 0 + 5 2 + 5 3 = 1 5 4 ⟹ a 0 = 4 , a 1 = 5 , a 2 = 0 , a 3 = 1 ⟹ a 0 = 4 , a 1 = 0 , a 2 = 1 , a 3 = 1 ⟹ Q ( 1 ) = a 0 + a 1 + a 2 + a 3 = 1 0 = 6 ⟹ Q ( 1 ) = a 0 + a 1 + a 2 + a 3 = 6 Rejected Accepted
Therefore.
Q ( x ) ⟹ Q ( 6 ) = 4 + x 2 + x 6 = 4 + 3 6 + 2 1 6 = 2 5 6
⟹ k = 2 5 6 and 2 5 6 = 1 6 which has a digital sum of 7 .