Concept:Two vectors are perpendicular if their dot product is zero.Explanation:Given c=a+b and ∣a∣=∣b∣=0.Statement 1:c is perpendicular to (a−b).Compute c⋅(a−b)=(a+b)⋅(a−b).Using dot product properties, this simplifies to ∣a∣2−∣b∣2.Since ∣a∣=∣b∣, the result is 0.Hence c⋅(a−b)=0, so statement 1 is true.Statement 2:c is perpendicular to a×b.Compute c⋅(a×b)=(a+b)⋅(a×b).This expands to a⋅(a×b)+b⋅(a×b).In a scalar triple product, if two vectors are equal, the product is zero.Both terms are zero because a repeats in the first and b in the second.Thus c⋅(a×b)=0, so statement 2 is also true.Answer:Both statements 1 and 2 are correct.