Question 1079317
You don't really need to change the equation.
Suppose you want the ordered pair ( x1, 0 )
Just make {{{ y[1] = 0 }}} and find {{{ x[1] }}}
{{{ 2x[1] - 0 = 3 }}}
{{{ 2x[1] = 3 }}}
{{{ x[1] = 3/2 }}}
So now you have the ordered pair:
( x1, y1 ) = ( 3/2 , 0 )
----------------------------------
Suppose you want the ordered pair ( 1 , y2 )
Make {{{ x[2] = 1 }}} and find {{{ y[2] }}}
{{{ 2*1 - y[2] = 3 }}}
{{{ 2 - y[2] = 3 }}}
{{{ -y[2] = 1 }}}
{{{ y[2] = -1 }}}
So now you have the ordered pair:
( x2, y2 ) = ( 1 , -1 )
---------------------------------
You can create as many ordered pairs as you want this way