document.write( "Question 1124344: Find the next number of the following
\n" );
document.write( "1, 6, 11, 18, 27, 38, ... \n" );
document.write( "
Algebra.Com's Answer #740687 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 51 is the next number. \n" ); document.write( "The progression is done by adding the next odd number: \n" ); document.write( "6+5; 11+7; 18+9; 27+11; 38+13 \n" ); document.write( " |