Answer:
Hello!
____________________
Your answer would be (C).
Hope this helped you!
Answer:
C) -1
Step-by-step explanation:
(ax+3)²=36
<em>Square root both sides</em>
ax+3=6
<em>Subtract 3 from both sides</em>
ax=3
<em>Put x in</em>
-3a=3
a= -1
C) -1 would work.
Answer:
The answer is all real numbers
Step-by-step explanation:
4(x + 2) = 4x +8
Distribute the 4:
4x + 8 = 4x + 8
Then subtract 4x and 8 from both sides
0 = 0
This statement is true so its all real numbers
1.
no, there will never be a negative y-value. <span>y= |x| will always be nonnegative. |x| can be distance x is from 0 and a distance can never be negative.
</span>2.
you can define it as
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