Question
If the length of the room is 10 m, then what is the
height of the room? I. The cost of painting the walls of the room at the rate of Rs. 25 per sq metre is Rs. 6,400. II. The cost of carpeting the floor at the rate of Rs. 140 per sq metre is Rs. 8,400. In each of the following questions, a question and some statements are given. You have to decide whether the data given in the statements are sufficient to answer the question or not.Solution
Let breadth and height of the room be b and h respectively. From I, Area of the four walls of the room = 2(10 + b)h = 6400/25 ⇒ 2(10 + b)h = 256 ⇒ (10 + b)h = 128 m……… (i) From II, 10 × b = 8400/140 ⇒ b = 8400/(140 ×10) = 6 m………(ii) By putting the value of b in equation (i), we get (10 + 6)h = 128 m ⇒ h = 128/16 = 8m. Therefore, both statement I and statement II together is required to answer the question.
In SQL, which of the following best describes the role of a subquery within a SELECT statement?
Which of the following best illustrates the concept of polymorphism in Object-Oriented Programming (OOP)?
Which of the following is the most accurate description of semi-structured data ?
Which of the following is the main characteristic that differentiates random sampling from non-random sampling techniques?
In a min-heap, what is the complexity of removing the smallest element and restoring the heap property?
A company’s network experiences intermittent connectivity issues. Upon analysis, the network technician observes frequent CRC (Cyclic Redundancy Check...
Which Python library is primarily used for data manipulation and cleaning?
Which of the following is an example of non-random sampling?
What factor is the most critical when determining the appropriate sample size for a study?
Which of the following query will return the third-highest salary from an Employee table in SQL?