Question
The average of a set of 's' numbers is 25. If 100 is
added to the set, then the average of the set becomes 25.2. Find the value of '4 X (s - 9)'.Solution
Sum of all 's' numbers = 25s
ATQ:
(25s + 100) / (s + 1) = 25.2
Multiplying both sides by (s + 1):
25s + 100 = 25.2(s + 1)
25s + 100 = 25.2s + 25.2
100 - 25.2 = 25.2s - 25s
74.8 = 0.2s
s = 374
4 X (s - 9):
4 X (374 - 9) = 4 X 365 = 1460
Which of the following is the primary goal of a Cross-Site Scripting (XSS) attack?
When designing a system where data records are frequently added and removed from the middle of a sequence, which data structure offers the most efficien...
A data analysis script receives data in JSON format. Which of the following is a valid JSON data type for a value?
Which protocol provides secure authentication by encrypting credentials before transmission and uses a challenge-response mechanism?
Which heap property is correct?
Which of the following best describes the mechanism of a Cross-Site Scripting (XSS) attack?
Which of the following is a primary advantage of using a star schema in a data warehouse design?
Which of the following statements accurately describes the function of a Gantt Chart in project management?
Which type of relationship between classes in OOP is best represented when one class is a part of another class but can exist independently?
...In networking, what is the primary purpose of subnetting?