Question 1152735
determine the polynomial whoes graph passes through the points:

 ({{{2}}},{{{4}}}),({{{3}}},{{{4}}}),({{{4}}},{{{4}}})

as you can see, {{{y}}}coordinate of each point is same

=> it is a line {{{y=4}}}

{{{drawing( 600, 600, -10, 10, -10, 10,
circle(2,4,.12),circle(3,4,.12),circle(4,4,.12),
locate(2,4.6,p(2,4)),locate(2.8,3.7,p(3,4)),locate(4,4.6,p(4,4)),
 graph( 600, 600, -10, 10, -10, 10, 4)) }}}