Consider a normal five unit plus(+) shaped grid. What is the distinct number of ways to place without repetition in each of the squares of this grid?
Details and assumptions -
Rotations are not considered to be distinct.
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.
Note that for every choice of a number in the central square, there are ( 4 − 1 ) ! choices for the other places to be filled (by using the formula for circular permutations.). And the central square can be filled in 5 ways. Thus total number of ways= 5 ∗ 3 ! = 3 0 .