Consider the following numbers : 1. 437 2. 797 3. 1073 How many of the above numbers are prime ?
Only one
The question asks us to determine how many of the given numbers are prime. The numbers provided are 437, 797, and 1073.
A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself. Numbers that are not prime and are greater than 1 are called composite numbers.
To check if a number 'n' is prime, we can test if it is divisible by any prime number from 2 up to the square root of 'n'. If 'n' is not divisible by any of these primes, then 'n' is a prime number.
Let's apply this method to each of the given numbers:
Let's summarize our findings in a table:
| Number | Is it Prime? | Reason (if composite) |
|---|---|---|
| 437 | No | Divisible by 19 ($19 \times 23 = 437$) |
| 797 | Yes | Not divisible by any prime $\le \sqrt{797}$ |
| 1073 | No | Divisible by 29 ($29 \times 37 = 1073$) |
From the table, we can see that only one of the given numbers (797) is a prime number.
Therefore, the correct answer is that only one of the numbers is prime.
| Concept | Description | Example |
|---|---|---|
| Prime Number | A natural number greater than 1 with exactly two distinct positive divisors: 1 and itself. | 2, 3, 5, 7, 11, etc. |
| Composite Number | A natural number greater than 1 that has more than two positive divisors. | 4, 6, 8, 9, 10, etc. |
| Number 1 | Neither prime nor composite, by definition. | - |
| Primality Test | Methods used to determine whether a number is prime. Checking divisibility by primes up to the square root is a common method. | Testing 15 by primes $\le \sqrt{15} \approx 3.8$ (i.e., 2, 3). 15 is divisible by 3, so it's composite. |
For very large numbers, checking divisibility by all primes up to the square root becomes computationally expensive. There are more advanced primality tests for large numbers, such as:
These tests are used in cryptography and other fields that rely on the properties of large prime numbers. However, for numbers like 437, 797, and 1073, the simple square root method is effective.
The number whose only factors are 1 and the number itself is called a/an ________ number.
What are the total prime numbers from 1 to 100?
How many prime numbers are there between 20 and 50?
How many prime numbers are there between 100 and 120?
The number 323 has