Question 1128149
Draw the line through the point ({{{-1}}}, {{{3}}}) that is parallel to the y-axis.

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

so, since {{{x}}} coordinate in given point is {{{-1}}}, your line will be {{{highlight(x=-1)}}}


{{{drawing( 600, 600, -10, 10, -10, 10,
line(-1,10,-1,-10),circle(-1,3,.12), locate(-1,3.2,p(-1,3)),
 graph( 600, 600, -10, 10, -10, 10, 0)) }}}