Question
The total of the perimeter of a rectangle and the
circumference of a circle is 156 cm. The rectangle's length equals the side of a square, and the square's perimeter is 12 cm greater than the rectangle's perimeter. If the circle's area is 616 cm², determine the area of the rectangle.Solution
πr²= 616 r= 14 cm 2(l+b)+2πr= 156 L+b = 34 L=a 4a= 68+12 a = 20 cm a = l =20 cm b = 14 cm Area of rectangle= l×b = 20×14=280 cm² Answer: D
Time complexity of heap sort is:
Which type of database key is a candidate key that has not been chosen as the primary key?
Which data structure uses LIFO (Last In, First Out) principle?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
- Which of the following is the primary characteristic of Infrastructure as a Service (IaaS) in cloud computing?
Which of the following accurately describes the role of a "foreign key" in a relational database system?
Deletion in Red-Black Trees maintains balance using:
Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?
In the dynamic programming approach for LCS, the base cases are crucial for correctly initializing the dp table.
Consider the following Python co...
RISC stands for: