PDA

View Full Version : [SOLVED] Question 2


22-16
Mar31-03, 02:25 AM
- Let x be the smallest integer greater than 2000 that is the product of seven primes.
- Let y be the largest integer smaller than 2000 that is the product of seven primes.

What is the value of x - y?

O Great One
Mar31-03, 03:11 AM
Not sure if this is correct but here goes:

x = 3^7 = 2,187.

y = 2^6 * 31 = 1,984.

2,187 - 1,984 = 203.

22-16
Mar31-03, 03:37 AM
Originally posted by O Great One
Not sure if this is correct but here goes:

x = 3^7 = 2,187.

y = 2^6 * 31 = 1,984.

2,187 - 1,984 = 203.

Correct.