Answer:
y = -2x - 7
Step-by-step explanation:
x - 2y = 6
-2y = -x + 6
Divide the whole equation by (-2)

slope = 1/2
Slope of the line perpendicular to this line = -1/m = -1 ÷ (1/2)

(-3, - 1)
y -y1 = m(x -x1)
y - [-1] = -2(x - [-3])
y + 1 = -2(x + 3)
y + 1= x* (-2) + 3*(-2)
y + 1 = -2x - 6
y = -2x - 6 - 1
y = -2x - 7
Can I im see the graph pleaseeewww
Answer:
4x² / 4x² = 1
Step-by-step explanation:
Anything divided by itself is always 1
Answer:
steps below
Step-by-step explanation:
7, 11, 15, 19 ...
common difference (d) = 11-7 = 4
Recursive rule: A(n) = A(n-1) + d = A(n-1) + 4
Explicit rule: A(n) = A(1) + d * (n-1) = A(1) + 4 *(n-1) = 7 + 4 * (n-1) = 4n + 3
15th term: A(15) = 4 * 15 + 3 = 63