Two functions f(x) and g(x) are inverses if and only if is true that each function evaluated in the other is equivalent to the identity.
This means that:
f( g(x)) = g( f(x)) = x
With this we can see that:
Input = area
Output = radius.
-------------------------------------
Let's see how we concluded that.
First, we know that the function:
y = A(n) converts an input, the radius of a circle into an output, the circle's area.
Let's assume that G(x) is the inverse function, and "n" is the variable that represents the radius.
By the definition of inverse functions we must have that:
G( A(n)) = n
and n is a radius, so the <u>output of the inverse function is the radius of a circle.</u>
And <u>A(n) is the</u><u> area </u><u>of that circle,</u> then the <u>input for the inverse function is the area.</u>
<u />
Finally, we can conclude that:
Input: Area
Output: Radius.
If you want to learn more, you can read:
brainly.com/question/2541698