Question 1128148
Draw the line through the point ({{{-3}}}, {{{4}}}) that is parallel to the x-axis.

recall:   the line  that is parallel to the x-axis is vertical line {{{y=a}}}

so, since {{{y}}} coordinate in given point is {{{4}}}, your line will be {{{highlight(y=4)}}}


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