document.write( "Question 336210: An auditorium has 20 rows of seats.These are 20 seats in the first row,21 in the second row and 22 in the third row and so on.how many seats are there in all rows? \n" ); document.write( "
Algebra.Com's Answer #241074 by galactus(183)\"\" \"About 
You can put this solution on YOUR website!
Did you try just adding them up?. 20+21+22+23+24+....+39\r
\n" ); document.write( "\n" ); document.write( "There is a shortcut, though, using the sum of arithmetic sequences.\r
\n" ); document.write( "\n" ); document.write( "\"Sn=n%2F2%2A%28a1%2Ba2%29\"\r
\n" ); document.write( "\n" ); document.write( "\"a1=20\"\r
\n" ); document.write( "\n" ); document.write( "\"an=39\"\r
\n" ); document.write( "\n" ); document.write( "\"d=20\"\r
\n" ); document.write( "\n" ); document.write( "\"20%2F2%2A%2820%2B39%29=10%2859%29=590\"
\n" ); document.write( "
\n" );