document.write( "Question 1132228: can you solve the next number in this sequence:
\n" );
document.write( "-1, 6, 25, 62, \n" );
document.write( "
Algebra.Com's Answer #749193 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! x(n) = n^3 -2 \n" ); document.write( ": \n" ); document.write( "x(5) = 5^3 -2 = 123 \n" ); document.write( ": \n" ); document.write( "therefore, the next number in the sequence -1, 6, 25, 62 is 123 \n" ); document.write( ": \n" ); document.write( " |