Identifying Zeroes from Coordinate Points
A quadratic polynomial p(x) passes through the points:
(-6, 0), (0, -30), (4, -20), and (6, 0)
Find the zeroes of the polynomial p(x).
๐ Graph Visualization
★ Complete Solution
Understanding Zeroes:
The zeroes of a polynomial are the x-values where p(x) = 0.
These are the points where the graph intersects the x-axis (where y = 0).
Identifying from Given Points:
Looking at the given points:
- Point (-6, 0): Here y = 0, so x = -6 is a zero
- Point (0, -30): Here y ≠ 0, so not a zero
- Point (4, -20): Here y ≠ 0, so not a zero
- Point (6, 0): Here y = 0, so x = 6 is a zero
✓ Answer:
The zeroes of p(x) are -6 and 6


Recent Comment