Question
In four years, the age ratio of 'X' and 'Y' will be
10:13, respectively. The current average age of 'Y' and 'Z' is 54 years, and the present average age of 'X' and 'Z' is 48 years. Calculate the current age of 'X'.Solution
ATQ, Let ages of βXβ and βYβ, 4 years hence from now be β10aβ years and β13aβ years, respectively. And, present age of βZβ be βbβ years. So, 13a + b β 4 = 54 Γ 2 = 108 And, 10a + b β 4 = 48 Γ 2 = 96 So, 3a = 108 β 96 = 12 Or, a = 4 Present age of βXβ = 10 Γ 4 β 4 = 36 years
What does the "Model" represent in the MVC architecture?
Consider below arithmetic operation in python and predict the output
X=7.5
Y=2
print(X//Y)
Which scheduling policy may result in high waiting times for long-running jobs?
Which data analytics technique is suitable for handling missing data points in a dataset?
Which device operates at the Data Link Layer of the OSI model?
Β Which is the first process launched by the LINUX?
Which protocol is used for secure remote shell access and file transfers?
Which sorting algorithm is known for its best-case time complexity of O(n) when the input is already partially sorted?
C++ follows ___.
Which command is used to delete a file in a Unix/Linux system?