document.write( "Question 1129602: The product of all the positive divisors of a positive integer N is 6*16*36*96. What is N? \n" ); document.write( "
Algebra.Com's Answer #746190 by t0hierry(194)![]() ![]() You can put this solution on YOUR website! Write n as\r \n" ); document.write( "\n" ); document.write( "6*16*36*96 and again as \n" ); document.write( "96*36*16*6 \r \n" ); document.write( "\n" ); document.write( "now\r \n" ); document.write( "\n" ); document.write( "6*96 = 576 \n" ); document.write( "16*36= 576\r \n" ); document.write( "\n" ); document.write( "SO\r \n" ); document.write( "\n" ); document.write( "n^2 = 576^4 = 576^(number of divisors, which is 4) and thus\r \n" ); document.write( "\n" ); document.write( "n = 576^2 = 331776\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |