I don't know if this is 100% correct but.. 9(x)-4(x)
Difference means subtract
Answer:

Step-by-step explanation:
You have what is called "perfect squares" so you can use the "difference of squares formula to factor:

So,

you can work the equation backward now and you will get your original equation.
F ( x ) - the number of seats in the 1st row;
s ( x ) - the number of additional seats in the next row;
An equation that predicts the number of seats in any row:
g ( x ) = f ( x ) + s ( x )
g ( x ) = 12 + 3 ( x - 1 )
The number of seats in the 30th row:
g ( 30 ) = 12 + 3 * ( 30 - 1 ) = 12+ 3 * 29 = 12 + 87 = 99 seats
The tool I used for modellin is MS Excel. As you on the left side of the picture, I tabulate the x and y coordinates with respect to their columns. Then, I plotted it using the scatter plot graph. In this type of graph, only plots are drawn on the Cartesian plane. Next, I created a trendline as represented by the blue dashed line. There are options to the degree of your trendline: linear, polynomial or exponential. The closes fit is the polynomial with a degree of 2. An option is listed there in displaying the equation. The equation modelled by regression through data fitting is:
y = x² - 4x+1
Example 4:
Let y = ax + b
Where, a = 4
Then,
y = 4x + b
As we have one point = (-2,3)
Replace in the equation:
3 = 4(-2) + b
3 = -8 + b
b = 3 +8
b = 11
So us stay:
y = 4x + 11
________________
Now let's to the 5 example:
Let y = ax + b
Where a = 3/2
Then,
y = 3x/2 + b
As the point is = (4, 7)
Then we will stay:
7 = 3(4)/2 + b
7 = 6 + b
b = 7 - 6
b = 1
Then we will stay:
y = 3x/2 + 1
______________
Now let's to the last example:
Let y = ax + b
Where , a = -4/3
Then we going to stay with:
y = -4x/3 + b
As the point is = (6 , -2)
Then,
-2 = -4(6)/3 + b
-2 = -8 + b
b = -2 + 8
b = 6
So follow:
y = -4x/3 + 6
I hope this helped!