Method 1
Concept
Pick two points and find the equation of a line.
Point ( 1. 4 ) and ( 2, 7 )
Step 2: Represent each point
[tex]\begin{gathered} x_1\text{ = 1} \\ y_1\text{ = 4} \\ x_2\text{ = 2} \\ y_2\text{ = 7} \end{gathered}[/tex]Step 3: Substitute the values in the two points equation of a line formula
[tex]\frac{y-y_1}{x-x_1}\text{ = }\frac{y_2-y_1}{x_2-x_1}[/tex][tex]\begin{gathered} \frac{y\text{ - 4}}{x\text{ - 1}}\text{ = }\frac{7\text{ - 4}}{2\text{ - 1}} \\ \frac{y\text{ - 4}}{x\text{ - 1}}\text{ = }\frac{3}{1} \\ \frac{y\text{ - 4}}{x\text{ - 1}}\text{ = 3} \\ \text{Cross multiply} \\ y\text{ - 4 = 3(x - 1)} \\ y\text{ - 4 = 3x - 3} \\ y\text{ = 3x - 3 + 4} \\ y\text{ = 3x + 1} \end{gathered}[/tex]Step 4: Final answer
y = 3x + 1 Option B