What is the solution if the sum of two numbers is 30 and their difference is 8. What is their product?

A) 140
B) 250
C) 209 
D) 230

🧠 Explanation (Math):

Given: Sum of two numbers = 30; difference = 8; find product
Step 1: Let a = (30 + 8)/2 = 19, b = (30 − 8)/2 = 11
Step 2: Product = a × b = 19 × 11 = 209
Final Answer: 209