Question
What was the profit earned by selling an article?
I: The article was sold for Rs 850 after getting a discount of 15% on the labelled price. II: A profit of 4% is made on the labelled price in buying that article. In each of the following questions, a question and two statements I and II are given. You have to decide whether the date given in the statements are sufficient to answer the question or not.Solution
From statement I, S.P = Rs 850 We can find the MP of article as 100/85 × 850 = Rs 1,000 from statement II, We can find the CP of article by using the MP from statement I as 104/100 × 1000 = Rs 1040 Now we have both SP and CP from both statements to find the profit%.Â
In SQL, which of the following best describes the role of a subquery within a SELECT statement?
Which of the following best illustrates the concept of polymorphism in Object-Oriented Programming (OOP)?
Which of the following is the most accurate description of semi-structured data ?
Which of the following is the main characteristic that differentiates random sampling from non-random sampling techniques?
In a min-heap, what is the complexity of removing the smallest element and restoring the heap property?
A company’s network experiences intermittent connectivity issues. Upon analysis, the network technician observes frequent CRC (Cyclic Redundancy Check...
Which Python library is primarily used for data manipulation and cleaning?
Which of the following is an example of non-random sampling?
What factor is the most critical when determining the appropriate sample size for a study?
Which of the following query will return the third-highest salary from an Employee table in SQL?