0
$\begingroup$

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.

  • 2
    Dimension 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
  • 0
    Hello , each time I need to divide it into Squares/ rectangles2012-02-07
  • 0
    What happens if $N = 3$?2012-02-07
  • 1
    Also, I'm a bit confused as to why the trigonometry tag is there...2012-02-07

1 Answers 1