Question
The ratio of cost price to the marked price of an
article is 5:8. The article had been marked above its cost price by Rs. 720. If the article was sold at a discount of Rs. 180, then find the profit/loss percentage incurred.Solution
Let the cost price and marked price of the article be Rs. 5x and Rs. 8x, respectively
According to the question,
8x – 5x = 720
Or, x = 240
Therefore, cost price of the article = 5x = Rs. 1200
Marked price of the article = 8x = Rs. 1920
Selling price of the article = 1920 – 180 = Rs. 1740
Required profit percentage = {(1740 – 1200)/1200} × 100 = 45%
- Internet of Things (IoT)
In an IoT ecosystem, which protocol is most efficient for constrained devices communicating over lossy networks?
... Which of the following data structures can be efficiently implemented using a linked list?
Which of the following represents the Preorder Traversal of the binary tree given below?
       A       / \      B   C   ...Consider the standard dynamic programming approach to find the length of the Longest Common Subsequence (LCS) of two strings, text1 and text2. The dp ta...
Which of the following is a primary feature of Mobile Computing?
Given the following code snippet, which operation is performed on the binary tree to produce the output: 4, 2, 5, 1, 3 ?
class Node {Â Â Â Â Â in...Which of the following statements is true about ACID properties in database transactions?
A queue follows which principle for data access?
- Natural Language Processing (NLP)
In the context of sentiment analysis, which of the following NLP techniques provides the most accurate classification ...
In networking, what is the primary purpose of subnetting?