Concept:
If a line has slope \( m \), any line perpendicular to it has slope \( -1/m \). The general equation of a line perpendicular to \( Ax + By + C = 0 \) is \( Bx - Ay + \lambda = 0 \).
Step 1: Determine the equation of the perpendicular line.
The given line is \( 2x + 1y - 3 = 0 \).
A line perpendicular to it will be of the form:
\[ 1x - 2y + \lambda = 0 \]
Step 2: Solve for the constant using the point (1, 1).
Substitute \( x = 1 \) and \( y = 1 \):
\[ 1(1) - 2(1) + \lambda = 0 \]
\[ 1 - 2 + \lambda = 0 \quad \Rightarrow \quad \lambda = 1 \]
The equation is \( x - 2y + 1 = 0 \).
Step 3: Find the y-intercept.
To find the y-intercept, set \( x = 0 \):
\[ 0 - 2y + 1 = 0 \]
\[ 2y = 1 \quad \Rightarrow \quad y = \frac{1}{2} \]