Question
The average of 20 numbers is 32. If two numbers are 29
and 31, then what is the average of the remaining numbers (correct up to two decimals)?Solution
ATQ, we can say that Total of 32 numbers = = 20 × 32 = 640 After removing 29 and 31 new total = 640 - (29 + 31) = 640 - 60 = 580 New average = 580/18 = 32.22
Deleting top element of stack?
Which of the following function is used in every hashing technique
Which key is used to create a digital signature?
Which component of an ER diagram represents an entity?
Which scheduling policy is most suitable for time-sharing systems?
In the context of a database, what is a transaction?
The Bayes rule can be used in
How to debug bash script
What happens to the memory allocated to a local variable when the function exits?
In dynamic programming, what is memoization?