Insert 3x - 7 for y in 15x - 5y = 14
15x - 5(3x - 7) = 14
15x - 15x + 35 = 14
0 = -21
There is no solution.
Answer:
(2x • 5x) + (2x • -2)
Step-by-step explanation:
I think that's what you're looking for, you just distribute the 2x to both of the numbers in the parathesis
<em>45 = 6n + 3n
45 = 9 n
dividing 9 on other side
45 / 9 = n
5 = n
or
n = 5 answer..</em>
Answer:
x = 1 is correct !
Step-by-step explanation:
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