Glam Prestige Journal

Bright entertainment trends with youth appeal.

$\begingroup$

$a^{ 2 }x+(a-1)=(a+1)x$; for $x$

I have been able to manipulate and solve for the indicated variable in these type of equations pretty easily until I came across this one. I know that I have to isolate $x$ on one side but I am having trouble with it. Would dividing both sides by $(a+1) $ be the proper first step?

$\endgroup$ 3

2 Answers

$\begingroup$

Isolate all the terms that contain $x$ to one side to get $$ a^2 x - (a+1) x = 1 - a. $$Now, factor out the $x$ to get a linear equation: $$ x \cdot \left( a^2 - (a + 1) \right) = 1 - a. $$Now, divide out to isolate $x$: $$ x = \frac {1 - a}{a^2 - (a+1)} = \frac {1-a}{a^2-a-1}, $$ and you are done!

$\endgroup$ 2 $\begingroup$

We are given $a^2 x +(a-1)= (a+1)$ and we must solve for $x$. The best first step is to subtract $(a+1)x$ from both sides, as well as $a-1$ from both sides, giving

$$ a^2 x -(a+1)x = -(a-1) $$

or, even better

$$a^2x-ax-x=1-a$$

Factoring the left side as $x(a^2-a-1)$ and dividing gives

$$ x = \frac{1-a}{a^2-a-1} $$

and we are done.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy