To get the inverse "relation" of an expression, we first off, do a quick switcharoo of the variables, and then solve for "y", so let's proceed,

and yes, the domain for the range 0 ⩽ x
<span>⩽ 2, let's get instead the "range" of the original function,
</span>

<span>
</span>
Answer:
c
Step-by-step explanation:
the function (x) = -3x+2 can be obtained by :
* stretching the function (x)=x in the y-axis by 3 units gives 3x
* then reflecting about x-axis gives -3x
* finally shifting it up by 2 units gives -3x+2
so the parent function is f(x) = x
Answer:
2x - 1 = -45.
Step-by-step explanation:
2x - 1 = -45 is the required equation.
x is the number.
Step-by-step explanation:
25 as binary number is
11001
1×2⁴ + 1×2³ + 0×2² + 0×2¹ + 1×2⁰ = 16 + 8 + 1 = 25
25×2 = 50 = 11001 × 2 = 110010
multiplying a binary number by 2 is the save effect as multiplying a normal decimal number by 10 : all digits move one position to the left, and a 0 is put into the empty right position.
and so, we see
110P = 110010
P = 010
FYI : you normally don't mix binary and decimal numbers. if one of the numbers is binary, then all the others have to be binary too.
so, the problem should have looked like
110P/10 = 11001
110P = 11001×10 = 110010
P = 010