document.write( "Question 97340: How do I find the pattern to the sequence?
\n" );
document.write( "1,4,9,1,6,2,5,3,6,4,9,6,4 _,_,_,_
\n" );
document.write( "I would also like and explanation how to get the answer so I can explain it to my daughter. \n" );
document.write( "
Algebra.Com's Answer #70834 by mathslover(157)![]() ![]() You can put this solution on YOUR website! 1,4,9,1,6,2,5,3,6,4,9,6,4 _,_,_,_\r \n" ); document.write( "\n" ); document.write( "observe the first number it's 1^2 =1 \n" ); document.write( "the second number is 2^2 =4 \n" ); document.write( "the third number is 3^2 = 9 \n" ); document.write( "the 4th and 5th number represents the square of 4 ie 4^2 = 1,6 \n" ); document.write( "the 6th and 7th number represents the sqaure of 5 ie 5^2 = 2,5\r \n" ); document.write( "\n" ); document.write( "and so on ... \n" ); document.write( "the first 2 blanks represent the square of 9 which is 8,1 \n" ); document.write( "the next 2 blanks should represent the square of 10 which is 1, 00 \n" ); document.write( " \n" ); document.write( " |