1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
8_murik_8 [283]
2 years ago
10

Solve by factoring

32 - 4x" alt="x^{2} = 32 - 4x" align="absmiddle" class="latex-formula">
​
Mathematics
2 answers:
WITCHER [35]2 years ago
5 0

Answer:

x = - 8, x = 4

Step-by-step explanation:

Given

x² = 32 - 4x ( subtract 32 - 4x from both sides )

x² + 4x - 32 = 0 ← in standard form

(x + 8)(x - 4) = 0 ← in factored form

Equate each factor to zero and solve for x

x + 8 = 0 ⇒ x = - 8

x - 4 = 0 ⇒ x = 4

alekssr [168]2 years ago
3 0

Move all terms to one side of the equation, usually the left, using addition or subtraction.

Factor the equation completely.

Set each factor equal to zero, and solve.

List each solution from Step 3 as a solution to the original equation.

First Example

x2 + 3x = 8x - 6

Step 1

The first step is to move all terms to the left using addition and subtraction. First, we will subtract 8x from each side.

x2 + 3x - 8x = 8x - 8x - 6

x 2 - 5x = -6

Now, we will add 6 to each side.

x2 - 5x + 6 = -6 + 6

x 2 - 5x + 6 = 0

With all terms on the left side, we proceed to Step 2.

Step 2

We identify the left as a trinomial, and factor it accordingly:

(x - 2)(x - 3) = 0

We now have two factors, (x - 2) and (x - 3).

Step 3

We now set each factor equal to zero. The result is two subproblems:

x - 2 = 0

and

x - 3 = 0

Solving the first subproblem, x - 2 = 0, gives x = 2. Solving the second subproblem, x - 3 = 0, gives x = 3.

Step 4

The final step is to combine the two previous solutions, x = 2 and x = 3, into one solution for the original problem.

x2 + 3x = 8x - 6

x = 2, 3

Solve by Factoring: Why does it work?

Examine the equation below:

ab = 0

If you let a = 3, then logivally b must equal 0. Similarly, if you let b = 10, then a must equal 0.

Now try letting a be some other non-zero number. You should observe that as long as a does not equal 0, b must be equal to zero.

To state the observation more generally, "If ab = 0, then either a = 0 or b = 0." This is an important property of zero which we exploit when solving by factoring.

When the example was factored into (x - 2)(x - 3) = 0, this property was applied to determine that either (x - 2) must equal zero, or (x - 3) must equal zero. Therefore, we were able to create two equations and determine two solutions from this observation.

A Second Example

5x3 = 45x

Step 1

Move all terms to the left side of the equation. We do this by subtracting 45x from each side.

5x3 - 45x = 45x - 45x

5x 3 - 45x = 0.

Step 2

The next step is to factor the left side completely. We first note that the two terms on the left have a greatest common factor of 5x.

5x(x2 - 9) = 0

Now, (x2 - 9) can be factored as a difference between two squares.

5x(x + 3)(x - 3) = 0

We are left with three factors: 5x, (x + 3), and (x - 3). As explained in the "Why does it work?" section, at least one of the three factors must be equal to zero.

Step 3

Create three subproblems by setting each factor equal to zero.

1.   5x = 0

2.   x + 3 = 0

3.   x - 3 = 0

Solving the first equation gives x = 0. Solving the second equation gives x = -3. And solving the third equation gives x= 3.

Step 4

The final solution is formed from the solutions to the three subproblems.

x = -3, 0, 3

Third Example

3x4 - 288x2 - 1200 = 0

Steps 1 and 2

All three terms are already on the left side of the equation, so we may begin factoring. First, we factor out a greatest common factor of 3.

3(x4 - 96x2 - 400) = 0

Next, we factor a trinomial.

3(x2 + 4)(x2 - 100) = 0

Finally, we factor the binomial (x2 - 100) as a difference between two squares.

3(x2 + 4)(x + 10)(x - 10) = 0

Step 3

We proceed by setting each of the four factors equal to zero, resulting in four new equations.

1.   3 = 0

2.   x2 + 4 = 0

3.   x + 10 = 0

4.   x - 10 = 0

The first equation is invalid, and does not yield a solution. The second equation cannot be solved using basic methods. (x2 + 4 = 0 actually has two imaginary number solutions, but we will save Imaginary Numbers for another lesson!) Equation 3 has a solution of x = -10, and Equation 4 has a solution of x = 10.

Step 4

We now include all the solutions we found in a single solution to the original problem:

x = -10, 10

This may be abbreviated as

x = ±10

Hope this helps!!

You might be interested in
4/11=0.?? and please tell me how you got this answer
faltersainse [42]
4/11 is equivalent to the fraction 0.363636.... I got this answer by dividing the 4 in 11 groups, or doing the equation, 4<span>÷11</span>
8 0
2 years ago
Read 2 more answers
Find a recurrence relation for the amount of money in a savings account after n years if the interest rate is 6 percent and $50
Korvikt [17]

Answer:

a_n = a_{n-1} (1.06) + 50

Step-by-step explanation:

Suppose, a_0 is initial amount in the saving account,

Here, the annual interest rate is 6% and additional amount in each year is $ 50,

So, the amount after one year,

a_1 = a_0 + 6\%\text{ of }a_0 + 50 = a_0 + 0.06a_0 + 50 = a_0(1.06) + 50

Amount after 2 years,

a_2 = a_1 + 6\%\text{ of }a_1 + 50 = a_1(1.06) + 50

Amount after 3 years,

a_3 = a_2 + 6\%\text{ of }a_2 + 50 = a_2(1.06) + 50

................................., so on....

Hence, by following the pattern,

The amount after n years,

a_n = a_{n-1} (1.06) + 50

Which is the required recurrence relation for the amount of money in a savings account

3 0
3 years ago
What are the roots of the graph below?
Nostrana [21]

Answer:

-2,-1,1,2

Step-by-step explanation:

The term root is just another name for the x intercept so just look at where your line crosses the x axis and you will have your answer. Remember the y axis is not involved so it cannot be a co-ordinate.

4 0
3 years ago
Luis, Marrisa, and Federico are rasing money for a school field trip. Luis had raised 6/7 of the total amount needed, Marrisa ha
Margaret [11]
Luis = 6/7
Marrisa = 5/9
Federico = 11/10 = 1 1/10

Greatest fraction = 1 1/10

Answer: Frederico raised the most. 
7 0
3 years ago
.25% written as a fraction and decimal
Genrish500 [490]

Answer:

1/4 in fraction form, and 0.25 in decimal form.

Step-by-step explanation:

3 0
3 years ago
Other questions:
  • Elevii clasei a IV-a se informeaza despre preturile unor obiecte:3 aparate foto de acelasi fel si un laptop costa 2700lei,iar 5
    15·1 answer
  • the application for approval of a generic equivalent of an existing proprietary drug must show that the drug is absorbed from th
    9·1 answer
  • <img src="https://tex.z-dn.net/?f=%20%20log_%7B3%7D%284x%20%2B%201%29%20%20%3D%204" id="TexFormula1" title=" log_{3}(4x + 1) =
    9·1 answer
  • Y= -3X;(2,-6) IS THIS A SOLUTION OR NOT A SOLUTION
    10·1 answer
  • Which could be used to evaluate the expression Negative 6 (4 and two-thirds)​
    14·2 answers
  • Which equation is equivalent to 2/3(3x+9)=21​
    11·2 answers
  • (3x + 23) degree (7x - 37) degree find m angle XYV
    5·1 answer
  • Please help its a test!
    11·1 answer
  • Ill give brainliest.....
    9·2 answers
  • Please I really need help, and please don't try and play me becasue someone just put the wrong answer and juked 70 of my points
    10·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!