Question:medium

Let \( A = \{10, 11, 12, 14, 26\} \) and let \( f : A \to \mathbb{N} \) be such that \( f(a) = \) highest prime factor of \( a \), where \( a \in A \), then range of \( f = \)

Show Hint

Highest prime factor of a prime number is the number itself. For composite numbers, factorize completely and pick the largest prime.
Updated On: Jun 4, 2026
  • \( \{5, 7, 13\} \)
  • \( \{5, 7, 11, 13\} \)
  • \( \{3, 5, 7, 11, 13\} \)
  • \( \{3, 7, 11, 13\} \)
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Understand the function.
The set is $A = \{10, 11, 12, 14, 26\}$. For each number, $f$ gives its highest prime factor. The range is the set of all output values.
Step 2: Factor 10.
$10 = 2\times5$. The highest prime factor is $5$.
Step 3: Factor 11.
$11$ is itself a prime number, so its highest prime factor is $11$.
Step 4: Factor 12.
$12 = 2\times2\times3$. The highest prime factor is $3$.
Step 5: Factor 14 and 26.
$14 = 2\times7$, so the highest prime factor is $7$. $26 = 2\times13$, so the highest prime factor is $13$.
Step 6: Collect the outputs.
The outputs are $5, 11, 3, 7, 13$. As a set the range is $\{3, 5, 7, 11, 13\}$. \[ \boxed{\text{Range} = \{3, 5, 7, 11, 13\}} \]
Was this answer helpful?
0