Question
An electronic item is sold after two successive
discounts of 25% and 10%. If the final selling price is Rs. 6,075, then what was the original marked price of the item?Solution
ATQ,
Let the marked price of item be Rs. '100m'
Selling price of item = 0.75 × 0.9 × 100m = Rs. '67.5m'
So, 67.5m = 6,075
Or, m = 90
Therefore, marked price of item = 90 × 100 = Rs. 9,000
Which of the following best explains the role of an independent variable in data analysis?
Which SOLID principle emphasizes that software entities should be open for extension but closed for modification?
What is a key difference between random sampling and non-random sampling?
Which of the following is the most appropriate algorithmic approach for solving the "Knapsack Problem" where the goal is to maximize the value within a ...
A data analyst is tasked with forecasting quarterly sales for the upcoming year based on the last five years of sales data. Which of the following metho...
Which of the following best describes quantitative data in a business analysis context?
Which of the following is NOT true about binary search ?
Which method helps to reduce bias when creating a sample from a population for analysis?
CREATE OR REPLACE VIEW high _ salary _ employees AS
SELECT employee _ id, salary
FROM employees
WHERE salary > 50000;
Which ...
What is the primary purpose of the Reduce phase in MapReduce?