Mathematical induction states that if:
then \( P(x) \) is true for all \( x \in \mathbb{N} \).
Statement (B) is incorrect because \( P(x) \Rightarrow P(x-1) \) does not ensure all values are covered in the natural number domain, which has a well-defined lower bound at \( 0 \). In other words, the principle works by proving the property holds starting from the base case (typically \( x = 0 \)) and then proving it holds for all subsequent values of \( x \). Reversing the direction (i.e., \( P(x) \Rightarrow P(x-1) \)) does not achieve this and may lead to invalid conclusions.
Statement (C) and (D) assume \( P(1000) \) instead of \( P(0) \), which does not establish \( P(x) \) for all \( x \) in \( \mathbb{N} \). Mathematical induction requires starting from the smallest element in the set (usually \( P(0) \)) to prove the property holds for all natural numbers.
Thus, the correct answer is (A).
Directions: In Question Numbers 19 and 20, a statement of Assertion (A) is followed by a statement of Reason (R).
Choose the correct option from the following:
(A) Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A).
(B) Both Assertion (A) and Reason (R) are true, but Reason (R) is not the correct explanation of Assertion (A).
(C) Assertion (A) is true, but Reason (R) is false.
(D) Assertion (A) is false, but Reason (R) is true.
Assertion (A): For any two prime numbers $p$ and $q$, their HCF is 1 and LCM is $p + q$.
Reason (R): For any two natural numbers, HCF × LCM = product of numbers.
According to the map shown in the figure, which one of the following statements is correct?
Note: The figure shown is representative.
In the diagram, the lines QR and ST are parallel to each other. The shortest distance between these two lines is half the shortest distance between the point P and the line QR. What is the ratio of the area of the triangle PST to the area of the trapezium SQRT?
Note: The figure shown is representative
A disk of size 512M bytes is divided into blocks of 64K bytes. A file is stored in the disk using linked allocation. In linked allocation, each data block reserves 4 bytes to store the pointer to the next data block. The link part of the last data block contains a NULL pointer (also of 4 bytes). Suppose a file of 1M bytes needs to be stored in the disk. Assume, 1K = \(2^{10}\) and 1M = \(2^{20}\). The amount of space in bytes that will be wasted due to internal fragmentation is ___________. (Answer in integer)