Solving the algebraic equation

77 Views Asked by At

I am trying to solve this: $$x-40={-400\over x}$$ The answer must be $x=20$
Please give step by step explanation.

3

There are 3 best solutions below

2
On BEST ANSWER

Assuming $x\neq 0$, multiply both sides of the equation by $x$ to get: $$x\cdot(x-40) =-400$$ Next expand the left hand side and re-arrange to get: $$x^2-40x+400=0$$. To factor the left hand side, look for two numbers that when you multiply you get 400 and add to -40. Doing that yields $$(x-20)(x-20) =0.$$ You should be able to take it from here.

1
On

Step 1. Multiply through by x.

Step 2. Move everything to one side.

Step 3. Use the quadratic formula.

Step 4. Conclude that $x=20$.

0
On

Simplifying the equation gives :

$ x^2 - 40x + 400 = 0$

$ => {(x-20)}^2 = 0 $

$=> x = 20 $