Every number is a multiple of itself.
Idea (very simple): A number is called a multiple of \(b\) if we can write it as \(b \times k\), where \(k\) is a whole number.
So we have written \(n\) in the form \(n \times 1\) (with whole number \(k=1\)). Therefore, \(n\) is a multiple of itself. Hence, the statement is true.