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
ch4aika [34]
3 years ago
8

How do you solve a quadratic equation

Mathematics
2 answers:
MAXImum [283]3 years ago
5 0
<span>You should already know how to factor quadratics. (If not, review Factoring Quadratics<span>.) The new thing here is that the quadratic is part of an equation, and you're told to solve for the values of </span>x<span> that make the equation true. Here's how it works: </span></span>Solve (x – 3)(x – 4) = 0. Okay, this one is already factored for me. But how do I solve this?Think: If I multiply two things together and the result is zero, what can I say about those two things? I can say that at least one of them must also be zero. That is, the only way to multiply and get zero is to multiply by zero. (This is sometimes called "The Zero Factor Property" or "Rule" or "Principle".) Warning: You cannot make this statement about any other number! You can only make the conclusion about the factors ("one of them must equal zero") if the product itself equals zero. If the above product of factors had been equal to, say, 4, then we would still have no idea what was the value of either of the factors; we would not have been able (we would not have been mathematically "justified") in makingany claim about the values of the factors. Because you can only make the conclusion ("one of the factors must have equaled zero") if the product equals zero, you must always have the equation in the form "(quadratic) equals (zero)" before you can attempt to solve it.  The Zero Factor Principle tells me that at least one of the factors must be equal to zero. Since at least one of the factors must be zero, I'll set them eachequal to zero:<span><span>x – 3 = 0</span><span>   or   </span><span>x – 4 = 0</span></span><span><span>This gives me simple linear equations, and they're easy to solve:</span></span><span><span>x = 3</span><span>  or  </span><span>x = 4</span></span><span><span>And this is the solution they're looking for:  </span>x = 3, 4</span><span>Note that "<span>x = 3, 4</span>" means the same thing as "<span>x = 3</span><span>  or  </span><span>x = 4</span>"; the only difference is the formatting. The "<span>x = 3, 4</span>" format is more-typically used.</span><span><span>One important issue should be mentioned at this point: Just as with linear equations, the solutions to quadratic equations may be verified</span><span> by plugging them back into the original equation, and making sure that they work, that they result in a true statement. For the above example, we would do the following:</span></span><span><span> </span></span><span><span>Checking </span><span>x = 3</span><span> in </span><span>(x – 3)(x – 4) = 0</span>:</span><span>([3] – 3)([3] – 4) ?=? 0 <span>
     (3 – 3)(3 – 4) ?=? 0</span> <span>
               (0)(–1) ?=? 0</span> <span>
                       0   =   0</span></span><span><span>Checking </span><span>x = 4</span><span> in </span><span>(x – 3)(x – 4) = 0</span>:</span><span>([4] – 3)([4] – 4) ?=? 0 <span>
     (4 – 3)(4 – 4) ?=? 0</span> <span>
                 (1)(0) ?=? 0</span> <span>
                       0   =   0</span></span>So both solutions "check" and are thus verified as being correct.<span>Solve </span><span>x2 + 5x + 6 = 0</span>.<span><span>This equation is already in the form "(quadratic) equals (zero)" but, unlike the previous example, this isn't yet factored. The quadratic must first be factored, because it is only when you MULTIPLY and get zero that you can say anything about the factors and solutions. You can't conclude anything about the individual terms of the unfactored quadratic (like the </span><span>5x</span><span> or the </span>6), because you can add lots of stuff that totals zero.</span>So the first thing I have to do is factor:<span>x2 + 5x + 6 = (x + 2)(x + 3)</span>Set this equal to zero:<span>(x + 2)(x + 3) = 0</span><span>Solve each factor: Copyright © Elizabeth Stapel 2002-2011 All Rights Reserved</span><span><span><span>x + 2 = 0  </span>or<span>  x + 3 = 0</span></span><span> 
</span><span><span>x = –2</span><span>  or  </span><span>x = – 3</span></span></span><span>The solution to </span><span>x2 + 5x + 6 = 0</span><span> is </span><span>x = –3, –2</span><span><span>Checking </span><span>x = </span>–3<span> and</span> <span>x = </span><span>–2 </span><span>in </span><span>x2 + 5x + 6 = 0:</span></span><span><span>[–3]2 + 5[–3] + 6 ?=? 0</span> <span>
           9 – 15 + 6 ?=? 0</span> <span>
           9 + 6 – 15 ?=? 0</span> <span>
               15 – 15 ?=? 0</span> <span>
                        0   =   0</span></span><span><span>[–2]2 + 5[–2] + 6 ?=? 0</span> <span>
           4 – 10 + 6 ?=? 0</span> <span>
           4 + 6 – 10 ?=? 0</span> <span>
               10 – 10 ?=? 0</span> <span>
                        0   =   0</span></span>So both solutions "check".<span>Solve </span><span>x2 – 3 = 2x</span>.This equation is not in "(quadratic) equals (zero)" form, so I can't try to solve it yet. The first thing I need to do is get all the terms over on one side, with zero on the other side. Only then can I factor and solve:<span><span>x2 – 3 = 2x</span><span> 
</span><span>x2 – 2x – 3 = 0</span><span> 
</span><span>(x – 3)(x + 1) = 0</span><span> 
</span><span><span>x – 3 = 0  </span>or<span>  x + 1 = 0</span></span><span> 
</span><span><span>x = 3  </span>or<span>  x = –1</span></span></span><span>Then the solution to </span><span>x2 – 3 = 2x</span><span> is </span><span>x = –1, 3</span><span>Solve </span><span>(x + 2)(x + 3) = 12</span>.It is very common for students to see this type of problem, and say:"Cool! It's already factored! So I'll set the factors equal to 12 and 
solve to get x = 10 and x = 9. That was easy!"<span><span>Yeah, it was easy; it was also (warning!) wrong. </span><span><span>Besides the fact that </span>(10 + 2)(9 + 3)<span> does not equal </span>12, you should never forget that you must have "(quadratic) equals (zero)" before you can solve.</span></span><span><span>So, tempting though it may be, I cannot set each of the factors above equal to the other side of the equation and "solve". Instead, I first have to multiply out and simplify the left-hand side, then subtract the </span>12<span> over to the left-hand side, and re-factor. Only then can I solve.</span></span><span><span>(x + 2)(x + 3) = 12</span><span> 
</span><span>x2 + 5x + 6 = 12</span><span> 
</span><span>x2 + 5x – 6 = 0</span><span> 
</span><span>(x + 6)(x – 1) = 0</span><span> 
</span><span><span>x + 6 = 0  </span>or<span>   x – 1 = 0</span></span><span> 
</span><span><span>x = –6  </span>or<span>   x = 1</span></span></span><span>Then the solution to </span><span>(x + 2)(x + 3) = 12</span><span> is </span><span>x = –6, 1</span>
PilotLPTM [1.2K]3 years ago
4 0
- \beta +- \sqrt{ \beta }  {2} -4ac (all divided by)/2a
You might be interested in
A road sign is in the shape of a regular pentagon. What is the measure of each angle on the sign? Round to the nearest tenth. Se
dangina [55]

Answer:

Option D) 108 degrees

Step-by-step explanation:

We are given the following in the question:

A regular pentagon.

Thus, all the angles of the pentagon are equal.

Angle sum property of pentagon:

  • In a pentagon, the sum of all the interior angle of a pentagon is 540 degrees.

Measure of each angle =

=\dfrac{\text{Measure of angle}}{\text{Number of angle}} = \dfrac{540}{5} = 108^\circ

Thus, the measure of each angle on the sign is 108 degrees.

Option D) 108 degrees

6 0
2 years ago
An astronaut who weighs 95 kilograms on Earth weighs 15.8 kilograms on the Moon. How much would a person weigh on the Moon if th
shutvik [7]
I do not know but u should pay more respect
8 0
3 years ago
In the lake there are 3 times as many largemouth bass as there are smallmouth bass. If Johnny randomly catches a bass at the lak
shutvik [7]

Answer is D. for every 1 small mouth caught, it is estimated you will catch 3 largemouth bass



6 0
2 years ago
Read 2 more answers
Point S is on line segment RT. Given RT=4x, ST = 5x-10, and RS = 6 determine the numerical length of ST.
Art [367]

Answer:

ST=10

Step-by-step explanation:

8 0
3 years ago
Suppose compact fluorescent light bulbs last, on average, 11,500 hours. The distribution is normal and the standard deviation is
juin [17]

Answer:

2.275%

Step-by-step explanation:

The first thing to do here is to calculate the z-score

Mathematically;

z-score = (x-mean)/SD

from the question, x = 12,300 hours , mean = 11,500 hours while Standard deviation(SD) = 400 hours

Plugging the values we have;

z-score = (12,300-11,500)/400 = 800/400 = 2

Now, we want to calculate P(z ≤ 2)

This is so because we are calculating within a particular value

To calculate this, we use the z-score table.

Mathematically;

P(z ≤ 2) = 1 - P(z > 2) = 1 - 0.97725 = 0.02275

To percentage = 2.275%

6 0
3 years ago
Other questions:
  • Which expression is not equivalent to the other three?
    12·2 answers
  • Please HELP!! <br><br> WILL AWARD BRAINLEST
    11·2 answers
  • Rasheed is buying wings and quesadillas for a party. A package of wings costs $8.
    9·1 answer
  • Evaluate the expression.<br> 9 + 9 X 6 - 7=?
    13·1 answer
  • Which of the following sets of values is a soulution to the following system of liner expressions, 4x+y=24 x-y=-4
    9·1 answer
  • Ernesto wants to buy a snack from the vending machine. The vending machine has 5 different kinds of chips, 8 different candy bar
    9·1 answer
  • Please only respond if you know the answer I have this and more due at 12:59 (ignore the third tab lol)
    10·2 answers
  • the sum of the digits of the two-digit number is 5. when the digits are reversed, the number increases by 27. Find the original
    13·2 answers
  • Pls help me with this statistic assignment
    11·1 answer
  • A basket contains six apples and four peaches. You randomly select one piece of fruit and eat it. Then you randomly select anoth
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!