Question 1187851


Find all points on the x-axis that are a distance 5 from
P({{{-2}}}, {{{3}}}).

({{{-7}}}, {{{3}}}) = (smaller x-value)
({{{3}}}, {{{3}}}) = (larger x value)


{{{ drawing( 600, 600, -10,10, -10, 10,
circle(-7,3,.12),locate(-7,3,p(-7,3)),
circle(-2,3,.12),locate(-2,3,p(-2,3)),
circle(3,3,.12),locate(3,3,p(3,3)),
graph( 600, 600, -10,10, -10, 10, 0)) }}}