Question
The marked price of a product is Rs.280 more than the
cost price. If 15% discount offered on the marked price and the profit percent on that product is 27.5%, then find the cost price of the product.Solution
Let the CP of the product be Rs.x And MP = Rs.(280 + x) According to question, => (x × 127.5/100) = [(x + 280) × 85/100] => (x × 127.5) = [(x + 280) × 85] => x = Rs.560
Which algorithm is best suited to find the shortest path in a graph with negative edge weights but no negative cycles?
Which traversal method in a binary search tree retrieves nodes in sorted order?
Which algorithm uses a priority queue to repeatedly pick the next closest vertex?
Which algorithm finds the longest common subsequence (LCS) of two sequences?
What is the primary goal of Cyber Security?
What is the default replication factor in HDFS?
Which of the following is NOT a characteristic of the SJF (Shortest Job First) scheduling algorithm?
Dynamic Programming is preferred over recursion when:
Which protocol is most commonly used for secure communication between IoT devices over the internet?
In Database Management Systems, what is the primary purpose of normalization?