Concept:The union of two sets combines all elements that belong to either set.Explanation:P={x:−2<x<5} means x is between −2 and 5.Q={x:−5<x<2} means x is between −5 and 2.For (P∪Q), include every x that is in P or in Q.The combined interval starts just above −5 and ends just below 5.Thus, (P∪Q)={x:−5<x<5}.Answer:A. {x:−5<x<5}