Concept:Given a+b=2 and a1+b1=2, use the identity a3+b3=(a+b)(a2+b2−ab) and find ab and a2+b2 from the given equations.Explanation:From a1+b1=2, rewrite as aba+b=2.Thus a+b=2ab.Substitute a+b=2: 2=2ab, so ab=1.Square a+b=2: (a+b)2=4⇒a2+b2+2ab=4.Plug ab=1: a2+b2+2=4⇒a2+b2=2.Now apply the identity: a3+b3=(a+b)(a2+b2−ab).Substitute a+b=2, a2+b2=2, ab=1: a3+b3=2×(2−1)=2×1=2.Therefore the required value is 2.Answer:2 (Option A)