Question
A person bought an article and sold it at a loss of 25%.
If he had bought it at 5% loss and sold it for 78 more, he would have gained 20%. Find the profit percent if he had sold it at Rs 240.Solution
Alternate Method: Let Original CP = 100 then SPÂ =Â 75 Then New CP = 95Â and then New SP = 95
120%Â =Â 114 So difference in SP = 114 - 75 = 39 ==> 78 So 1==>2 Hence CP = 100 ==> 200 So intitial CP = 200 & if SP = Rs. 240 So profit %Â =Â 40/200
100 = 20%
Which of the following is the correct definition of 'polymorphism' in Object-Oriented Programming?
Which SQL keyword is used to sort the result set?
Which of the following prevents inheritance in C++?
Which of the following is used to eliminate redundancy and anomalies in a database?
Which OOP principle allows a single interface to represent different underlying forms or data types?
The concept of "data hiding" is primarily achieved through which OOP principle?
Which of the following correctly describes the concept of 'encapsulation' in OOP?
A primary key in a table:
The result of a Cartesian product of two relations R and S will have:
In C++, if a base class has a virtual function, and a derived class overrides that function, which mechanism ensures that the correct derived class func...