0

Might be a silly question. But here it is: Say we have all the factors of a number, 84 for example. Those numbers would be 1,2,3,4,6,7,12,14,21,28,42,84. Is it possible for there to be a number that would evenly divide one of the factors of 84, without being able to evenly divide 84 itself? For the number 84 it doesn't seem to be possible, but does there exist a number where that is possible?

comp1201
  • 101

1 Answers1

1

It's not possible.

If $a$ divides $b$ (i.e., $b=ka$) and $b$ divides $c$ (i.e., $c=nb$), then $a$ divides $c$ (because $c=nka$).

J. W. Tanner
  • 60,406