document.write( "Question 29414: show that if n is an integer greater than 3, n2^n. \n" ); document.write( "
Algebra.Com's Answer #16261 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! show that if n is an integer greater than 3, n2^n. \n" ); document.write( "WE HAVE FOR N=4 \n" ); document.write( "4!=1*2*3*4=24 >2^4=16...IS OK...SO.... \n" ); document.write( "FOR N>3 WE HAVE \n" ); document.write( "N!=(1*2*3*4)*(5*6*7..........N) \n" ); document.write( ">(2^4)*(2*2*2*...........2...(N-4) TIMES)=2^4*2^(N-4)=2^(4+N-4)=2^N... \n" ); document.write( "HENCE N2^N \n" ); document.write( " \n" ); document.write( " |