The given line is \( L_1: 3x + 4y = 7 \).
First, find its slope by writing it in slope-intercept form (\( y = mx + c \)):
\[
3x + 4y = 7 \implies 4y = -3x + 7 \implies y = -\frac{3}{4}x + \frac{7}{4}
\]
So, the slope of \( L_1 \) is \( m_1 = -\frac{3}{4} \).
The required line, say \( L_2 \), is perpendicular to \( L_1 \).
If two lines are perpendicular, the product of their slopes is \(-1\): \( m_1 m_2 = -1 \).
So, the slope of \( L_2 \) is:
\[
m_2 = -\frac{1}{m_1} = -\frac{1}{-\frac{3}{4}} = \frac{4}{3}
\]
Now, \( L_2 \) passes through the point \( (1, 2) \) and has slope \( m_2 = \frac{4}{3} \).
Using the point-slope form:
\[
y - y_0 = m(x - x_0)
\]
\[
y - 2 = \frac{4}{3}(x - 1)
\]
Multiply both sides by 3 to clear denominators:
\[
3(y - 2) = 4(x - 1)
\]
\[
3y - 6 = 4x - 4
\]
Bring all terms to one side (general form):
\[
4x - 3y + 2 = 0
\]
This matches option (a).
Alternatively, recall:
A line perpendicular to \( Ax + By + C = 0 \) is of the form \( Bx - Ay + K = 0 \).
Given \( 3x + 4y - 7 = 0 \), a perpendicular line has form \( 4x - 3y + K = 0 \).
Substitute the point \( (1, 2) \):
\[
4(1) - 3(2) + K = 0 \implies 4 - 6 + K = 0 \implies -2 + K = 0 \implies K = 2
\]
So, the equation is:
\[
4x - 3y + 2 = 0
\]
\[
\boxed{4x - 3y + 2 = 0}
\]