document.write( "Question 335383: I have a triangle of dots progressing in size. The first triangle has one dot, the second triangle has three dots, the third triangle has nine dots, ect. I need help with the formula when it asks how many dots the \"nth\" triangle has. \n" ); document.write( "
Algebra.Com's Answer #240389 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Triangle 1, the first triangle, has 1 = \"3%5E0\" dots\r\n" );
document.write( "Triangle 2, the second triangle, has 3 = \"3%5E1\" dots\r\n" );
document.write( "Triangle 3, the third triangle, has 9 = \"3%5E2\" dots\r\n" );
document.write( "\r\n" );
document.write( "So it looks like the exponent of 3 in the number of dots\r\n" );
document.write( "is 1 less than the triangle number, so\r\n" );
document.write( "\r\n" );
document.write( "Triangle n, the nth triangle, has \"3%5E%28n-1%29\" dots.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );