Because we want the unit digit to be 1, we can not afford any digit to be 0.
0 when multiplied to any number would bring down the product to 0, we will never get the unit digit as 1.
Satisfying this condition, smallest 3 digit palindrome in the set is 111.
Value could be 919 as well.
Thus, Minimum = 1 (Option B)
Similarly, to get the tens digit largest, we can substitute tens digit as 9.
1x9x1 => Unit digit of the product is not 1.
2x9x2 => Unit digit of the product is not 1.
3x9x3 => Unit digit of the product IS 1.
Satisfying required conditions, 3 digit palindrome in the set could be number 393.
Thus, Maximum = 9 (Option F)