Question 1010137
Your first equation is correct, but your second equation is not correct.


Let
x = number of seats in the non-smoking section
y = number of seats in the smoking section


"The number of seats in the non-smoking section is 51 more than twice the number of seats in the smoking section"

means that


(number of non-smoking seats) = 2*(smoking seats) + 51


(x) = 2*(y) + 51


x = 2y + 51



So the second equation should be x = 2y+51. Note: if you made x the number of seats in the smoking section, then you'd have y = 2x+51. It's the same idea, just with the variables swapped. You'll get the same answers either way.



-----------------------------------------------


Go back to x+y = 258 and replace x with 2y+51


x+y = 258
2y+51+y = 258



Now solve for y
2y+51+y = 258
3y+51 = 258
3y+51-51 = 258-51
3y = 207
3y/3 = 207/3
y = 69



Use this to find x
x = 2y+51
x = 2*69+51
x = 138+51
x = 189



There are 189 seats in the non-smoking section. There are 69 seats in the smoking section.