Question
A Sales Executive gets a commission on total sales at
10%. If the sale is exceeded Rs.15,000 he gets an additional commission as a bonus of 5% on the excess of sales over Rs.15,000. If he gets the total commission of Rs.1650, then the bonus he received is?Solution
Commission up to 15000 = 15000 x (10/100) = 1500 Ratio = 2x: x, Commission = 2x, Bonus = x Bonus = (1650 – 1500) x 1/3 = 150 x (1/3) = 50
Which is best fit for blank space 15?
Which cloud service model provides the highest level of control over the underlying infrastructure?Â
Which is used for C shell?
What is the primary difference between SRAM (Static Random-Access Memory) and DRAM (Dynamic Random-Access Memory)?
Which of the following scenarios best demonstrates a potential use of candidate keys in a relational database?Â
Which of the following statements best describes the role of the JDBC package in Java programming?
What is the primary purpose of virtual memory in an operating system?Â
Which of the following statements accurately describes the use of the SQL CREATE statement?
The Statement object is created by using createStatement() method of Connection class.
Which is correct version of delete query in SQL