Question
Find the least 4-digit number which, when divided by
16, 20, and 25, leaves a remainder of 7 in each case.Solution
Prime factorization of 16 = 2⁴
Prime factorization of 20 = 2² × 5
Prime factorization of 25 = 5² LCM of (16, 20, and 25) = 2⁴ × 5² = 16 × 25 = 400 Least 4-digit number divisible by 400 = 1,200 So, required number = 1200 + 7 = 1,207 Hence, option B.
State true or false
Pipelining is a technique used in computer architecture to enhance instruction-level parallelism and improve the efficiency o...
In digital electronics, a flip-flop is a sequential logic circuit capable of storing one bit of information. Which statement about flip-flops is true?
How are IP addresses in IPv4 typically represented?
Which statement is true about nested try-catch blocks?
A B-tree of order 4 is built from scratch by 10 successive insertions. What is the maximum number of node splitting operations that may take place?
Which clause is used to filter rows in the result set based on a specific condition in SQL?
Which of these signifies Not a value?
Which component of a compiler interacts directly with the lexer?
The JDBC-ODBC bridge is
The average number of comparisons in sequential search is