Question
A Shopkeeper gives 2 articles free on the purchase of
every 10 articles. He also allows a discount of 20% to customer and still earn 25% profit. Find the ratio of the cost price to the marked price of the article?Solution
Offer of the Shopkeeper: Buy 10 get 2 free = 12 articles Let the marked price of 1 article be Rs. 10 Marked Price of 12 articles = 10× 12 = 120 Selling Price of 10 articles = 10 × 10 = 100 Actual Selling Price of 10 articles (less discount) = 100 – 20 = 80 Profit % = 25 % ∴ Cost Price = 80 × 100/125 =64 Cost Price: Marked Price = 64: 120 = 8:15
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?