Question
Ayush's current age is 25% greater than Ayushi's, and
the difference between their ages is 8 years. What will be the ratio of their ages 8 years from now?Solution
Let the present ages of Ayushi be ‘x’ years Therefore, present ages of Ayush = 1.25x years According to the question, 1.25x – x = 8 Or, x = 8/0.25 = 32 years Required ratio = (1.25x + 8)/(x + 8) = 6:5
In a wireless LAN, which IEEE standard is commonly associated with the Wi-Fi protocol?
Which bus connects the CPU to main memory and transfers data and instructions?
In a compiler, keywords of a language are recognized during
Which are types of system design
What is a blockchain?
Which component in the CPU is responsible for fetching instructions from memory and incrementing the program counter?
Which cryptographic system uses two different keys for encryption and decryption?
In a binary search tree (BST), what is the time complexity of finding the maximum element in the tree?
What is the purpose of a voltage divider circuit?
What is the worst-case time complexity of inserting n elements into an empty linked list, if the linked list needs to be maintained in sorted order? Mo...