The problem involves finding the number of ways to choose subsets \(P\) and \(Q\) such that \(P \subseteq Q\) from a non-empty set \(A\) with \(n\) elements. For each element in \(A\), there are three possibilities:
As each of the \(n\) elements in \(A\) can independently follow one of these three possibilities, the total number of combinations for subsets \(P\) and \(Q\) is given by taking 3 choices per element of \(A\). Therefore, the number of ways to choose \(P\) and \(Q\) is:
\[3^n\]
Thus, the correct number of ways is \(3^n\).