MHB Find the Value of a Polynomial with Given Constraints - POTW #250 Jan 17th, 2017

  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    2017
AI Thread Summary
The discussion revolves around finding the value of a polynomial P with given conditions: P(1) = 4 and P(5) = 152. Participants are tasked with determining P(6) based on these constraints. The polynomial is expressed in standard form with non-negative integer coefficients. Two members, kaliprasad and lfdahl, provided correct solutions to the problem. The thread emphasizes the importance of following guidelines for problem-solving submissions.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

Let $P$ be a polynomial such that $P(x)=a_0+a_1x+\cdots+a_nx^n$ where $a_0,\,a_1,\cdots$ are non-negative integer. Given that $P(1)=4$ and $P(5)=152$, find $P(6)$.

-----

Remember to read the http://www.mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
Congratulations to the following members for their correct solution::)
1. kaliprasad
2. lfdahl

Solution from lfdahl:
All coefficients ($a_i$) belong to the set: $\{0,1,2,3,...\}$

It must be a cubic polynomial, because a quartic and higher would exceed $P(5) = 152$.

So, we´re left with the function: $P(x) = a_0+a_1x+a_2x^2+a_3x^3$.

$P(1) = 4$, implies $a_0,a_1,a_2,a_3 \in \{0,1,2,3,4\}$ under the restriction: $a_0+a_1+a_2+a_3 = 4.$

Clearly, $a_3 = 1$, because any higher value would imply: $P(5) > 152$.

On the other hand: $a_3 = 0$, is not possible, because a quadratic polynomial cannot reach the value $152$.

Thus far, we have the polynomial value: $5^3 = 125$. We still need 27 to reach $P(5)$.

The only way to obtain $27$ with the quadratic part of the polynomial is the combination:

$2 + x^2$ ($a_0=2$, $a_1=0$ and $a_2 = 1$).

Hence, $P$ has the explicit form: $P(x) = 2 + x^2+x^3$, and

$P(6) = 2 + 36 + 216 = 254.$
 
Back
Top