document.write( "Question 300219: CONTINUE THIS NUMBER PATTERN:
\n" );
document.write( "1,8,27,64,__, __, __,__, __,1000... \n" );
document.write( "
Algebra.Com's Answer #215469 by amoati(11)![]() ![]() ![]() You can put this solution on YOUR website! 1,8,27,64,__, __, __,__, __,1000\r \n" ); document.write( "\n" ); document.write( " 8 = 2 * 2 * 2 \n" ); document.write( " 27 = 3 * 3* 3 \n" ); document.write( " 64 = 4 * 4 *4 \r \n" ); document.write( "\n" ); document.write( "so the next number would be 5 * 5 * 5 = 125\r \n" ); document.write( "\n" ); document.write( "and so now so the series would be\r \n" ); document.write( "\n" ); document.write( "1,8,27,64,125,216,343,512,729,1000 \n" ); document.write( " |