Division Test for Divisibility
Type: idea
To find out whether
\[
a\mid b
\]
We can simply calculate
\[
\frac{b}{a}
\]
and see if it is an integer.
Type: idea
To find out whether
\[
a\mid b
\]
We can simply calculate
\[
\frac{b}{a}
\]
and see if it is an integer.