解方程 mnx²-(m²+n²)x+mn=0(mn≠0)

问题描述:

解方程 mnx²-(m²+n²)x+mn=0(mn≠0)

mnx² - (m² + n²)x + mn = 0
(mx -n)(nx -m) = 0
x = n/m 或 x = m/n