Reactor Safety System: A safety system for a chemical reactor monitors temperature $T$ (in $^{\circ}$C) and pressure $P$ (in kPa). The system follows these rules:
Determine the system state for:
$T = 120^{\circ}$C, $P = 900$ kPa
$T = 140^{\circ}$C, $P = 1100$ kPa
$T = 160^{\circ}$C, $P = 950$ kPa
Automated Irrigation System: An automated irrigation system waters a field based on soil moisture $M$ (as a percentage) and the probability of rain $R$ (as a percentage) in the next 24 hours. The rules are:
Determine the watering time if:
Soil moisture is $25\%$ and probability of rain is $10\%$.
Soil moisture is $40\%$ and probability of rain is $60\%$.
Soil moisture is $20\%$ and probability of rain is $30\%$.
Conditional Logic Evaluation: Let $x, y$ be integers. Consider the conditions:
C1: $x > 0$
C2: $y < x$
C3: $x \text{ is even}$
An item's inspection follows these rules:
Determine the outcome for:
$x = 4, y = 2$
$x = 5, y = 3$
$x = -2, y = -5$
$x = 6, y = 8$
Compound Statement Truth Value: Evaluate the truth of the statement:
"If ($A > 5$ AND $A < 15$), then ($A \text{ is even}$ OR $A \text{ is a multiple of } 3$)"
for the following integer values of $A$:
$A = 6$
$A = 7$
$A = 10$
$A = 4$ (Hint: An "If P, then Q" statement is true if P is false.)