document.write( "Question 104415: how do you figure out the equation for rectangular numbers?\r
\n" );
document.write( "\n" );
document.write( "ex. the first term is 1, there are 2 dots, the second term is 2, there are 6 dots, the third term is 3, there are 12 dots.
\n" );
document.write( "I see that the first difference is 2 more than the previous, and the second difference is 2, but how do i write this in an equation? Thank you. \n" );
document.write( "
Algebra.Com's Answer #75950 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! n(n+1) gives the sequence \n" ); document.write( "1*2=2 \n" ); document.write( "2*3=6 \n" ); document.write( "3*4=12 \n" ); document.write( "4*5=20 \n" ); document.write( "etc. \n" ); document.write( "========= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |