SOLUTION: I have these six problems that I need to work and can't remember what to do. 1. x^2-4=0 2. x^2+x=0 3. x^2+7x+12=0 4. x^2+5x=-4 5. 3x^2+5x-10=0 6. 4x^2+3x+8=0

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: I have these six problems that I need to work and can't remember what to do. 1. x^2-4=0 2. x^2+x=0 3. x^2+7x+12=0 4. x^2+5x=-4 5. 3x^2+5x-10=0 6. 4x^2+3x+8=0       Log On


   



Question 3457: I have these six problems that I need to work and can't remember what to do.
1. x^2-4=0
2. x^2+x=0
3. x^2+7x+12=0
4. x^2+5x=-4
5. 3x^2+5x-10=0
6. 4x^2+3x+8=0

Found 2 solutions by drglass, AnlytcPhil:
Answer by drglass(89) About Me  (Show Source):
You can put this solution on YOUR website!
You have a few options for solving these problems.


  1. x^2-4=0

  2. x^2+x=0

  3. x^2+7x+12=0

  4. x^2+5x=-4

  5. 3x^2+5x-10=0

  6. 4x^2+3x+8=0




In the first problem, you can subtract zero from both sides to get x%5E2+=+4 or x = +/- 2, or

you can factor the problem x%5E2+-+4+=+%28x+%2B+2%29%28x+-+2%29+=+0



In the second problem, you can factor x from the equation to get

x%28x+%2B+1%29+=+0, this gives us x = 0 and x = -1



In this problem, you have to make some observations, first notice you can factor 12 into the following pairs ({12, 1}, (6, 2} and {4, 3}). The pair {4, 3} sum to seven, so we can factor this equation as follows:

x%5E2+%2B+7x+%2B+12+=+%28x+%2B+4%29%28x+%2B+7%29+=+0, therefore x = -4 and x = -7.



This problem is similar to the previous problem, but first you must subtract 4 from both sides to get x^2 + 5x + 4 = 0. The common factors of 4 are ({4,1} and {2,2}). The pair {4,1} sum to 5, so we can factor this equation as follows:

x%5E2+%2B+5x+%2B+4+=+%28x+%2B+4%29%28x+%2B+1%29+=+0, therefore x = -1 and x = -4.



This problem is a bit more complex, it requires the use of the quadratic formula for finding roots of a quadratic equation with the form %28ax%5E2+%2B+bx+%2B+c+=+0. If the roots are x1 and x2, the quadratic formula says:

x1 = %28-b+%2B+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+ and x2 = %28-b+-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+

For 3x^2 + 5x - 10 = 0, a = 3, b = 5 and c = -10. This means the roots are:

x1 = %28-5+%2B+sqrt%28+5%5E2-4%2A3%2A%28-10%29+%29%29%2F%282%2A3%29+, which reduces to, x1 = %28-5+%2B+sqrt%28+25%2B120+%29%29%2F6+=+%28-5+%2B+sqrt%28+145+%29%29%2F6+
and x2 = %28-5+-+sqrt%28+5%5E2-4%2A3%2A%28-10%29+%29%29%2F%282%2A3%29+, which reduces to, x2 = %28-5+-+sqrt%28+25%2B120+%29%29%2F6+=+%28-5+-+sqrt%28+145+%29%29%2F6+


Like the previous problem, this one requires use of the quadratic equation, unfortunately, this one involves complex numbers

The equation 4x^2 + 3x + 8 = 0 gives us a = 4, b = 3 and c = 8

The roots of this equation are:

x1 = %28-4+%2B+sqrt%28+4%5E2-4%2A4%2A8+%29%29%2F%282%2A4%29+, which reduces to x1 =

and x2 = %28-4+-+sqrt%28+4%5E2-4%2A4%2A8+%29%29%2F%282%2A4%29+, which reduces to x2 =

Answer by AnlytcPhil(1806) About Me  (Show Source):
You can put this solution on YOUR website!
I have these six problems that I need to work and can't remember what to do.
1. x²-4=0

Factor the LHS as the difference of two perfect squares

(x-2)(x+2) = 0

Set each factor = 0
x-2 = 0, or x = 2
x+2 = 0, or x = -2
--------------------------------------------
2. x²+x=0

Factor the LHS by factoring out x
x(x-2)
Set each factor = 0
x=0,
x-3 = 0, or x = 3
--------------------------------------------
3. x²+7x+12=0
Factor the LHS by thinking of two positive integers that have product
12 and sum 7, they are 4 and 3.

(x+4)(x+3) = 0

Set each factor = 0
x+4 = 0, or x = 4
x+3 = 0, or x = 3
-----------------------------------
4. x²+5x=-4
Get 0 on the right by adding 4 to both sides:
x²+5x+4 = 0
Factor the LHS by thinking of two positive intergers that have product
4 and sum 5, they are 4 and 1.

(x+4)(x+3) = 0

Set each factor = 0
x+4 = 0, or x = 4
x+3 = 0, or x = 3
--------------------------------
5. 3x²+5x-10=0
That won't factor so you have to use the quadratic formula
%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
%28-5+%2B-+sqrt%28+5%5E2-4%2A3%2A-10+%29%29%2F%282%2A3%29+

%28-5+%2B-+sqrt%28+145%29%29%2F6+
---------------------------
6. 4x²+3x+8=0
That won't factor so you have to use the quadratic formula
%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
%28-5+%2B-+sqrt%28+3%5E2-4%2A4%2A8%29%29%2F%282%2A4%29+

%28-5+%2B-+sqrt%28-119%29%29%2F8+
That won't factor so you have to use the quadratic formula
%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
%28-5+%2B-+sqrt%28+5%5E2-4%2A3%2A-10+%29%29%2F%282%2A3%29+
%28-5+%2B-+sqrt%28-145%29%29%2F6+
%28-5+%2B-+i%2Asqrt%28+145%29%29%2F6+
Edwin