Using something other than a linear function, show the intervals $[2,4]$ and $[10,22]$ have the same cardinality.
I don't quite know where to start with this problem, or what key factor is necessary to perceive the function that will satisfy the given problem.
Hint: You know $x^2$ is a bijection from $[0,1]$ to $[0,1]$. Translate and scale to produce the bijection you want.
$12x^2$ a bijection from $[0,1]$ to $[0,12]$.
$10 + 12x^2$ a bijection from $[0,1]$ to $[10,22]$.
Scale to get $10 + 12\left(\frac{x}{2}\right)^2$ a bijection from $[0,2]$ to $[10,22]$.
Translate to get $10 + 12\left(\frac{x-2}{2}\right)^2$ a bijection from $[2,4]$ to $[10,22]$
$3(x-2)^2 + 10$ is an answer.