Question
Two positive integers have HCF 12 and LCM 180. If the
sum of the two numbers is 96, what is the positive difference between them?Solution
ATQ, Let the numbers be a and b. a Γ b = HCF Γ LCM = 12 Γ 180 = 2160. a + b = 96. So a and b are roots of tΒ² β 96t + 2160 = 0. Discriminant: Ξ = 96Β² β 4Γ2160 = 9216 β 8640 = 576 β βΞ = 24. Roots: (96 Β± 24)/2 β 60 and 36. Difference = 60 β 36 = 24.
Fill the correct option for blank space 23.
For a 4x4 chessboard, if the first queen is placed at (0, 1) (row 0, column 1), which of the following positions would be the *first valid position* for...
A process makes a system call to request a resource. If the resource is unavailable, the process will typically transition to which state?
Which model uses probability of word occurrence based on previous n-1 words?
A data analysis pipeline involves buffering incoming data packets before processing. Which operation is used to add a new packet to the end of this buffer?
Which of the following problems is typically solved using Dynamic Programming, where items cannot be broken into smaller pieces?
Which of the following statements accurately describes the characteristics of a primary key in a relational database?
Which is best fit for blank space 14?
What is a key characteristic of a star topology in networking?
Which type of inheritance in C++ allows a class to inherit from more than one base class?