Question
If 'x' is the lowest positive integer divisible by 14,
22 and 30, then find the second smallest positive integer which is divisible by all the three given numbers?Solution
Lowest positive integer divisible by 14, 22 and 30 = LCM (14, 22, 30) So, LCM of (14, 22, and 30) = 2¹ × 3¹ × 5¹ × 7¹ × 11¹ = 4620 Therefore, the next larger number which is divisible by all the three given numbers = 2 × 4620 = 9240
RISC stands for:
Which of the following is an effective countermeasure against Cross-Site Scripting (XSS) attacks in a web application?
Which SOLID principle ensures that a class has only one reason to change?
Which of the following is NOT among the OWASP Top 10 Web Security Risks?
Tarjan’s Algorithm finds:
In B+ trees, which of the following statements is FALSE?
What is the space complexity of storing an adjacency matrix for a graph with V vertices and E edges?
Which of the following allows dynamic memory allocation?
Which of the following is the primary reason why polymorphism is useful in Object-Oriented Programming (OOP)?
What is the time complexity for inserting a node at the end of a singly linked list if you only have a pointer to the head?