document.write( "Question 1164001: what is the next three terms of 4,1,0,1,4,9
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #788287 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "ANY problem like this -- where a sequence of numbers is given, you are asked to find the next number(s) in the sequence, and no further information is given -- is invalid. \n" ); document.write( "In this particular example, it APPEARS that the numbers are consecutive perfect squares: \n" ); document.write( "(-2)^2=4 \n" ); document.write( "(-1)^2=1 \n" ); document.write( "0^2=0 \n" ); document.write( "1^2=1 \n" ); document.write( "2^2=4 \n" ); document.write( "3^2=9 \n" ); document.write( "So it might LOOK AS IF the next three numbers should be \n" ); document.write( "4^2=16 \n" ); document.write( "5^2=25 \n" ); document.write( "6^2=36 \n" ); document.write( "But there is NOTHING in the statement of the problem that tells us that is the pattern; in fact, ANY next three numbers will make a valid sequence. \n" ); document.write( "So you can GUESS that the next three numbers in this example will be 16, 25, and 36.... But there is no way of knowing if that answer is \"right\". \n" ); document.write( " \n" ); document.write( " |