Question
Presently, the average age of Arun, Alok, and Aditya is
35 years, while the average age of Arun and Alok is 39 years. Determine Aditya's age after ten years if Aditya's current age is 40% less than Arun's current age.Solution
ATQ, ATQ, Total current ages of Arun, Alok, and Aditya = 3 × 35 = 105 years. Total current ages of Arun and Alok = 2 × 39 = 78 years. Current age of Aditya = 105 - 78 = 27 years. Arun's age given Aditya's age is 40% less: Aeun's age = 27/0.6 = 45 yrs Therefore: Aditya's age after ten years = 27 + 10 = 37 years.
What does Polymorphism mean in the context of OOP?
What is the purpose of a heuristic function in AI search algorithms?
In a nodal analysis a circuit with 10 nodes will have _______ unknown voltage and _______equation.Â
Which heuristic search strategy uses both cost so far and estimated cost to goal?
Consider the following C code snippet designed to calculate the sum of digits of a non-negative integer:
  #include
  in...
A C function insert(Node* root, int data) for a BST.
#include
typedef struct Node {
  int data;
  struct ...
What is the main drawback of the Minimax algorithm?
A system uses paging with a logical address space of 2^26 bytes and a page size of 4 KB. How many bits are required for the page number in the logical a...
The kelvin double bridge is used for______
You encounter a bug that only appears intermittently and is difficult to reproduce. What is this type of bug often called?