Concept:In any triangle, the semi-perimeter is s=2a+b+c and the half-angle sine formulas are:sin2C=ab(s−a)(s−b) and sin2A=bc(s−b)(s−c).The condition that leads to sides being in arithmetic progression (A.P.) is a+c=2b.Explanation:Start with the given equation:2asin22C+2csin22A=2a+2c−3b.Substitute the half-angle formulas:2a⋅ab(s−a)(s−b)+2c⋅bc(s−b)(s−c)=2a+2c−3b.Simplify each term: b2(s−a)(s−b)+b2(s−b)(s−c)=2a+2c−3b.Factor b2(s−b): b2(s−b)[(s−a)+(s−c)]=2a+2c−3b.Note that (s−a)+(s−c)=2s−(a+c)=(a+b+c)−(a+c)=b.So the left side becomes b2(s−b)⋅b=2(s−b).Thus 2(s−b)=2a+2c−3b.Replace s with 2a+b+c: 2(2a+b+c−b)=2a+2c−3bSimplify: a+b+c−2b=2a+2c−3ba−b+c=2a+2c−3bBring all terms to one side: a−b+c−2a−2c+3b=0Combine: −a+2b−c=0Thus a+c=2b.This condition means the sides a,b,c are in arithmetic progression (A.P.).Answer:B. A.P.