- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How can we find perimeter of a pentagon?
To do: Find perimeter of a pentagon.
Solution:
If we have a regular pentagon let say the sides of it are 4 cm each .
If we know one side of a regular pentagon, then we know the length of each side because a regular pentagon has equal sides. We can simply plug our known side into our formula:
$P=5\times s$
$P=5\times 4$
$P=20$
Therefore the perimeter of the pentagon is 20cm
Advertisements