Question
What is the total count of
numbers between 165 and 2485 that are divisible by both 25 and 35?Solution
ATQ, Numbers that are multiples of both 25 and 35 are multiples of L.C.M of 25 and 35 i.e. multiples of 175 Smallest multiple of 175 between 165 and 1485 = 175 × 1 = 175 Largest multiple of 175 between 165 and 1485 = 175 × 14 = 2450 So, total number of multiples of 175 in the given range = 14 – 1 + 1 = 14
A queue follows which principle for data access?
What is the time complexity of searching for an element in a sorted array using binary search?
RISC stands for:
Which of the following is a key advantage of digital signatures?
Deletion in Red-Black Trees maintains balance using:
Which of the following represents the Preorder Traversal of the binary tree given below?
       A       / \      B   C   ...Which SOLID principle emphasizes that a class should have only one reason to change?
Which of the following is a primary feature of Mobile Computing?
A graph where edges have a direction (e.g., from A to B, but not necessarily B to A) is called a:
What is the worst-case time complexity for inserting an element into a hash table that uses separate chaining for collision resolution?