Answer:176
Step-by-step explanation:
Answer:
Step-by-step explanation:
wheres the expression
To write the equation of the line, we will use the point-slope formula.
To do this, we need a point and a slope.
We can find out slope by using the slope formula.
m = y₂ - y₁ / x₂ - x₁
So we have 5 - 9 / 3 - 1 or -4/2 which is -2.
Now let's use the point-slope formula.
y - y₁ = m(x - x₁)
Now substitute one of our points (x₁, y₁) into our formula.
So we have y - 5 = -2(x - 3).
Distributing the -2 gives us y - 5 = -2x + 6.
Moving the -5 to the right, we have y = -2x + 11.
So y = -2x + 11 is our equation.
Y = |x| = x if x ≥ 0, -x if x < 0
absolute value can be interpreted as a function that does not allow negative real numbers, forcing them to be positive (leaving 0 alone). if the input x is more than or equal 0, then x stays positive so there is no need to do anything: "x if x ≥ 0".
if the input is less than 0, then it is an negative number and needs a negative coefficient to negate the negative: "-x if x < 0"
example: if x = -3, then it will take the "-x if x < 0" piece resulting in y = -(-3) = 3, which is what |-3| does
if x = 1, it will take the "x if x ≥ 0" piece and just have y = 1 which is what |1| does.
for x = 0, it will take the "x if x ≥ 0" and just have y = 0 which is what |0| does