John went to purchase a Bike, the shopkeeper told him to pay 30% GST, if he asked the bill. John manages to get the discount of 10% on the actual selling price of the bike and he paid the shopkeeper Rs. 55350 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?
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 55350 ⟶ Discount = 40/90×55350 = 24600
What is the purpose of penetration testing in cybersecurity?
What is the difference between Token Ring and Ethernet?
What is the output of the following code?
print(min(max(False,-30,-4), 12,7))
What is the purpose of the "JOIN" clause in an SQL query?
Which data structure follows the "last-in, first-out" (LIFO) principle?
What is the main advantage of using a hash table data structure?
An object that represents a useful model of a problem domain is which type of abstraction?
Divide and conquer partition a problem into independent smaller sub problems, whereas dynamic programming partition a problem into overlapping sub-probl...
Which of the following is NOT a potential concurrency control issue?
In dynamic programming, what does "optimal substructure" mean?