To determine if f(x)=100x+1 is one-one (injective), assume f(x1)=f(x2):
100x1+1=100x2+1
100x1=100x2
x1=x2
Since f(x1)=f(x2) implies x1=x2, different inputs produce different outputs.
Therefore, f is one-one.
To determine if f(x)=100x+1 is onto (surjective), let y be any real number.
Find x such that f(x)=y:
100x+1=y
100x=y−1
x=100y−1
For any real number y, the value x=100y−1 is a real number and satisfies f(x)=y.
Therefore, f is onto.
Since f is both one-one and onto, f is a bijection.
The function f(x)=100x+1 is both one-one and onto.