40.3k views
3 votes
Solve the equations for x:
x^2+nx-mx-nm=0

User Pierroz
by
5.2k points

1 Answer

6 votes

Answer:

x = [(m - n +/-√ (n^2 + m^2 + 2nm)]/2.

Explanation:

x^2+nx-mx-nm=0

x^2 + (n - m)x - nm = 0

Using the quadratic formula:

x = [-(n - m) +/- √((n - m)^2 - 4*-nm)) / 2

= [(m - n +/- √ (n^2 + m^2 - 2nm + 4nm)]/2

= [(m - n +/-√ (n^2 + m^2 + 2nm)]/2

User Benjamin BALET
by
6.1k points