i have gotten a question that sounds like this:
• An even number, n, is characterized in that it can be written as n = 2 * m, where m is an integer. Proof (or argument as to why), once you multiply two even numbers with each other, you get an even number.
So far i have done this , but im not sure if it is correct or if my explanation is thorough enough:
n_1 * n_2
n_1 * n_2 is equal, therefore
n_1 = 2m_1
n_2 = 2m_2
thus:
n_1 * n_2 = 2m_1 * 2m_2 = 2 * 2
Since n_1 * n_2 = 2 * 2 m_1 m_2, n_1 * n_2 is an even number