document.write( "Question 23417: Find the first five (5) terms of the sequence (begin with n = 1).
\n" );
document.write( "A=n!/n^2\r
\n" );
document.write( "\n" );
document.write( "I still do not understand how to do this one. \n" );
document.write( "
Algebra.Com's Answer #12222 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A1= 1!/1^2=1/1 = 1 \n" ); document.write( "A2= 2!/2^2= 2/4 = 1/2 \n" ); document.write( "A3= 3!/3^2= 6/9= 2/3 \n" ); document.write( "A4=4!/4^2= 24/16= 3/2 \n" ); document.write( "A5=5!/5^2=120/25= 24/5\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |