Concept:Form linear equations from given costs, solve for chair and table prices, then compute required total.Explanation:Let cost of a chair = C and cost of a table = T.From given: 5C+3T=350 ...(i) and 3C+5T=370 ...(ii).Multiply (i) by 3: 15C+9T=1050.Multiply (ii) by 5: 15C+25T=1850.Subtract: (15C+25T)−(15C+9T)=1850−1050⟹16T=800⟹T=50.Substitute T=50 in (i): 5C+150=350⟹5C=200⟹C=40.Cost of table and two chairs = T+2C=50+80=130.Answer:Rs.130