1

I'm a student and I came across this problem, first I had to prove that this function is injective, which I did. But I really struggle to prove that this function is not onto. I'll appreciate the help!

lcv
  • 2,506
  • A harder way to prove this is to evaluate the determinant of $\begin{pmatrix}2&3\3&2\end{pmatrix}$ (which is not $\pm 1$). – Hanul Jeon Dec 06 '19 at 10:05

2 Answers2

6

Hint: $(2m+3n)+(3m+2n)=5(m+n)$, which is always a multiple of $5$.

3

Can you find integers $m,n$ such as $2m+3n=0, 3m+2n=1$ ??

dmtri
  • 3,270