document.write( "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)))? \n" ); document.write( "
Algebra.Com's Answer #330552 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
d(12) = 6 (1,2,3,4,6,12)
\n" ); document.write( "d(d(12)) = d(6) = 4 (1,2,3,6)
\n" ); document.write( "d(d(d(12))) = d(4) = 3 (1,2,4)
\n" ); document.write( "
\n" );