← Change Exercise
Perimeter — square and rectangle
Compute the perimeter of the square.
o = cm
All difficulties
0%
Accuracy
0
Current streak
0
Total answers
0
Correct
What does this generator do?
Generates squares and rectangles with various dimensions. Compute the perimeter.
How to use it
Square: P = 4 × side. Rectangle: P = 2 × (a + b), or just a + b + a + b.