document.write( "Question 158900: Find the expression for the term for the sequences.
\n" );
document.write( "144,121,100,81,64,49\r
\n" );
document.write( "\n" );
document.write( "tn= ???????\r
\n" );
document.write( "\n" );
document.write( "Can you please help with what this equation is supposta be?I want to know how to do this, please help me step by step on how to make the equation?
\n" );
document.write( "thanks in advance,
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #117038 by scott8148(6628) You can put this solution on YOUR website! the numbers are squares __ 12^2, 11^2, 10^2, 9^2, 8^2, 7^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "13-1=12 __ 13-2=11 __ 13-3=10 __ etc.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "tn=(13-n)^2 \n" ); document.write( " |