Solving for a variable. Hard to do in this simple equation.

  • Context: High School 
  • Thread starter Thread starter Jon9992
  • Start date Start date
  • Tags Tags
    Hard Variable
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
Jon9992
Messages
4
Reaction score
0
Hi. This isn't for any sort of homework. I've run into a deadend where I have a situation like this where I need to solve for "a":

a(a+b+c) =d

You'd think it would be easy but I can't seem to get "a" by itself. It always end up on both sides of the equation at best which is starting to make me think it's somehow recursive. I know how to solve it if it didn't have the "c" by using the quadratic equation but not sure in this situation.

Thanks so much!
 
Last edited:
Mathematics news on Phys.org
First you would do distributive property, multiply everything inside the parentheses by "a". Then you would get a^2+ab+ac=d. Then even though we just multiplied it, (it's kind of a trick question, you didn't need to multiply since a is already in the problem) you divide. That leaves you with a+b+c=d. Then subtract a to get b+c=d-a. Now you subtract d to get b+c-d=-a.
 
Gbl911 said:
First you would do distributive property, multiply everything inside the parentheses by "a". Then you would get a^2+ab+ac=d. Then even though we just multiplied it, (it's kind of a trick question, you didn't need to multiply since a is already in the problem) you divide. That leaves you with a+b+c=d.
Absolutely not! You can't divide just one side of an equation. If you divide the left side by a, you have to also divide the right side by a.
Gb said:
Then subtract a to get b+c=d-a. Now you subtract d to get b+c-d=-a.

After carrying out the multiplication on the left side, you get a2 + ab + ac = d. Add -d to both sides to get a2 + ab + ac - d = 0. One more step gets us to a2 + (b + c)a - d = 0. This is a quadratic in a, and can be solved for a by using the Quadratic Formula.