Let $f:\mathbb{R}^+ \to \mathbb{R}^+$ be given by $$f(x)=\frac{x + a}{x + b}.$$ The constants $a$ and $b$ must be evaluated to the following:
- $a$ is the sum of the first 4 digits of your student number
- $b$ is the product of the last two non-zero digits of your student number.
Examples:
- If your student number is $30247340$, then $a = 9$ and $b = 12$.
- If your student number is $1002110833567$, then $a = 3$ and $b = 42$.
Determine if $f$ is a bijection. If it is a bijection, find its inverse.
I used contradiction to show that $f$ is one to one, but I have no idea how to prove it is not onto. Since I don't know the exact values of $a$ and $b$, I am unable to find a counter-example to show that it is not onto. What other approaches can I use?