You can put this solution on YOUR website! how do i find the length of each side of a polygon given the perimeter?
------------
It's not possible, unless it's a regular polygon.
If it is, you have to be given the # of sides.
---
Then, s = P/n
s = side length
P = perimeter
n = # of sides