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
Sow your work plz and thank you! Best answer gets brainliest!
ELEN [110]
  • First of all, a 2 foot kangaroo is casting a 7 foot shadow.
  • Next we do 7 divided by 2 which equals 3.5.
  • Since we know the shadow is going to be 3.5x the object size we have to divide its shadow by 3.5
  • 14 divided by 3.5 is  4 so the Eucalyptus tree is 4ft long

<u><em>    Your answer=4ft </em></u>

<u><em></em></u>

Hope this helps!

8 0
3 years ago
Read 2 more answers
G(x)=4.8x -5<br><br> I needed help finding the slope
Artist 52 [7]

Answer:

Slope is 4.8

Step-by-step explanation:

{ \tt{G(x) = 4.8x - 5}} \\

8 0
2 years ago
Read 2 more answers
Which situation is most likely to have a constant rate of change?
Sauron [17]

Answer:

D

Step-by-step explanation:

D because the number of runs is consistent with the number of innings.

8 0
3 years ago
A furniture store had a chair that cost $33. After a few months the owner took 12 percent off the price. How much is the chair n
zhannawk [14.2K]

Answer:

$29.04

Step-by-step explanation:

5 0
3 years ago
Read 2 more answers
the slide at the playground has a height of 6 feet.The base of the slide measured on the ground is 8 feet.what is the length of
NemiM [27]
The formula for finding the length is
{a}^{2}  +  {b}^{2} = {c}^{2}
All we have to do is plug in the numbers.

{6}^{2}  +  {8}^{2}  =  {c}^{2}
36 + 64 = 100

Since 100 =
{c}^{2}
we have to find the square root.

\sqrt{100}  = 10

The length of the slide is 10 feet.

6 0
3 years ago
Other questions:
  • Find the length of GF
    14·2 answers
  • 0.12 divided by 5? Please explain the steps.
    11·2 answers
  • An electrician charges a $50 fee to make a service call plus $25 per hour he works. write an equation to represent the relations
    11·1 answer
  • A landscaper is making a retaining wall to shore up the side of a hill. To ensure against collapse, the wall should make an angl
    15·1 answer
  • Ratio of nickels t quarters in a dollar
    15·1 answer
  • How many seconds are in 35 minutes?
    13·2 answers
  • How many times does 16 go into 40
    11·2 answers
  • What is the best approximate solution of the system of linear equation y=1.5x - 1 and y=1
    10·1 answer
  • 7th grade math plss helpp
    12·2 answers
  • If time is four hours from now, the time left till midnight would be quarter that if it is one hour from now. What time is it no
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!