Question
The price of a commodity was
first increased by 25% and then decreased by 25%. If the new price of the commodity is Rs. 600, find the original price of the commodity.Solution
ATQ,
Let the original price of the commodity be Rs. '100x'. New price of the commodity = 100x Γ 1.25 Γ 0.75 = Rs. '93.75x' So, 93.75x = 600 x = 600 / 93.75 = 6.4 Therefore, the original price of the commodity = 100 Γ 6.4 = Rs. 640.
In Java, which keyword is used to prevent a class from being inherited?
In C, which function is used to release dynamically allocated memory?
Consider a table Orders with columns OrderID, CustomerID, OrderDate, and TotalAmount. Which SQL query would correctly find the total number of orders an...
- Which of the following is the primary benefit of Big Data analytics in decision-making?
Which of the following sorting algorithms is stable?
In C++, which operator is used to access a member function through a pointer to an object?
Which C++ feature allows functions or operators to have the same name but behave differently?
Which Java keyword is used to inherit a class?
Which of the following is used to declare a list in Python?
In C++, which access specifier allows members to be accessible only within the class?