EgmatQuantExpert
Find the LCM of two numbers, with prime factorization, \(x^2 * y^3 * z\) and \(y*x^9\), where x, y and z are three consecutive prime numbers, in the same order.
(1) xy = z + 1
(2) xz is even
LCM of two numbers will be \(x^9 * y^3 * z^1\)
where x < y < z and these are consecutive prime numbers;
Statement 1: xy = z + 1Will take a few examples -
x = 2, y = 3, z = 5 => Statement 1 is satisfied,
x = 3, y = 5, z = 7 => Statement 1 is not satisfied,
x = 5, y = 7, z =11 => Statement 1 is not satisfied,
x = 7, y = 11, z =13 => Statement 1 is not satisfied,
.
.
.
From the pattern we see that, the product of 'xy' is getting much greater than 'z' and will not be able to satisfy Statement 1 equation after the first example.
Hence Statement 1 is sufficient as we can now find the exact LCMStatement 2: xz is evenThe only even prime number is 2 and that is also the smallest of the list of prime numbers.
Hence we can deduce that x = 2, making y = 3 and z = 5.
Hence Statement 2 is sufficient as we can now find the exact LCMAnswer is, hence, D