I have the following:
$f(m,n) = (3m+7n, 2m+5n)$ and I want to know if it is a bijection and if so, fine the inverse as well.
Here's my approach:
Suppose $f(m_1,n_1)=f(m_2,n_2)$ then:
$$ (3m_1+7n_1,2m_1+5n_1)=(3m_2+7n_2,2m_2+5n_2)$$ $$3m_1+7n_1=3m_2+7n_2 $$ and $$2m_1+5n_1=2m_2+5n_2$$
Now my issue begins here and don't know what the next step should be... Perhaps adding both equations? I'm not sure.