125k views
4 votes
Given f as described below.

f: {whole numbers} → {whole numbers}
Assign each whole number to its largest place value digit.
For example, f(4) = 4, f(14) = 4, and f(194) = 9.
c. What is f(0)?

User Americo
by
7.3k points

1 Answer

6 votes

Answer:

f (0) = 0

Explanation:

As Domain = {all whole numbers}

Range is R = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}

then f (0) = 0 which is its largest place value digit.

User Aright
by
7.7k points