That one is interesting!
Read the question stem carefully:
If m is an integer greater than zero but less than n, is m a factor of n?what do we learn?
- m is an
integer > 0 ,
m can be 1,2,3,4...................- m
must be less than n,
n < m,
note that we don't know whether n is an integer; we simply know that n is positiveNow the question: Is m a factor of n OR
is n a multiple of m?Before tackling the statements, let us give a few conditions that will make n divisible by m:
1- n is an integer, therefore- m=1
- m has all the prime factors of n ( so m cannot be prime)
2- n is not an integer, thereforen/m cannot be an integer.
What do the statements reveal or imply ?
1) n is divisible by all intergers less than 10 - n is an integer
- n is not prime (1,2,3,4........,9 are factors of n)
as you may notice, this statement is not sufficient: n is an integer, and is not prime. if m can be written as a product of prime factors less than 10, n/m would be sufficient; but m can be written as a product of prime factors less than 10 and a prime (n = 2*11 =22 or n = 3*17 = 51), and n/m will not necessarily be a integer. Not sufficient
2) m is not a multiple of a prime number this clearly means that
m cannot be written as the product of a prime integertherefore m must be 1, since any non-prime can be written as the product of prime integers (2,3,5,7,11,13.....) AND a prime is a multiple of itself
clearly statement (2) is not sufficient
n can still be any number (integer, fraction etc.); if n were a fraction n/1 cannot be an integer. for n/m to be an integer, n must be an integer. But statement (2) does not give us enough information about n.
BUT COMBINING THE TWO STATEMENTS IS SUFFICIENT
- n is an
integer and n can be written as the product of all integers from 2 to 9 (from statement 1)
- n< m (from the stem)
-
m = 1 (statement 2)
Therefore C must the correct answer