The image below was taken from some reading materials in a public course on the mathematics of computer science. The text states that the proposition [P AND (Q OR R)] IFF [(P AND Q) OR (P AND R)] is valid.
Question: how is this formula 'valid' when clearly it evaluates to False in some of the cases (ex. when P,Q,R are all False)?

The truth table in your image does not have a column for the value of the entire formula -- only for the subformula on each side of the "IFF".
Since those two columns have the same pattern of T and F, a column for the entire formula would have T all the way.