1. The document discusses combinations (pairs and triples) of parameter values for software testing. It explains that pairs involve two parameter values, while triples involve three parameter values. 2. When testing all pairs of parameter values, some triples may also be covered, but not all. Testing all triples requires generating 3-way tests that include every combination of three parameter values. 3. The document shows examples of pairs and triples using sample parameter values. It demonstrates that while some triples are covered in 2-way tests of pairs, not all are, and 3-way tests are needed to guarantee coverage of all possible triples.