Let R be the set of real numbers.let A=R - {-1/2} and B=R - {2}.let f be a function from A to B defined by f(x)= 4x-3 / 2x+1.
i) Show that f is 1-1
ii) show that f is onto
iii) does f have an inverse? if so find the inverse?
i)f(a)= 4a-3 / 2a+1
f(b) = 4b-3 / 2b+1
4a-3 / 2a+1 = 4b-3 / 2b+1
4a-3(2b+1) = 4b-3(2a+1)
8ab-6b+4a-3 = 8ab-6a+4b-3
-6b = -6a
a=b
hence 1-1
Im having trouble with the onto and inverse part. Can someone assist me please?