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).
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

Consider the following hierarchical cache system with the following access times:
\[ \begin{array}{|c|c|c|} \hline \textbf{Cache Level} & \textbf{Hit Rate} & \textbf{Access Time} \\ \hline L1 & 90\% & 1 \text{ ns} \\ L2 & 80\% & 10 \text{ ns} \\ L3 & 100\% & 100 \text{ ns} \\ \hline \end{array} \]Find \( T_{avg} \) for hierarchical or simultaneous access.