let a={9,10,11,12,13} find f:A to N defined by f(n)=the highest prime factor of n.find the domain and range of f
Answers
using definition of domain and range.
The domain of f is {9, 10, 11, 12, 13}
The range of f is {3, 5, 11, 13}.
Step-by-step explanation:
We are given that A = {9,10,11,12,13} and f: A to N defined by f(n) = the highest prime factor of n.
Firstly, the set A = {9, 10, 11, 12, 13}
and it is sure that n ∈ A = {9, 10, 11, 12, 13}. This means that the domain of the function f is the set A itself {9, 10, 11, 12, 13}.
Now, for finding the range of the function, we have to find the prime factors of each and every value stated in set A.
Factors of 9 =
Highest prime factor of 9 is 3.
Factors of 10 =
Highest prime factor of 10 is 5.
Factors of 11 =
Highest prime factor of 11 is 11.
Factors of 12 =
Highest prime factor of 12 is 3.
Factors of 13 =
Highest prime factor of 13 is 13.
So, the range of the function f is {3, 5, 11, 13}.