Q1.
4. If a number is divisible by 12, then the number is also divisible by all the factors of 12.
Answer
Always true.
The number is a multiple of 12, say 12m
12m = 2 × 6 × m = 3 × 4 × m = 1 × 12 × m
So 1, 2, 3, 4, 6 and 12 each appear as a factor
12m = 2 × 6 × m = 3 × 4 × m = 1 × 12 × m
So 1, 2, 3, 4, 6 and 12 each appear as a factor
In general, if f is a factor of 12 then 12 = f × t for some whole number t, and so
12m = (f × t) × m = f × (tm)
Take 24, which is divisible by 12. Its factors include every factor of 12: 1, 2, 3, 4, 6, 8, 12, 24.
Why it happens (the picture): a multiple of 12 is m rows of 12. A factor of 12 fills one row of 12 exactly — so it fills every row exactly, and therefore fills the whole array with nothing left over.
Tip: in general, if A is divisible by k, then A is divisible by all the factors of k.