You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The multiples of a number are the positive numbers that divide into it evenly. For example, the multiples of 3 are 3, 6, 9, 12, and so on. The factors or divisors of a number are the positive numbers that it divides into evenly. For example, the factors of 6 are 1, 2, 3, and 6.
is unclear wording. More clear is:
The multiples of a number n are all the positive numbers m such that m/n is a whole number. For example, the multiples of 3 are 3, 6, 9, 12, and so on. The factors or divisors of a number n all the positive numbers f such that n/f is a whole number. For example, the factors of 6 are 1, 2, 3, and 6.
The text was updated successfully, but these errors were encountered:
is unclear wording. More clear is:
The multiples of a number n are all the positive numbers m such that m/n is a whole number. For example, the multiples of 3 are 3, 6, 9, 12, and so on. The factors or divisors of a number n all the positive numbers f such that n/f is a whole number. For example, the factors of 6 are 1, 2, 3, and 6.
The text was updated successfully, but these errors were encountered: