Question
A Shopkeeper marks the price of a refrigerator at Rs.
30,000/- and gives a discount of 15%. He also gives a mixer grinder worth Rs. 1,500 free with the refrigerator and actually earns a profit of 20% by selling the refrigerator. Find the cost price (in Rs.) of the refrigerator.Solution
S.P = 85% of 30,000 = 25,500 & Profit = 20% ∴ C.P = 25500 × 5/6` `  = 21,250 Since mixer grinder worth Rs. 1,500 is also given, ∴ C.P of the refrigerator = 21,250 – 1,500 = Rs.19,750
The Statement object is created by using createStatement() method of Connection class.
If 2 K bits/second is bit rate, what is the minimum PCM bandwidth required for successful transmission?Â
What problem does the Floyd-Warshall algorithm solve?
Linux uses a time-sharing algorithm ___________
Which type of memory is fastest in terms of data access speed? Â
What was the term "Monitor" used to describe in the context of early operating systems?
Which of the following statements is true regarding the reliability requirements of the Spiral Model in software development?
When debugging an N-Queens problem solution using backtracking, a common issue is that the algorithm either finds no solutions or finds too many, includ...
Which is not a access modifier in java?
When should you use inheritance over composition?