Question
Kailash went to purchase a chimney, the shopkeeper told
him to pay 26% tax if he asked the bill. Kailash manages to get the discount of 12% on the actual saleprice of the chimney and he paid the shopkeeper Rs. 5280 without tax. Besides he manages to avoid to pay 26% tax on the already discounted price, what is the amount of discount that he would have got?Solution
Let CP = Rs.100, SP (with tax) = Rs.126 New SP = 100 – 12 = Rs.88 Effective discount = 126 – 88 = Rs. 38 So, at SP of 88 ≡ discount = 38 At SP of 5280 ≡ discount = 5280 × 38 /88 = Rs.2280
What is the best-case time complexity of the binary search algorithm ?
Which of the following accurately describes the role of virtual memory in modern operating systems?
Which of the following phases in the Software Development Life Cycle (SDLC) ensures that the final product meets the agreed-upon requirements and specif...
In a data warehouse, which of the following best describes the concept of "data granularity"?
Which memory is the fastest?
In Java, what will be the output of the following code snippet?
public class Test {
   public static void main(String[] args) { <...
Which traversal method visits the root node first in trees?
Which of the following is a common issue that can arise from poorly designed recursive functions?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5Â Â Â Â Â Â Â Â Â Â Â Â Â Â
Â
In a graph, what is the maximum number of edges in a simple undirected graph with 'n' vertices?