Answer:
4
3
0
Step-by-step explanation:
f(x) = y = -1/2 × sqrt(x+3)
2y = -sqrt(x+3)
4y² = x + 3
x = 4y² - 3
now renaming this, so that the normal symbols and names are used for this function definition, so that the input variable is called "x" :
f-1(x) = 4x² - 3
basically, just by itself, this function would be defined for all possible real values of x.
but because it is the inverse of the original function, which generates only values of y<=0, then for the inverse function that same range applies for its input variable x
x<=0
Answer:
its fifteen fiths
Step-by-step explanation:
Answer:
In your console (ctrl + shift + j), the letter a would appear. Beneath that, the letter c would appear.
Step-by-step explanation:
This is because the val2 is not less than or equal to 3. The second condition that's inside the first condition is true but since the first condition is false, the second condition would not run.
Answer:
v=3i+8j
Step-by-step explanation:
The given the vector v has an initial point (-2,-6) and a terminal point of (1,2).
To find the components of vector v, we subtract the terminal points from the initial point to obtain.
v=<1,2>-<-2,-6>
v=<1--2,2--6>
v=<1+2,2+6>
v=<3,8>
As a linear combination of the standard unit vectors.
v=3i+8j