Question
What is the smallest number of the six numbers? Â
I.The average of six consecutive odd numbers is 8.  II. The sum of six consecutive odd numbers is 48. Each of the questions below consists of a question and two statements numbered I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and give answer –Solution
From Statement I : Let the first number be x.  x + x + 2 + x + 4 + x + 6 + x + 8 + x + 10 = 8 × 6  ⇒ 6x + 30 = 48  ⇒ 6x= 48 – 30  ⇒ 6x = 18  => x = 3  From Statement II : Let the first number be x .  x + x + 2 + x + 4 + x + 6 + x + 8 + x + 10 = 48  ⇒ 6x+ 30 = 48  ⇒ 6x = 48 – 30  ⇒ 6x = 18         => x = 3
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: