document.write( "Question 102345: I need help with the following problem:\r
\n" );
document.write( "\n" );
document.write( "In the following sequence, what could be the next term? 1, 4, 27, 256, ... why is it the next term?\r
\n" );
document.write( "\n" );
document.write( "Any explanation would be helpful.
\n" );
document.write( "Thanks in advance. \n" );
document.write( "
Algebra.Com's Answer #74384 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! How about: \n" ); document.write( "1^1 = 1 \n" ); document.write( "2^2 = 4 \n" ); document.write( "3^3 = 27 \n" ); document.write( "4^4 = 256 \n" ); document.write( "5^5 = 3125 \n" ); document.write( ": \n" ); document.write( "Starting with 1 the number is the result of raising consecutive numbers by the same value \n" ); document.write( " |