Question
Five years back, the age ratio of Meera and Sanya was
11:13. Five years from now, the ratio becomes 13:15. What is the average of their present ages?Solution
ATQ,
Let present age of Meera and Sanya be P years and Q years respectively.
According to question,
(P – 5)/(Q – 5) = 11/13
3P – 65 = 11Q – 55
13P – 11Q = 10 ………………….(1)
And, (P + 5)/(Q + 5) = 13/15
15P + 75 = 13Q + 65
13Q – 15P = 10 …………………..(2)
Solving equation (1) and (2), we get
P = 55 and Q = 65
Average present age of Meera and Sanya = (55 + 65)/2 = 120/2 = 60 years
Which is not the property of Data warehouse
Which is not an IoT OS?
What is a primary feature of the Agile Model in software development?
How many types of JDBC drivers?
If a series is already sorted, which sorting technique will finish in the least time?
What is the primary objective of the Producer-Consumer problem in concurrent programming?
For the system showm below calculate the transfer function.
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â Â ...
What is a best practice for securing remote access in Windows and Unix/Linux environments?Â
What does a star schema consist of?