Question
Charan went to purchase an Apple i phone, the shopkeeper
told him to pay 30% GST, if he asked the bill. Charan manages to get the discount of 10% on the actual selling price of the mobile and he paid the shopkeeper Rs. 36900 without GST. Besides he manages to avoid to pay 30% GST on the already discounted price, what is the amount of discount that he has gotten?Solution
Let the cost Price be Rs. 100 Selling Price (with GST) = 130 New Selling Price = 100 -10 = 90 ∴ Effective Discount = 130 – 90 = 40 So, SP of 90 = Discount 40 And, Selling Price of 36900 ⟶ Discount = `(40/90)xx36900` = 16400
Which page replacement algorithm minimizes the number of page faults theoretically but is difficult to implement in practice?
Which data structure is ideal for priority-based scheduling?
In a compiler's code flow, which operation is primarily used to manage function call contexts (local variables, return addresses) during program execution?
- Natural Language Processing (NLP)
In the context of sentiment analysis, which of the following NLP techniques provides the most accurate classification ...
What is the primary disadvantage of using a singly linked list compared to an array for random access (e.g., accessing the 50th element)?
Which of the following is a good practice when debugging?
What is the base case in a recursive function?
Which of the following is an example of an emerging technology that is most likely to impact the future of computing?
Which SOLID principle emphasizes that a class should have only one reason to change?
Which of the following represents the Preorder Traversal of the binary tree given below?
       A       / \      B   C   ...