$p(x)$ is a quadratic polynomial . Prove that any given number for $a$ with one exception , we can find a number $b$ such that $p(a)=p(b)$ and $a$ is not equal to $b$.
2026-04-23 06:55:47.1776927347
prove for p(x) which is a quadratic polynomial
72 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
p(x) = mx^2 + nx + p, with m not equal to 0. Take p(b) - p(a) = m(b^2 - a^2) + n(b - a) = (b - a)(mb + ma + n). So given a, to get p(b) = p(a) choose b = -(ma +n)/m, then b is not equal a with the exception that a is not equal -n/2m which is the vertex of the parabola defined by p.