There are 100 soldiers. In how many different rows and columns these soldiers can be arranged?
Some ways:
1) 1, 100 => 1 row, 100 columns.
2) 2, 50 => 2 rows, 50 columns.
...
...
n-1) 50, 2 => 50 rows, 2 columns
n) 100, 1 => 100 rows, 1 column
Best answer can be applied to any number of soldiers - say, 955, 15555, 20000, etc.
Some ways:
1) 1, 100 => 1 row, 100 columns.
2) 2, 50 => 2 rows, 50 columns.
...
...
n-1) 50, 2 => 50 rows, 2 columns
n) 100, 1 => 100 rows, 1 column
Best answer can be applied to any number of soldiers - say, 955, 15555, 20000, etc.












