Question
A circular field, which covers an area of 1386 square
meters, is planned to be enclosed by a compound wall that rises to a height of 3 meters. The wall is designed to be thin, with its thickness considered negligible. Calculate the surface area of one side of this compound wall.Solution
Let the radius of the circular field = 'r' metres Then, area of the field = π X r2 = (22/7) X r2 = 1386 So, r2 = 1386 X (7/22) = 441 So, r = √441 = 21 {Since, radius cannot be negative} Circumference of the circular field = 2 X (22/7) X 21 = 132 metres So, surface area of one side of the compound wall = 2πr X height = 132 X 3 = 396 m2
Which IoT communication protocol is lightweight and optimized for constrained devices?
Why is sampling commonly used in data analysis, especially when dealing with large datasets?
Which data cleaning technique is most appropriate for handling missing data when missing values are randomly distributed across a dataset?
What is the primary advantage of using CIDR (Classless Inter-Domain Routing) in IP addressing?
Which of the following is the primary purpose of exploratory data analysis (EDA)?
Which of the following is an example of an independent variable in a data analysis model that predicts employee productivity based on training hours?
How does metadata contribute to effective data management in large-scale data systems?
In regex, ^abc matches:
How do you open a file in read mode in Python?
Which sampling technique is best suited for dividing a population into distinct subgroups and ensuring each subgroup is proportionally represented?