Question 483007: for apositiv integer n,difine the d(n),the number of positive diviser of n what is the value on d(d(d(12)))?
Answer by richard1234(7193) (Show Source):
You can put this solution on YOUR website! d(12) = 6 (1,2,3,4,6,12)
d(d(12)) = d(6) = 4 (1,2,3,6)
d(d(d(12))) = d(4) = 3 (1,2,4)
|
|
|