I know that -b/a is the sum of quadratic solutions and c/a is the product of solutions and I wonder if that is the key to solving this problem. Other than that I HAVE NO IDEA how to even begin. The solution, according to my instructions, must be arrived at by the quadratic formula.
Here is the problem:
I know that -b/a is the sum of quadratic solutions and c/a is the product of solutions and I wonder if that is the key to solving this problem. Other than that I HAVE NO IDEA how to even begin. The solution, according to my instructions, must be arrived at by the quadratic formula.
Here is the problem:
More generally, call the two numbers "x" and "y". The two numbers add to 3: x+ y= 3 so y= 3- x. The product of the two numbers is xy= x(3- x)= 3x- x^2= 2. So we have the quadratic equation x^2- 3x+ 2= (x- 2)(x- 1)= 0. The "two" solutions are x= 2, y= 1, and x= 1, y= 2.
I know that -b/a is the sum of quadratic solutions and c/a is the product of solutions and I wonder if that is the key to solving this problem. Other than that I HAVE NO IDEA how to even begin. The solution, according to my instructions, must be arrived at by the quadratic formula.
Here is the problem:
More generally, call the two numbers "x" and "y". The two numbers add to 3: x+ y= 3 so y= 3- x. The product of the two numbers is xy= x(3- x)= 3x- x^2= 2. So we have the quadratic equation x^2- 3x+ 2= (x- 2)(x- 1)= 0. The "two" solutions are x= 2, y= 1, and x= 1, y= 2.
What am I missing? The last two posts say that the sum is 3. If I am not insane, the OP says the sum is 2 and the product is -1. Has the problem been changed?
I know that -b/a is the sum of quadratic solutions and c/a is the product of solutions and I wonder if that is the key to solving this problem. Other than that I HAVE NO IDEA how to even begin. The solution, according to my instructions, must be arrived at by the quadratic formula.
Here is the problem: View attachment 10955
What am I missing? The last two posts say that the sum is 3. If I am not insane, the OP says the sum is 2 and the product is -1. Has the problem been changed?
I know that -b/a is the sum of quadratic solutions and c/a is the product of solutions and I wonder if that is the key to solving this problem. Other than that I HAVE NO IDEA how to even begin. The solution, according to my instructions, must be arrived at by the quadratic formula.
Here is the problem:
I think that the easiest method is: We know that -b/a = 2 and c/a = -1, ie b=-2a and c=-a. So pick a value for a and solve for b and c. For example if a=1, then b=-2 and c=-1. Then 1x2-2x-1=0 Done
I had a photo of the solution but can't find it now. But, I think there was a radical in at least one of the solutions. It was something like 1 or -1+/-square root of 2. I will check this later this evening and get back...but I think there was a radical in there somewhere. Maybe not.
In the quadratic equation x2+Bx+C=0 the sum of its roots is −B and the product of its roots is C.
You posted that the sum of the roots was 2, the product was −1 so that means B=−2&C=−1 x2+Bx+C=x2−2x−1=0
I had a photo of the solution but can't find it now. But, I think there was a radical in at least one of the solutions. It was something like 1 or -1+/-square root of 2. I will check this later this evening and get back...but I think there was a radical in there somewhere. Maybe not.
Of course the solution you are referring to is wrong. Did you check what the sum of the two numbers was? How about the product of the two numbers? Both results failed the two given requirements.
In the quadratic equation x2+Bx+C=0 the sum of its roots is −B and the product of its roots is C.
You posted that the sum of the roots was 2, the product was −1 so that means B=−2&C=−1 x2+Bx+C=x2−2x−1=0
I think that the easiest method is: We know that -b/a = 2 and c/a = -1, ie b=-2a and c=-a. So pick a value for a and solve for b and c. For example if a=1, then b=-2 and c=-1. Then 1x2-2x-1=0 Done
I think this is what I was looking for. The funny thing is this: I learned about the fact that -b/a is the sum and c/a is the product of the solutions not from my author's text but from one of the word problems he offers at the back of each section--and this particular problem was one of the last of a series. So this info was almost buried. And it was buried in the back of an earlier chapter and not the chapter that this problem we are dealing with here comes from. Not only that but there is not one example in the whole text of how to solve this kind of problem. Como?
Of course the solution you are referring to is wrong. Did you check what the sum of the two numbers was? How about the product of the two numbers? Both results failed the two given requirements.
I know that -b/a is the sum of quadratic solutions and c/a is the product of solutions and I wonder if that is the key to solving this problem. Other than that I HAVE NO IDEA how to even begin. The solution, according to my instructions, must be arrived at by the quadratic formula.
Here is the problem:
Yes, it is true that the solutions to a quadratic equation are
ax2+bx+c⟹x=2a−b+b2−4ac or x=2a−b−b2−4ac.
That formula comes up often enough that it is convenient to remember it.
And from that formula, one can easily deduce that the sum of the solutions is
2a−b+b2−4ac+2a−b−b2−4ac=
2a−b−b+b2−4ac−b2−4ac=2a−2b=−ab.
And deduce that the product of the solutions is
2a−b+b2−4ac∗2a−b−b2−4ac=
2a∗2a(−b)2−b{b2−4ac−b2−4ac}−{b2−4ac}2=
4a2b2−b(0)−(b2−4ac)=4a24ac=ac.
But those two facts are not worth memorizing.
Math is not a bunch of facts to be memorized. It is a small set of techniques that you learn how to apply in different situations. You memorized some facts and wondered if two of those facts might be helpful in solving a specific problem. That is not a useful approach. There are literally an infinite number of facts about the real numbers.
The fundamental idea in algebra is that you find unknown numbers by finding what they are equal to. This problem is amazingly easy if you remember that fundamental idea because the equalities are laid on your plate.
x+y=2 and xy=−1.
You have two equations in two unknowns. There is a general technique for solving such systems of equations called substitution.
y=2−x⟹−1=xy=x(2−x)=2x−x2⟹x2−2x−1=0.
Now, as I said, such quadratic equations in one unknown come up often enough that it is convenient to memorize a formula for solving them, but the formula is not necessary. There is a general technique for solving these equations called completing the square.
x2−2x−1=0⟹x2−2x−1+2=2⟹x2−2x+1=2⟹
(x−1)2=2⟹(x−1)=±2⟹x=1+2 or x=1−2⟹
y=2−(1+2)=1−2 or y=2−(1−2)=1+2.
Algebra is about applying a very small number of ideas and techniques to a very wide range of problems. It is not about amassing a huge number of mathematical facts to apply to the small proportion of problems to which those facts are relevant.
Yes, it is true that the solutions to a quadratic equation are
ax2+bx+c⟹x=2a−b+b2−4ac or x=2a−b−b2−4ac.
That formula comes up often enough that it is convenient to remember it.
And from that formula, one can easily deduce that the sum of the solutions is
2a−b+b2−4ac+2a−b−b2−4ac=
2a−b−b+b2−4ac−b2−4ac=2a−2b=−ab.
And deduce that the product of the solutions is
2a−b+b2−4ac∗2a−b−b2−4ac=
2a∗2a(−b)2−b{b2−4ac−b2−4ac}−{b2−4ac}2=
4a2b2−b(0)−(b2−4ac)=4a24ac=ac.
But those two facts are not worth memorizing.
Math is not a bunch of facts to be memorized. It is a small set of techniques that you learn how to apply in different situations. You memorized some facts and wondered if two of those facts might be helpful in solving a specific problem. That is not a useful approach. There are literally an infinite number of facts about the real numbers.
The fundamental idea in algebra is that you find unknown numbers by finding what they are equal to. This problem is amazingly easy if you remember that fundamental idea because the equalities are laid on your plate.
x+y=2 and xy=−1.
You have two equations in two unknowns. There is a general technique for solving such systems of equations called substitution.
y=2−x⟹−1=xy=x(2−x)=2x−x2⟹x2−2x−1=0.
Now, as I said, such quadratic equations in one unknown come up often enough that it is convenient to memorize a formula for solving them, but the formula is not necessary. There is a general technique for solving these equations called completing the square.
x2−2x−1=0⟹x2−2x−1+2=2⟹x2−2x+1=2⟹
(x−1)2=2⟹(x−1)=±2⟹x=1+2 or x=1−2⟹
y=2−(1+2)=1−2 or y=2−(1−2)=1+2.
Algebra is about applying a very small number of ideas and techniques to a very wide range of problems. It is not about amassing a huge number of mathematical facts to apply to the small proportion of problems to which those facts are relevant.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.