document.write( "Question 1191794: A sequence a, ax, ax2, ......, axn, has odd number of terms. Then the median is \n" ); document.write( "
Algebra.Com's Answer #823643 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!
\r
\n" ); document.write( "\n" ); document.write( "For \"odd\" number of terms, the median is the middle term, which in a upto \"n\" terms, is \"n%2F2\".\r
\n" ); document.write( "\n" ); document.write( "so, for sequence \"a\", \"ax\", \"ax%5E2\", ......, \"ax%5En\", the median is \"ax%5E%28n%2F2%29\"
\n" ); document.write( "
\n" );