austin120600
austin120600 austin120600
  • 04-07-2020
  • Mathematics
contestada

The function h(x)=12/x-1 is one to one. Algebraically find it’s inverse, h^-1(x).

Respuesta :

Alfpfeu
Alfpfeu Alfpfeu
  • 04-07-2020

Answer:

Step-by-step explanation:

hello,

I assume that you mean

[tex]h(x)=\dfrac{12}{x-1}[/tex]

so first of all let's take x real different from 1 , as this is not allowed to divide by 0

[tex](hoh^{-1})(x)=x=h(h^{-1}(x))=\dfrac{12}{h^{-1}(x)-1} \ \ \ so\\h^{-1}(x)-1=\dfrac{12}{x} \\\\h^{-1}(x)=1+\dfrac{12}{x}[/tex]

and this is defined for x real different from 0

hope this helps

Answer Link

Otras preguntas

Which of the following is NOT a result of feeding cows a high-corn diet? A. Healthier cows B. Increased levels of deadly strains of E. coli in cows, cow manure,
Does anyone know Afghanistan?
What is the continued importance of rosa bonheur and Henry ossawa
Last month, a carpenter made 2 tables. This month, he made 50% fewer tables. How many tables did the carpenter make this month?
nguyễn ái quốc rời cảng nhà rồng năm bao nhiêu ?
Help me I don’t get this.
Which of the following best describes political parties during the period leading up to the Civil War? a. Antislavery factions of many parties coalesced to for
Will you please drop me at school? Answer: A: simple B: compound C: complex
What is the symmetry technique in Blender that allows you to create one side of a character and have the other side automatically generated to match?
The following for loop prints the numbers 1 to 20 on one line with a space between. for (int i = 1; i <= 20; i++) { System.out.print(i + " " ); // prints ea