Question
A bag contains 10-paisa, 20-paisa and 50-paisa coins in
the ratio of 9:8:10, respectively. If the total amount in the bag is Rs. 150, then find 50% of the number of 20-paisa coins in the bag.Solution
Let number of 10 paisa, 20 paisa and 50 paisa coins be β9xβ, β8xβ and β10xβ, respectively. ATQ, (0.1 Γ 9x) + (0.2 Γ 8x) + (0.5 Γ 10x) = 150 Or, 0.9x + 1.6x + 5x = 150 Or, 7.5x = 150 So, x = 20 So, number of 20 paisa coins = 8x = 160 Therefore, required number of coins = 0.5 Γ 160 = 80
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?