Given a polynomial p(x) If degree is A.P(1)=P(2)=P(3).....=P(A)=1. Also P(A+1)=B Tell P(A+C).
Given a polynomial p(x) If degree is A.P(1)=P(2)=P(3).....=P(A)=1. Also P(A+1)=B Tell P(A+C).
| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3611 |
| 4 | jiangly | 3583 |
| 5 | strapple | 3515 |
| 6 | tourist | 3470 |
| 7 | Radewoosh | 3415 |
| 8 | Um_nik | 3376 |
| 9 | maroonrk | 3361 |
| 10 | XVIII | 3345 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 162 |
| 2 | adamant | 148 |
| 3 | Um_nik | 146 |
| 4 | Dominater069 | 143 |
| 5 | errorgorn | 141 |
| 6 | cry | 138 |
| 7 | Proof_by_QED | 136 |
| 8 | YuukiS | 135 |
| 9 | chromate00 | 134 |
| 10 | soullless | 133 |
| Name |
|---|



We know that $$$deg P = A$$$. Let $$$W(x)$$$ be $$$W(x) = P(x)-1$$$. Since $$$P(1) = P(2) = ... = P(A) = 1$$$, then $$$W(1) = W(2) = ... = W(A) = 0$$$. Let's observe that $$$deg W = deg P$$$, which means that numbers $$$1, 2, ..., A$$$ are all roots of polynomial $$$W(x)$$$. Thus,
for some real number a. Now, we know that $P(A+1) = B$ , so $$$W(A+1) = B-1 = a(A+1-1)(A+1-2)...(A+1-A) = a \times A! \implies a = (B-1)/A!$$$. So we know $$$W(x)$$$ polynomial formula — and thus, the formula for $$$P(x)$$$ (it's enough to add one). Hope I haven't made any mistake :)