I need a formula to divide a fixed area in 'N' number of equal parts. For example I am having a picture/image of 800*800, So now I need to slice it into 10 number of equal parts (squares/ rectangles) and what will be the dimension (height * width) of the sliced portions. Can you help me in that? If in case it is an odd number then we will add +1 to it and will merge the last 2 images resulting in making a rectangle.
Dividing a picture into N number of equal parts
0
$\begingroup$
geometry
-
2Dimension of the sliced portions will depend on how you slice it. You might slice out 3 ciecles, 5 squares, and other 5 not definable with fewer than 100 words. But however area of each slice is quite clear (6400 sq.units). – 2012-02-07
-
0Hello , each time I need to divide it into Squares/ rectangles – 2012-02-07
-
0What happens if $N = 3$? – 2012-02-07
-
1Also, I'm a bit confused as to why the trigonometry tag is there... – 2012-02-07