Question 11
Solve for \( n \) in \( P(n,2) = 30 \). (\( n \in \mathbb{N} \))
Solution:
\( n(n-1) = 30 \Rightarrow n^2 - n - 30 = 0 \Rightarrow (n-6)(n+5)=0 \Rightarrow n = 6 \).
Question 12
How many 4-digit numbers can be formed from {1,2,3,4,5,6,7} without repetition such that the number is even?
Solution:
Last digit even: 3 choices (2, 4, 6). Then 3 remaining positions from 6 remaining digits: \( P(6,3) = 120 \). Total: \( 3 \cdot 120 = 360 \).