Answer:
y = 3x - 3
Explanation:
Since our line is parallel to y = 3x, our slope should be 3. We also have the points (-1, 0).
From here, we can use the point-slope form (how convenient):
y - y₁ = m(x - x₁), where (x₁, y₁) is the given coordinate on the line, and m is the slope of the line
Plug in: y - 0 = 3(x - 1)
We could leave it here, but we should convert this line into the more commonly-seen slope-intercept form.
Distribute: y - 0 = 3x - 3
Identity: y = 3x - 3