Start learning 50% faster. Sign in now
Let the length and the breadth of the rectangle be 6x metres and 5x metres respectively.Area of the rectangle = length X breadthATQ,6x X 5x = 120Or, x 2 = 4Or, 'x' = 2So, the perimeter of the rectangle = 2 X (length + breadth)So, 2 X (2 X 6 + 2 X 5) = 2 X 22 = 44 metresSo, the perimeter of the square = 44 + 20 = 64So, side of the square = (64/4) = 16 metresSo, the radius of the circle = (16/8) X 7 = 14 metresSo, required area = π X radius 2 = (22/7) X 14 X 14 = 616 m 2
What is the relationship between recursion and iteration?
The process of finding hidden structure in unlabeled data is called
Which of the following is an open-source SQL query engine for analyzing data stored in Hadoop clusters?
In an XML document, a tag is a markup construct that starts with ___ and ends with ____.
B-trees and B+ trees are designed to maintain balance by adjusting the:
When implementing a stack using two queues, what is the time complexity of the "push" operation?
Standard C library functions will always invoke a system call when executed from a single-threaded process in a UNIX/Linux operating system?
In a uniform distribution over the interval [a, b], what is the probability density function (PDF)?
What is the main purpose of a digital signature in public key cryptography?
What is the function of a web server in web technology?