How many positive integers $< 2013$ are divisible by $2$
Can I somehow use Euler's Totient function to find this?
How many positive integers $< 2013$ are divisible by $2$
Can I somehow use Euler's Totient function to find this?
Copyright © 2021 JogjaFile Inc.
As your problem is currently stated, you are asking how many even numbers there are less than $2013$. For integers less than $2013$ that are divisible by $3$,$5$ or a general prime $p$, I would just use the division algorithm to rewrite $2012 = qp+r$ where $q,r \in \Bbb{N} \cup \{0 \}$ and $r<p$. The number you are looking for is $q$.