<span>this is the farthest i know of pi
3.14159265359
</span>
There are 5 letters in the word "prime"
Imagine we had 5 slots to fill. They are empty initially.
Slot 1 has 5 choices to pick from
Once we pick a letter, we have 4 choices left over for slot 2
Slot 3 will have 3 choices
Slot 4 will have 2 choices
Slot 5 will have 1 choice
We have this countdown: 5,4,3,2,1
which multiplies out to 5*4*3*2*1 = 120
There are 120 unique ways to arrange the letters. Order matters. Because order matters, this is a permutation.
Answer:
Plug x-7 in for y, in the bottom equation.
x - 7 = 2 + 2x - 4
x - 7 = 2x - 2
x = 2x + 5
-x = 5
x = -5
M = -1/2
(x₁, y₁) = (-2,-4)
Find the equation
y - y₁ = m(x - x₁)
y - (-4) = -1/2 (x - (-2))
y + 4 = -1/2 (x + 2)
2(y + 4) = -1 (x + 2)
2y + 8 = -x - 2
x + 2y = -10