Question
There are two slabs of income tax, 8% tax for income up
to 3 lakh and 12.5% for income above 3 lakh. Akhil tried to evade tax by hiding some of the income, to fall in the 8% tax slab. The amount hid by Akhil is 9/44 of the original taxable income. If Akhil paid Rs. 25,200 as tax, what is the original amount of tax he had to pay?Solution
Tax paid = 25200 (8% of the taxable income) Shown income = (25200 × 100)/8 = 315000 Amount hid = 9/44 of original income. Shown income = 35/44 × original taxable income Original Taxable income = (44/35) × 315000 = 396000 Tax = 12.5% × 396000 = Rs. 49500
Which of the following is a critical concern for securing critical infrastructure?
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...The Bellman-Ford algorithm executes relaxation steps how many times for a graph with V vertices?
In a Min-Heap, the root node is:
Which algorithm is best suited for finding a Hamiltonian cycle in an undirected graph?   Â
In Database Management Systems, what is the primary purpose of normalization?
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
The Master Theorem gives time complexity for recurrences of the form:
Which of the following problems cannot be solved using greedy algorithms for optimal result?
Which of the following SQL queries is used to remove a table from a database?