

InterviewSolution
Saved Bookmarks
1. |
Write three quadratic polynomials that have 2 zeroes each. |
Answer» y = x2 – x – 2 having two zeroes, i.e., (2, 0) and (- 1, 0). y = 3 – 2x – x2 having two zeroes i.e., (1,0) and (- 3, 0). y = x2 – 3x – 4 having two zeroes i.e., (-1, 0) and (4, 0) |
|