Question 665989
1.The line passes through the points (-3,-1) and (3,5)


*[invoke find_equation_of_line -3, -1, 3, 5]


2. The line passes through the point (3,7) and is parellel to the line {{{x + 4y = 12}}}.


{{{x + 4y = 12}}}....write in {{{slope-intercept}}} form

{{{4y =-x+ 12}}}

{{{4y =-(1/4)x+ 3}}}


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