i have attempted so far
to find a slope of line
$2x+3y=1$
$\left. \begin{array} { l } { \text { Slope m of a line of the form } A x + B y = C \text { equals } - \frac { A } { B } } \\ { A = 2 , B = 3 } \\ { m = - \frac { 2 } { 3 } } \end{array} \right.$
the point slope formula
$y - y _ { 1 } = m \left( x - x _ { 1 } \right)$
the point given (1,2)
$y - 2 = - \frac { 2 } { 3 } ( x - 1 )$
$y = - \frac { 2 } { 3 } x + \frac { 2 } { 3 } + \frac { 2 } { 1 } \times \frac { 3 } { 3 }$
$y = - \frac { 2 } { 3 } x + \frac { 2 } { 3 } + \frac { 6 } { 3 }$
$y = \frac { 2 } { 3 } x + \frac { 8 } { 3 }$
is this right answer ?
$$2x+3y=1\to y=\frac13-\frac23x$$ so the gradient of the line is $-\frac23$, which you got. The gradient of the perpendicular line is $$\frac{-1}{(-\frac23)}=\frac32$$
Thus the line is of the form: $$y=\frac32x+k$$ We know that $x=1\to y=2$, thus $$2=\frac32(1)+k\to k=?$$