You will need to show us a picture if u don’t mind kind sir
In the usual sense, it has no inverse function. Since it is not an injection (f(0)=f(2)=0), an inverse function would have to map 0 both to 0 and 2, and that’s impossible.
However, if you restrict the domain to [1,+oo> (to make it injective), and the codomain to [-1,+oo> (to make it surjective), then it has an inverse function, given by g(y)=1+sqrt(y+1).
Answer:
15 and 1
Step-by-step explanation:
x and y are two numbers.
Two equations:
x · y = 15
x + y = 16
Rearrange one of the equations (I'll rearrange the sum equation):
x + y = 16
x = 16 - y
Substitute that to the other equation and solve for y:
x · y = 15
(16 - y) · y = 15
16 - y · y = 15
16 - y² = 15
-y² = 15 - 16
-y² = -1
y² = 1
y = √1
y = 1
Now substitute that to any of the equation and solve for x (in here, I'll choose the multiplication one):
x · y = 15
x · 1 = 15
x = 15
Now verify:
15 · 1 = 15
15 + 1 = 16
This is correct