Hello, I worked on this one like this:
90 / k is an integer.
So, I tried t find the factors of 90, one of which should be k.
90....../.......Integer
90..................1
90..................2
45..................3
30..................4
x....................5
18..................6
15..................7
x....................8
x....................9
10.................10
9
[1] is not sufficient as all of the factors apart of 1 are greater than 1.
[2] is sufficient because if k is a multiple of a prime, taking primes and looking for their multiples we find that:
Taking 2, 2*15 = 30, k=30, 2*5=10, k = 10 etc. So, 90/k is an integer and k is an integer. Same in the cases below.
Taking 3, 3*10 = 30, k=30 etc
Taking 5, 5*2 = 10, k=10 etc
Taking 7, it gives none of the factors we found above, so it cannot be 7 (which we also see in the factor table above). Also, we know that 90/k is an integer, so this also rules out 7.
Taking 9, 9*10 = 90, k=90.
ANS is BIt looks long, but it actually took me 1.52 minute.