Start learning 50% faster. Sign in now
Let 'p' be the number that must be added to each of the given numbers so that they become proportional.
i.e. (19 + p) :(25 + p) ::(43 + p) :(55 + p)
So, (19 + p) ÷ (25 + p) = (43 + p) ÷ (55 + p)
Or, (19 + p) (55 + p) = (43 + p) (25 + p)
Or, 1,045 + 19p + 55p + p 2 = 1,075 + 43p + 25p + p 2
Or, 1,045 + 74p = 1,075 + 68p
Or, 6p = 30
Or, 'p' = 5
Required value = p + 4 = 5 + 4 = 9
Which of the following SQL queries will return the second highest salary from a table Employee with columns Name and Salary?
In a machine learning experiment, the company wants to predict future sales based on advertising spend. What is the dependent variable in this scenario?
Which of the following Big Data processing models is based on the concept of continuous data flow processing?
Which of the following sampling techniques is most suitable when the population is divided into distinct subgroups, and it is important to ensure each s...
A hospital data analyst is tasked with building a model to predict patient readmission rates based on historical data. Which method should the analyst p...
What is the primary objective of exponential smoothing in time series forecasting?
How does metadata contribute to effective data management in large-scale data systems?
Which of the following is the most appropriate way to handle missing values when performing data analysis in Excel using a Pivot Table?
Which of the following keys ensures that no duplicate values are allowed and also uniquely identifies a record in a relational database table?
In a virtual memory system, a process requests a page that is not currently in memory, triggering a page fault. Which of the following is the most optim...