/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 8 Solve using the quadratic formul... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Solve using the quadratic formula. a. \(x^{2}-3 x=12\) e. \(\frac{1}{x-2}=\frac{x+1}{x-1}\) b. \(3 x^{2}=4 x+2\) f. \(\frac{x^{2}}{3}+\frac{x}{2}-\frac{1}{6}=0\) c. \(3\left(x^{2}+1\right)=x+2\) g. \(\frac{1}{x^{2}}-\frac{3}{x}=\frac{1}{6}\) d. \((3 x-1)(x+2)=4\)

Short Answer

Expert verified
a) 5, -2 b) 2, -2/3 c) No real solutions d) 1, -11/3 e) 2.41, -0.41 f) 0.4, -1.9 g) 0.08, -18.08

Step by step solution

01

Move all terms to one side

Rewrite each equation in the standard quadratic form: \( ax^2 + bx + c = 0 \).
02

a. Rewrite the Equation

Start with \( x^2 - 3x = 12 \).Subtract 12 from both sides to get \( x^2 - 3x - 12 = 0 \).
03

b. Rewrite the Equation

Start with \( 3x^2 = 4x + 2 \).Move all terms to one side: \( 3x^2 - 4x - 2 = 0 \).
04

c. Rewrite the Equation

Start with \( 3(x^2 + 1) = x + 2 \).Expand and move terms: \( 3x^2 + 3 - x - 2 = 0 \) which simplifies to \( 3x^2 - x + 1 = 0 \).
05

d. Rewrite the Equation

Start with \( (3x-1)(x+2) = 4 \).Expand and move terms: \( 3x^2 + 6x - x - 2 - 4 = 0 \) which simplifies to \( 3x^2 + 5x - 6 = 0 \).
06

e. Rewrite the Equation

Start with \( \frac{1}{x-2} = \frac{x+1}{x-1} \).Cross-multiply: \( (x-1) = (x+1)(x-2) \).Expand and move terms: \( x - 1 = x^2 - x - 2 \) which simplifies to \( x^2 - 2x - 1 = 0 \).
07

f. Rewrite the Equation

Start with \( \frac{x^2}{3} + \frac{x}{2} - \frac{1}{6} = 0 \).Multiply by 6 to clear the fractions: \( 2x^2 + 3x - 1 = 0 \).
08

g. Rewrite the Equation

Start with \( \frac{1}{x^2} - \frac{3}{x} = \frac{1}{6} \).Get common denominator \( 6x^2 \): \( 6 -18x = x^2 \) simplifies to \( x^2 + 18x - 6 = 0 \).
09

Identify coefficients

For each equation, identify coefficients \( a, b, \) and \( c \).
10

a. Identify coefficients

Here, \( a = 1, b = -3, c = -12 \).
11

b. Identify coefficients

Here, \( a = 3, b = -4, c = -2 \).
12

c. Identify coefficients

Here, \( a = 3, b = -1, c = 1 \).
13

d. Identify coefficients

Here, \( a = 3, b = 5, c = -6 \).
14

e. Identify coefficients

Here, \( a = 1, b = -2, c = -1 \).
15

f. Identify coefficients

Here, \( a = 2, b = 3, c = -1 \).
16

g. Identify coefficients

Here, \( a = 1, b = 18, c = -6 \).
17

Apply the Quadratic Formula

Use the quadratic formula: \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \).
18

a. Apply Quadratic Formula

Substitute into the formula: \( x = \frac{-(-3) \pm \sqrt{(-3)^2 - 4(1)(-12)}}{2(1)} = \frac{3 \pm \sqrt{9 + 48}}{2} = \frac{3 \pm 7}{2} \). Thus, \( x = 5 \) or \( x = -2 \).
19

b. Apply Quadratic Formula

Substitute into formula: \( x = \frac{-(-4) \pm \sqrt{(-4)^2 - 4(3)(-2)}}{2(3)} = \frac{4 \pm \sqrt{16 + 24}}{6} = \frac{4 \pm 8}{6} \). Thus, \( x = 2 \) or \( x = -\frac{2}{3} \).
20

c. Apply Quadratic Formula

Substitute into the formula: \( x = \frac{-(-1) \pm \sqrt{(-1)^2 - 4(3)(1)}}{2(3)} = \frac{1 \pm \sqrt{1 - 12}}}{6} = \frac{1 \pm \sqrt{-11}}{6} \). Thus, \( x \) has no real solutions.
21

d. Apply Quadratic Formula

Substitute into formula: \( x = \frac{-5 \pm \sqrt{5^2 - 4(3)(-6)}}{2(3)} = \frac{-5 \pm \sqrt{25 + 72}}{6} = \frac{-5 \pm 11}{6} \). Thus, \( x = 1 \) or \( x = -\frac{11}{3} \).
22

e. Apply Quadratic Formula

Substitute into formula: \( x = \frac{-(-2) \pm \sqrt{(-2)^2 - 4(1)(-1)}}{2(1)} = \frac{2 \pm \sqrt{4 + 4}}{2} = \frac{2 \pm 2.83}{2} \). Thus, \( x = 2.41 \) or \( x = -0.41 \).
23

f. Apply Quadratic Formula

Substitute into formula: \( x = \frac{-3 \pm \sqrt{3^2 - 4(2)(-1)}}{2(2)} = \frac{-3 \pm \sqrt{9 + 8}}{4} = \frac{-3 \pm 4.58}{4} \). Thus, \( x = 0.4 \) or \( x = -1.9 \).
24

g. Apply Quadratic Formula

Substitute into formula: \( x = \frac{-18 \pm \sqrt{18^2 - 4(1)(6)}}{2(1)} = \frac{-18 \pm \sqrt{324 + 24}}{2} = \frac{-18 \pm 18.17}{2} \). Thus, \( x = 0.08 \) or \( x = -18.08 \).

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

solving quadratic equations
A quadratic equation generally has the form \[ax^2 + bx + c = 0\].Solving these equations involves a specific process. Let's break it down:

Step 1: Rewrite the equation in standard form
First, make sure all terms are on one side of the equation in the form: \[ax^2 + bx + c = 0\]. This might involve moving terms across the equal sign and combining like terms.
For example, if you start with \[x^2 - 3x = 12\], you need to subtract 12 from both sides to rewrite it as \[x^2 - 3x - 12 = 0\].
Each exercise will involve this reformatting step. Make sure you are comfortable with moving terms to achieve this standard form.
  • Example (a): Convert \[3x^2 = 4x + 2\] to \[3x^2 - 4x - 2 = 0\] by subtracting \[4x\] and \[2\] from both sides.
  • Example (b): Expand and simplify \[3(x^2 + 1) = x + 2\] to get \[3x^2 + 3 - x - 2 = 0\], further simplified to \[3x^2 - x + 1 = 0\].
identifying coefficients
Once you have your equation in the standard form \[ax^2 + bx + c = 0\], you can easily identify the coefficients:
  • \forall\text: \[a\] is the coefficient of \[x^2\]
  • \forall\text: \[b\] is the coefficient of \[x\]
  • \forall\text: \[c\] is the constant term.
To illustrate: In the equation \[x^2 - 3x - 12 = 0\], the coefficients are \[a = 1\], \[b = -3\], and \[c = -12\].
Identifying these coefficients is crucial because you will need them to apply the quadratic formula.
  • Example (c): For \[3x^2 - 4x - 2 = 0\], the coefficients are \[a = 3\], \[b = -4\], \[c = -2\].
  • Example (d): In \[3x^2 + 5x - 6 = 0\], \[a = 3\], \[b = 5\], and \[c = -6\].
applying the quadratic formula
The quadratic formula is a powerful tool to solve any quadratic equation. Once you have identified the coefficients \[a, b,\text{ and } c\], plug them into the formula:
\[\begin{equation} x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \end{equation}\]
  • First, calculate the discriminant, which is the part under the square root: \[b^2 - 4ac\]
  • Then, handle the rest of the formula to find the roots.

Steps:
  • Calculate \(-b\)|
  • Compute \(\root{b^2 - 4ac}\)
  • Divide by \(2a\)
For example, for the equation \[x^2 - 3x - 12 = 0\], with \[a = 1\], \[b = -3\], and \[c = -12\], the quadratic formula becomes:
\[ x = \frac{-(-3) \pm \root{(-3)^2 - 4(1)(-12)}}{2(1)} = \frac{3 \pm \root{9 + 48}}{2} = \frac{3 \pm 7}{2} \]
So, the roots (solutions) are: \[x = 5\text { and } x = -2\].
  • Example (e): For \[3x^2 - 4x - 2 = 0\], with \[a = 3\], \[b = -4\], and \[c = -2\]:
    \[ x = \frac{-(-4) \pm \root{(-4)^2 - 4(3)(-2)}}{2(3)} = \frac{4 \pm \root{16 + 24}}{6} = \frac{4 \pm 8}{6} \] The solutions are: \[x = 2\text { and } x = -\frac{2}{3}\].

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

For each of the following functions, identify the vertex and specify whether it represents a maximum or minimum, and then sketch its graph by hand. a. \(y=(x-2)^{2}\) c. \(y=-2(x+1)^{2}+5\) b. \(y=\frac{1}{2}(x-2)^{2}+3\) d. \(y=-0.4(x-3)^{2}-1\)

Let \((h, k)\) be the coordinates of the vertex of a parabola. Then \(h\) is equal to the average of the two real zeros of the function (if they exist). For parts (a) and (b) use this to find \(h\), and then construct an equation in vertex form, \(y=a(x-h)^{2}+k\). a. A parabola with \(x\) -intercepts of 4 and 8 , and a \(y\) -intercept of 32 b. A parabola with \(x\) -intercepts of -3 and \(1,\) and a \(y\) -intercept of -1 c. Can you find the equation of a parabola knowing only its \(x\) -intercepts? Explain.

The winds are calm, allowing a forest fire to spread in a circular fashion at 5 feet per minute. a. Construct a function \(A(r)\) for the circular area burned, where \(r\) is the radius. Identify the units for the input and the output of \(A(r)\). b. Construct a function for the radius \(r=R(t)\) for the increase in the fire radius as a function of time \(t .\) What are the units now for the input and the output for \(R(t) ?\) c. Construct a composite function that gives the burnt area as a function of time. What are the units now for the input and the output? d. How much forest area is burned after 10 minutes? One hour?

Use the quadratic formula to find the zeros of the function \(f(x)=x^{2}-4 x+13\) and then write the function in factored form. Without graphing this function, how can you tell if it intersects the \(x\) -axis?

Marketing research by a company has shown that the profit, \(P(x)\) (in thousands of dollars), made by the company is related to the amount spent on advertising, \(x\) (in thousands of dollars), by the equation \(P(x)=230+20 x-0.5 x^{2}\). What expenditure (in thousands of dollars) for advertising gives the maximum profit? What is the maximum profit?

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.