Question
A number is first increased by 200%, then increased by 10%
and then decreased by 90%. If the resultant number is 108, then find the original number.Solution
ATQ,
Let the original number be '100x'.
ATQ;
100x × 3 × 1.1 × 0.1 = 108
Or, 33x = 108
So, x = 3.27
So, original number = 3.27 × 100 = 327
The Knuth-Morris-Pratt (KMP) algorithm improves upon the Naive approach by avoiding unnecessary re-comparisons. It achieves this by:
Which of the following is NOT a data transformation activity?
The following Python code attempts to call a method from the parent class, but it's using an outdated or incorrect syntax. How should it be corrected?
What is a characteristic feature of a bipartite graph?
Which collision resolution technique involves storing collided elements in a linked list at the hash table index?
.Consider the following Java code:
class Shape {
  void draw() {
    System.out.println("Drawing a generic shape");
...The output of circuit shown below is
If a series is already sorted, which sorting technique will finish in the least time?
Which of the following accurately describes Type 1 hypervisor virtualization?Â
Which AI technique is used for uncertain reasoning?