- #36
mmaismma
- 18
- 1
Answer the following questions:
a.) How many knights can you place on a ##n\times m## chessboard such that no two attack each other?
b.) In how many different ways can eight queens be placed on a chessboard, such that no queen threatens another? Two solutions are not different, if they can be achieved by a rotation or by mirroring of the board.
I have solved part (a). I will post the answer in text form when I solve both parts. Untill then I have numbered all the equations.
-----
I have taken m as vertical and n as horizontal, it doesn't matter as both will change on rotating the board.
The language of question is quite complex. If the question wants maximum value of knights tgen it will always be in second case(Case 1 will match values if m is in the form of (3x +1)) except when m is 1.