Question
The ratio between cost price, labelled price and the
selling price of a product is 4:10:6. If a profit of Rs. 240 is gained on the sale, find out how much discount was given on the labelled price.Solution
ATQ,
Let the cost price, labelled price and selling price be Rs. 4x, Rs. 10x and Rs. 6x, respectively.
Given,
Profit = Selling Price - Cost Price = 6x - 4x = 2x
So,
2x = 240
=> x = 240 / 2 = 120
Discount = Labelled Price - Selling Price = 10x - 6x = 4x = 4 × 120 = Rs. 480
Which of the following is NOT a type of firewall?Â
.Consider the following Java code:
class Shape {
  void draw() {
    System.out.println("Drawing a generic shape");
...Which of the following is a potential problem when multiple threads access and modify shared data concurrently without proper synchronization?
Which statement is TRUE regarding DIAC thyristor.
Which service model offers virtual machines and storage resources?
Which of the following database operations is used to remove all records from a table but not the table itself?
...If signal-to-interference ratio is 5 dB, signal power is 8 dB, then what is the interference power in dB?
Which of the following describes a major benefit of Continuous Integration (CI) in the software development lifecycle?Â
Which component is responsible for managing virtualization in a cloud environment?
What is the primary objective of system testing in the software development lifecycle?