Question 696671

1. Find the equation of a line that is parallel to {{{y= 2x-3}}} had has a y-intercept of {{{4}}} (means it passes through point ({{{0}}},{{{4}}}))

*[invoke equation_parallel_or_perpendicular "parallel", 2, -3, 0, 4]


2. Find the equation of a line that is perpendicular {{{y=-3x + 7}}} and has a y-intercept of {{{-2}}} (means it passes through point ({{{0}}},{{{-2}}}))


*[invoke equation_parallel_or_perpendicular "parallel", -3, 7, 0, -2]


3. Find the equation of a line that is parallel to {{{y =2x -1}}} and goes through the point ({{{6}}},{{{2}}}))


*[invoke equation_parallel_or_perpendicular "parallel", 2, -1, 6, 2]

4.Find the equation of a line that is perpendicular to {{{y=(1/3)x + 2}}} and goes through the point ({{{1}}},{{{7}}}))


*[invoke equation_parallel_or_perpendicular "parallel","1/3", 2, 1, 7]