document.write( "Question 255927: this is the sequence
\n" );
document.write( "1,4,9,16,25 \r
\n" );
document.write( "\n" );
document.write( "what is the pattern expressed algebraically?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #188120 by Mathnerd123321(4)![]() ![]() ![]() You can put this solution on YOUR website! the pattern is \n" ); document.write( "1+3+5+7+9 \n" ); document.write( "so the next number would be 36\r \n" ); document.write( "\n" ); document.write( "or i could be \n" ); document.write( "(n+1)^2 \n" ); document.write( "n=0,1,2,3,4,5,6 \n" ); document.write( " |