Question
The age of a father is 4 times that of his son. After 6
years, the father will be 3 times as old as his son. Find the present age of the son.Solution
Let the present age of the son be x years. Then the father’s age is 4x years. After 6 years, the father will be 4x + 6, and the son will be x + 6. Given: 4x + 6 = 3(x + 6). 4x + 6 = 3x + 18. x = 12 years.
Which probability distribution represents a continuous random variable with a constant probability density function over a specified interval?
What is the term for the process of transferring data between physical memory and secondary storage in virtual memory systems?
What is the primary advantage of using shared memory for IPC?
In a binomial distribution, which parameter represents the probability of success on a single trial?
What is the role of the catch block in exception handling?
What is the purpose of the "self" parameter in a Python class method?
Which sorting algorithm is known for its best-case time complexity of O(n) when the input is already partially sorted?
Which component of RDBMS is responsible for processing SQL queries and managing database interactions?
AB`->` CD
AF`->` D
DE`->` F
C`->` G
F`->` E
G`->` A
Then which of the following is false?
In a CSS file, there is a CSS rule for paragraphs tags – what does p can be called?