Question
Area of a rectangle is equal to the total surface area
of a hemisphere having volume 13718 cm³ . Find the perimeter of the rectangle if its length is 125% more than its breath. (Take π = 3)Solution
Let, the radius of the hemisphere be ‘r’ cm. So according to question: 2/3 × 3 × r3 = 13718 r3 = 6859 r = 19 So, the total surface area of the hemisphere = 3 × π × 19² = 3 × 3 × 19² = 3249 cm² Let the breadth of the rectangle be ‘x’ cm So the length of the rectangle = 2.25x cm According to question: x × 2.25x = 3249 x² = 1444 x = 38 So the breadth of the rectangle = 38 cm Length of the rectangle = 38 × 2.25 = 85.5 cm So the perimeter of the rectangle = 2 × (85.5 + 38) = 247 cm
Which tree structure is commonly used in file systems to organize and manage disk blocks efficiently?
What is the goal of instruction pipelining in a CPU?
In a CSS file, there is a CSS rule for paragraphs tags – what does p can be called?
Cardinality related to ————–
What does a diamond shape represent in an ER diagram?
SELECT E.EmpFname, E.EmpLname, P.EmpPosition FROM EmployeeInfo E INNER JOIN EmployeePosition P ON E.EmpID = P.EmpID AND P.EmpPosition IN ('Manager'); <...
What is the concept of "paging" in memory management?
What is the purpose of the "Attention" mechanism in deep learning models?
Which of the following is the primary fuel used in natural gas power plants?
Arrange the following memory components in the memory hierarchy from the fastest to the slowest: Cache memory, Main memory (RAM), Hard disk.