Question
In a classroom, the average score of 15 students on a
test is 44 points. If 5 new students, each with an average score of 'x' points, join the class, and 8 students, each with an average score of '(x β 6)' points, leave the class, the new average score of the 12 remaining students becomes '(x β 1)' points. What is the total score of these 12 students?Solution
ATQ, The sum of the score of 15 students on a test is = 44 Γ 15 = 660 The sum of the the score of 5 students is = 5 Γ a = 5a The sum of the score of 8 students is = 8(a β 6) = (8a β 48) The sum of the score of 12 students is = 12(a β 1) = (12a β 12) According to the question, 660 + 5a β (8a β 48) = 12a β 12 660 + 5a β 8a + 48 = 12a β 12 660 + 48 + 12 = 12a + 3a 720 = 15a a = 48 a = 48 Average score of 12 students is = 48 β 1 = 47 The sum of the score of 12 students is = 47 Γ 12 = 564
Which of the following statements about normalization in relational databases is correct?
The amortized cost of appending an element at the end of a dynamic array is:
Which of the following scenarios violates Boyce-Codd Normal Form (BCNF) in a relational schema?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
Which protocol is used by devices to obtain an IP address automatically in a network?
In a data warehouse, which of the following best describes the concept of "data granularity"?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which SOLID principle emphasizes that a class should have only one reason to change?
Which of the following best illustrates Encapsulation in Object-Oriented Programming?