2023 SSMO Relay Round 2 Problems/Problem 1: Difference between revisions
Created page with "==Problem== Consider the cubic polynomial <math>P(x)=ax^3+bx^2+cx+d</math>, where <math>a,b,c,d</math> are single-digit integers, which has roots of approximately <cmath>x \ap..." |
No edit summary |
||
| Line 5: | Line 5: | ||
==Solution== | ==Solution== | ||
Note that the sum of the three roots is approximately <math>0.71\approx\frac{5}{7}</math>. So, we have <math>a=7</math>. Therefore <cmath>|f(3)| \approx 7(3-(-0.95))(3-0.2)(3-1.46)\approx\boxed{119}.</cmath> | |||
~pinkpig | |||
Latest revision as of 14:30, 15 September 2025
Problem
Consider the cubic polynomial
, where
are single-digit integers, which has roots of approximately
Compute
.
Solution
Note that the sum of the three roots is approximately
. So, we have
. Therefore
~pinkpig