document.write( "Question 475683: a theater has 36 rows with 21 seats in the first row, 24 in the second row, 27 in the tird row ans so forth. hOw many seats are in the theater? \n" ); document.write( "
Algebra.Com's Answer #326177 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Sum of an arithmetic sequence is \"S%5Bn%5D+=+%28n%2F2%29%282a%5B1%5D+%2B+%28n-1%29d%29\".\r
\n" ); document.write( "\n" ); document.write( "Here, \"a%5B1%5D+=+21\", n = 36, and d = 3.\r
\n" ); document.write( "\n" ); document.write( "==> \"S%5B36%5D+=+%2836%2F2%29%282%2A21+%2B+35%2A3%29+=+18%2A147+=+2646\" seats.
\n" ); document.write( "
\n" );