We have a rigid Square board of negligible mass, which has been divided into a grid of 9 small squares(like a Sudoku Board), at centre of each square a point mass is attached. The gravity on the board is acting in downward direction and the board is supported by an array of 9 vertical pins, such that the tip of each pin lies exactly below the centre of respective squares/point masses.
Since the the masses of point particles are not same,the distribution of mass over the board is not uniform, hence the force acting on every pin need not to be same.
How can we calculate the force acting(Normal reaction from board) on every pin.
I think we can write the following equations:
$$\sum_{i=1}^9 N_i = \left(\sum_{i=1}^9 m_i \right)g$$ $$\overrightarrow\tau_{net}=0$$
From the above equations we can get total of four equation involving our unknown normal reactions: 1 from balancing weights with normal reactions and 3 in each space vector($\hat i,\hat j,\hat k)$ by making the net torque on the board equal to zero.
Using this how can we calculate a total of 9 unknown normal reactions
Its not homework question. I have nobody to ask right now except on stackexchange. It came to me as I was trying to develop a technique to solve sudoku.
Basically I want to know the pin which has the least normal reaction from board. Is there any way to do this without calculating all the normal reactions.