Question 759873
The line will have the same slope as {{{ y = (1/2)*x - 3/2 }}}
so, the slope will be {{{ 1/2 }}}
The line passes through ( 2,4 )
I can write the general point-slope formula:
{{{ ( y - 4 ) / ( x - 2 ) = 1/2 }}}
{{{ 2*( y - 4 ) = x - 2 }}}
{{{ 2y - 8 = x - 2 }}}
{{{ 2y = x + 6 }}}
{{{ y = (1/2)*x + 3 }}}
------------------
check:
The slope is {{{ 1/2 }}}
OK
Does it go through ( 2,4 ) ?
{{{ y = (1/2)*x + 3 }}}
{{{ 4 = (1/2)*2 + 3 }}} 
{{{ 4 = 1 + 3 }}}
{{{ 4 = 4 }}}
OK