Question
There are three persons 'Amit', 'Bhuvan' and 'Cheetan'
such that 7 times the present age of 'Amit' is equal to 9 times the present age of 'Bhuvan' while 5 times the present age of 'Bhuvan' is equal 3 times the present age of 'Cheetan'. If the present ages of all three are integers and the age of 'Dheeraj' after 13 years will be equal to the sum of the minimum possible present ages of 'Amit', 'Bhuvan' and 'Cheetan', together, then find the present age of 'Dheeraj'.Solution
Let the present ages of 'Amit', 'Bhuvan' and 'Cheetan' be 'x' years, 'y' years and 'z' years respectively According to the question, 7x = 9y Or, x:y = 9:7 = 27:21 Also, 5y = 3z Or, y:z = 3:5 = 21:35 Let 'x' and 'y' be 27a and 21a, respectively Therefore, 'z' = 21a X (35/21) = 35a Therefore, x:y:z = 27:21:35 Therefore, age of 'Dheeraj' 13 years hence from now = 27 + 21 + 35 = 83 years Therefore, required age = 83 - 13 = 70 years
What is polymorphism in Python?
Which regex matches any single character?
Which OOP concept ensures that the internal details of an object are hidden from the outside world, providing a clear interface for interaction?
What is the primary function of a Decision Support System (DSS) in Management Information Systems?
What is the first step in the data analysis process?
What is the primary purpose of predictive analysis in a business context?
In artificial intelligence, what is the primary advantage of using a convolutional neural network (CNN) over a traditional multi-layer perceptron (MLP) ...
In time series forecasting, which of the following is true regarding the impact of autocorrelation on the model?
Which of the following features in Power BI allows for dynamically filtering data across multiple visuals with a single control element?
A bank notices unusual activity in a customer’s account, such as multiple large withdrawals in a short period. What is the most appropriate technique...