Tridip C. answered 08/20/20
A Computer Science Ph.D. who loves to teach Computer Science and Math
Let the numbers be a nd b.
Given the following equations:
a ~ b = 6 –––––––––– (1)
a⋅b = a2 + b2 - 223 –––––––––– (2)
(a ~ b)2
= a2 + b2 - 2⋅a⋅b
= a⋅b + 223 - 2⋅a⋅b [from equation (2)]
= 223 - a⋅b
∴ (a ~ b)2 = 223 - a⋅b
⇒ 62 = 223 - a⋅b [from equation (1)]
⇒ a⋅b = 187
187 has four factors: 1, 11, 17, 187
We can rule 1 and 187 out as 1 ~ 187 ≠ 6
∴ The numbers are 11 and 17.