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).
The unit interval \((0, 1)\) is divided at a point chosen uniformly distributed over \((0, 1)\) in \(\mathbb{R}\) into two disjoint subintervals. The expected length of the subinterval that contains 0.4 is ___________. (rounded off to two decimal places)
A quadratic polynomial \( (x - \alpha)(x - \beta) \) over complex numbers is said to be square invariant if \[ (x - \alpha)(x - \beta) = (x - \alpha^2)(x - \beta^2). \] Suppose from the set of all square invariant quadratic polynomials we choose one at random. The probability that the roots of the chosen polynomial are equal is ___________. (rounded off to one decimal place)
Consider the following C program:
Consider the following C program:
The output of the above program is __________ . (Answer in integer)
An application executes \( 6.4 \times 10^8 \) number of instructions in 6.3 seconds. There are four types of instructions, the details of which are given in the table. The duration of a clock cycle in nanoseconds is ____________. (rounded off to one decimal place)