The following exercise is from some assessment test from Hong Kong. It looked like a GOF test at first, but I've only ever done them with a single column of data. I'm a maths tutor but I had to transfer him since I didn't recognize the correct procedure. And of course I would like that not to happen again, so, can anyone show me the correct way to approach this problem? Here it is:
Exercise. A random sample of 230 workers at a company were surveyed about their satisfaction with their life. The answer about their satisfaction was recorded along with their annual wages: $$ \begin{array}{lccccr} & \$\text{20-35k} & \$\text{35-50k} & \$\text{50-75k} & \$\text{75-90k} & \text{Total} \\ \text{Very satisfied} & 13 & 11 & 19 & 15 & 58 \\ \text{Somewhat satisfied} & 29 & 31 & 28 & 12 & 100 \\ \text{Not satisfied} & 34 & 20 & 10 & 8 & 72 \\ \text{Total} & 76 & 62 & 57 & 35 & 230 \\\hline \text{Pearson's Chi-square test} & \chi^2=20.0043 & \text{df}=6 & \text{p-value}<0.001 \end{array} $$ Assuming there's no relationship between income and life satisfaction, how many people who earn between $20-35k would you expect to be 'not satisfied' with life?
Thanks in advance!

HINT: The expected values are defined as the the frequencies that should be found in each cell of the table assuming no association between the two variables.
The expected value for each cell is obtained by multiplying the row total to the column total, and then dividing by the grand total.