Question
Three years ago, the age difference between Tina and
Mina was 4 years. Currently, the ratio of their ages is 5:7, respectively. Determine the present age of Mina's father, who is currently 4 years younger than three times Mina's present age.Solution
Let the present ages of Tina and Mina be '5m' and '7m' years respectively. Difference between age of two person is always same. So, 7m - 5m = 4 Or, 2m = 4 Or, 'm' = 2 Present age of Mina = '7m' = 7 X 2 = 14 years Therefore, present age of Mina's father = 3 X 14 - 4 = 42 - 4 = 38 years
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: