document.write( "Question 696492: A theater has 45 seats in the first row, 49 in the second row, 53 seats in the third row and so on. What is the general term for a sequence that gives the number of seats in row n? \n" ); document.write( "
Algebra.Com's Answer #429135 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The 1st row has 45 seats
\n" ); document.write( "The 2nd row has 45 + 4 seats
\n" ); document.write( "The 3rd row has 45 + 4 + 4 seats
\n" ); document.write( "---------------
\n" ); document.write( "The nth row has \"+45+%2B+%28+n-1+%29%2A4+\"
\n" ); document.write( "
\n" ); document.write( "
\n" );