Question
Three numbers give 290, 276 and 260 respectively when
the average of any two is added to the remaining number. What is the difference between the highest and lowest number?Solution
ATQ,
Let numbers be x, y, z. 2x + y + z = 290 × 2 = 580 x + 2y + z = 276 × 2 = 552 x + y + 2z = 260 × 2 = 520 4(x + y + z) = 580 + 552 + 520 = 1652 x + y + z = 413 x = 580 – 413 = 167 y = 552 – 413 = 139 z = 520 – 413 = 107 Required difference = 167 – 107 = 60
Which traversal method is most suitable for finding connected components in an undirected graph?
Which cloud computing service model provides users with complete control over hardware resources like servers, storage, and networks?
Which of the following SQL commands is classified as a Data Definition Language (DDL) command?
In the context of risk modeling for credit scoring, which of the following factors is least likely to be used in predicting a person’s creditworthines...
A data structure allows insertion and deletion only from one end. Which of the following best describes its use case in real-world scenarios?
Which of the following techniques is most effective for detecting fraud in online transactions?
Which SQL query would return the top three departments with the highest total salaries from an employees table with columns department , salary , and em...
In Huffman Coding, which property ensures that no code is a prefix of another?
In Power BI, which of the following is the best way to create an interactive report with multiple filters and dynamic charts?
Which of the following methods is most commonly used for ensuring that time series data is stationary?