Concept:Solve a system of two linear equations in x and y using elimination.Explanation:Step 1: Write the first equation ax+by=a+b in linear form.Multiply by ab: bx+ay=a2b+ab2=ab(a+b) …(1)Step 2: Write the second equation a2x+b2y=2 in linear form.Multiply by a2b2: b2x+a2y=2a2b2 …(2)Step 3: Eliminate y by multiplying (1) by a: abx+a2y=a3b+a2b2 …(3)Subtract (2) from (3): (ab−b2)x=a3b−a2b2=a2b(a−b).Factor the left side: b(a−b)x=a2b(a−b).Assuming a=b and b=0, we get x=a2.Step 4: Substitute x=a2 into (1): b(a2)+ay=a2b+ab2.Simplify: a2b+ay=a2b+ab2 ⇒ ay=ab2 ⇒ y=b2 (assuming a=0).Step 5: Compute the required expression:a2x−b2y=a2a2−b2b2=1−1=0.Answer:0 (Option C).