Consider the set of the first 100 positive integers (from 1 to 100 inclusive).
An integer from this set satisfies all of the following three conditions simultaneously:
1. is a composite number.
2. is neither divisible by 2 nor divisible by 3.
3. The square root of is an irrational number.
What is the total number of possible values for ?
Answer: 7
Answer
There are exactly 7 values for N that satisfy all three conditions.
The complete set of numbers not divisible by 2 or 3 from 1 to 100 contains 33 integers. Excluding the number 1 (neither prime nor composite) and the 23 prime numbers leaves exactly 9 composite numbers. From these 9 composites, 25 and 49 must be excluded because their square roots are 5 and 7 (rational numbers). This leaves 7 valid integers.
Step-by-Step Solution
Key Concept
Classification of numbers combining prime/composite definitions, divisibility principles, and properties of rational and irrational roots.