Reflex angle because straight is 180 and right is 90 and acute is less than 90
Answer:
B the range, the x- and y-intercept
Step-by-step explanation:
the domain stays the same : all values of x are possible out of the interval (-infinity, +infinity).
but the range changes, as for the original function y could only have positive values - even for negative x.
the new function has a first term (with b) that can get very small for negative x, and then a subtraction of 2 makes the result negative.
the y-intercept (x=0) of the original function is simply y=1, as b⁰=1.
the y-intercept of the new function is definitely different, because the first term 3×(b¹) is larger than 3, because b is larger than 1. and a subtraction of 2 leads to a result larger than 1, which is different to 1.
the original function has no x-intercept (y=0), as this would happen only for x = -infinity. and that is not a valid value.
the new function has an x-intercept, because the y-values (range) go from negative to positive numbers. any continuous function like this must therefore have an x-intercept (again, y = the function result = 0)




Answer: The given question is solved :
Step-by-step explanation:
correct solution in imaje
You can work this out by rearranging the equation and isolating the x.
4x + 12 = 36
4x = 36 - 12 (I moved the +12 to the other side, which means it becomes -12)
4x = 24 (36 - 12 = 24)
x = 24 / 4 (You need to isolate the x, and because it was being multiplied by 4, I divided both sides by 4 to leave me with just x)
x = 6 (24 divided by 4 is 6).
This is always ''interesting'' If you see an absolute value, you always need to deal with when it is zero:
(x-4)=0 ===> x=4,
so that now you have to plot 2 functions!
For x<= 4: what's inside the absolute value (x-4) is negative, right?, then let's make it +, by multiplying by -1:
|x-4| = -(x-4)=4-x
Then:
for x<=4, y = -x+4-7 = -x-3
for x=>4, (x-4) is positive, so no changes:
y= x-4-7 = x-11,
Now plot both lines. Pick up some x that are 4 or less, for y = -x-3, and some points that are 4 or greater, for y=x-11
In fact, only two points are necessary to draw a line, right? So if you want to go full speed, choose:
x=4 and x= 3 for y=-x-3
And just x=5 for y=x-11
The reason is that the absolute value is continuous, so x=4 works for both:
x=4===> y=-4-3 = -7
x==4 ====> y = 4-11=-7!
abs() usually have a cusp int he point where it is =0
Hope it helps, despite being this long!