Question
The average number of books sold by Viren in first 5
months is 3500 and in first 6 months is 4300. If the number of books sold by him in 7th month is 30% less than that in 6th month, then find the total number of books sold in the seventh month.Solution
Number of books sold by Viren in first 5 months = 3500 × 5 = 17500 Number of books sold by Viren in first 6 months = 4300 × 6 = 25800 Number of books sold by Viren in 6th month = 25800 - 17500 = 8300 Therefore, number of books sold by Viren in 7th month = 8300 × 0.70 = 5810
Which of the following statement is INCORRECT related to mysql_list_tables() function ?
In object-oriented programming, when defining an interface method, which of the following statements is true regarding method parameters?
What does a star schema consist of?
Which is connectionless and unreliable protocol
What is the range of the header of a TCP segment in bytes?
What is a primary advantage of using virtual machines in a computing environment?
Fill in the correct option for 26 blank space.
The major limitation of MIS is:
Which of the following function in python is used to read keyboard input?
A software development team is implementing a sorting function for a large dataset in their project. They decide to use the quick sort algorithm to opti...