Concept:The dot product and cross product both satisfy the distributive law over vector addition, but the cross product does not satisfy the associative law.Explanation:Statement 1: Dot product is distributive over addition.For any vectors a, b, c: aâ‹…(b+c)=aâ‹…b+aâ‹…c.This can be verified by expanding components: Let a=ax​i^+ay​j^​+az​k^, b=bx​i^+by​j^​+bz​k^, c=cx​i^+cy​j^​+cz​k^.Then aâ‹…(b+c)=ax​(bx​+cx​)+ay​(by​+cy​)+az​(bz​+cz​)=(ax​bx​+ay​by​+az​bz​)+(ax​cx​+ay​cy​+az​cz​)=aâ‹…b+aâ‹…c.Hence statement 1 is true.Statement 2: Cross product is distributive over addition.Similarly, a×(b+c)=a×b+a×c.Using component form, both sides yield the same result: i^[ay​(bz​+cz​)−az​(by​+cy​)]−j^​[ax​(bz​+cz​)−az​(bx​+cx​)]+k^[ax​(by​+cy​)−ay​(bx​+cx​)].Hence statement 2 is true.Statement 3: Cross product is not associative.For vectors a and b that are non‑zero and perpendicular: (a×a)×b=0×b=0, but a×(a×b) is a non‑zero vector perpendicular to a. Thus (a×a)×bî€ =a×(a×b).Therefore cross product is not associative; statement 3 is false.Answer:Options 1 and 2 only are correct. Correct answer is C (1 and 2 only).