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

User Pierroz
by
6.3k 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.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.