Noruas is playing a weird game. He is using a 10x10 grid board and 2 indistinguishable pieces of chocolate. The number of ways that Noruas can place the 2 pieces of chocolate on the board, such that both pieces are in the same row or column is N. What is N?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
for one row or column, pieces of chocolate can be arrange in 45 different ways by satisfying condition. same can be done for other row and column means 45x10=450 for rows and 45x10=450 for column. Total=450+450=900 ways. 45=(9+8+7+6+5+4+3+2+1) ways are 9 if we arrange two pieces together 8 if keeping one block between two pieces 7 if keeping two blocks between two pieces and so on...