Concept:
An implication statement
\[
A \rightarrow B
\]
is false only when
\[
A = \text{True} \quad \text{and} \quad B = \text{False}
\]
For the given statement
\[
(p \land q) \rightarrow (r \lor \neg s)
\]
the antecedent is \(p \land q\) and the consequent is \(r \lor \neg s\).
Step 1: Make the antecedent True.
For \(p \land q\) to be True, both propositions must be true.
\[
p = T, \qquad q = T
\]
Step 2: Make the consequent False.
A disjunction \(r \lor \neg s\) is false only when both parts are false.
\[
r = F, \qquad \neg s = F
\]
Step 3: Determine the value of \(s\).
If
\[
\neg s = F
\]
then
\[
s = T
\]
Thus, the required truth values are
\[
p = T,\quad q = T,\quad r = F,\quad s = T
\]