To solve this problem, we need to set up a system of equations based on the given information. Let \( r \) be the number of rows and \( s \) be the number of seats per row. We know that the total number of seats is 2709, and the number of seats per row exceeds the number of rows by 20. This gives us the equations: \( r \times s = 2709 \) and \( s = r + 20 \). We can substitute the second equation into the first to solve for \( r \), and then find \( s \).
Let \( r \) be the number of rows in the auditorium. According to the problem, the number of seats in each row exceeds the number of rows by 20. Therefore, the number of seats in each row can be expressed as \( r + 20 \).
The total number of seats in the auditorium is given as 2709. Therefore, we can set up the equation for the total number of seats as follows:
\[
r \times (r + 20) = 2709
\]
Expand the equation:
\[
r^2 + 20r = 2709
\]
Rearrange it into a standard quadratic equation form:
\[
r^2 + 20r - 2709 = 0
\]
To solve the quadratic equation \( r^2 + 20r - 2709 = 0 \), we can use the quadratic formula:
\[
r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
\]
where \( a = 1 \), \( b = 20 \), and \( c = -2709 \).
Calculate the discriminant:
\[
b^2 - 4ac = 20^2 - 4 \times 1 \times (-2709) = 400 + 10836 = 11236
\]
Calculate the square root of the discriminant:
\[
\sqrt{11236} = 106
\]
Substitute back into the quadratic formula:
\[
r = \frac{-20 \pm 106}{2}
\]
Calculate the two possible solutions for \( r \):
\[
r = \frac{-20 + 106}{2} = \frac{86}{2} = 43
\]
\[
r = \frac{-20 - 106}{2} = \frac{-126}{2} = -63
\]
Since the number of rows cannot be negative, we have \( r = 43 \).
The number of seats in each row is \( r + 20 \):
\[
r + 20 = 43 + 20 = 63
\]
The number of seats in each row is \(\boxed{63}\).