Hexaware
Company
Programming
Functions
f(x) = 1/(1-x) find(f(f(f(x)))
Read Solution (Total 1)
-
- f(x) = 1/(1-x)
==>f(f(x)) = f(1/(1-x))
= 1/(1-(1/(1-x)))
= 1/((1-x-1)/(1-x))
= 1/(-x/(1-x))
= x-1/x
==> (f(f(f(x)))=f(x-1/x)
= 1/(1-(x-1/x))
= 1/((x-x+1)/x)
= 1/(1/x)
= x - 12 years agoHelpfull: Yes(14) No(0)
Hexaware Other Question