Question
58 notebooks have been purchased at the rate of 1 Rs.
How many notebooks should be sold at the rate of Rs 1 to earn 45% profit?Solution
CP of 1 notebook = 1/58 Rs. SP of 1 notebook = 1/58 * 145% = 145/5800 Rs. Hence number of notebook must ne sold in 1 Rs. = 1/ (145/5800) = 5800 /145 = 40 Alternate Solution: Reuired result = Number of articles bought × 100/(100+Profit)  = 58×a (100/145) = 40
Which property of a transaction ensures that it leaves the database in a consistent state, even in case of errors or failures?
What is the typical output voltage range of an operational amplifier (op-amp) powered by ±15V supply rails?
What is false about linked list?
What is the primary responsibility of the "Controller" in the MVC architecture?
What does the Query Optimizer do in RDBMS architecture?
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...
POSIX is an acronym for ?
Count to infinity problem occur in
Which OWASP Top 10 vulnerability involves exploiting the lack of proper input validation and output encoding to inject malicious scripts into web pages...
What is the primary purpose of synchronization in an operating system?