In $\mathbb M$ world the only numbers that exist are positive integers that leave a remainder of 1 when divided by 4, i.e. $\{1,5,9,13,17,21...\}$. We say that $m, \mathbb M$ divides $n$ if $n=mk$ for some $\mathbb M$ number $k$. We say that $n$ is a $\mathbb M$ prime if its only $\mathbb M$ divisors are 1 and itself. (1 is not considered to be a $\mathbb M$ prime).
- Find the first six $\mathbb M$ primes.
- Find a $\mathbb M$ number $n$ that has two different factorizations as a product of $\mathbb M$ primes.
So I know I need to determine a modulo here. I would assume just (mod 4) and then anything equivalent to 1 (mod 4) exists in this world. So then when we look at primes I would think 5 is prime since it's only divisors are 1 and 5 which both exists in this modulo world. Then 13, 17, 29, and 33 for the same reason. Is this the correct way of thinking or am I not taking the mod multiplication into account?
Once I am more confident with the first part I feel like I can better understand the second question.
Simply put, the first non-$\mathbb {M}$ prime number has to be $5\times 5 $. All numbers below that in your list are primes.
For Q.2 an approach is to find a number that has sufficiently many divisors in real life. The fact that almost all $\mathbb {M}$-numbers are prime takes care of the rest. E.g. $$21\times 21=9\times 49$$