Chapter 1: Problem 9
Solve and check each of the equations. \(4-x(x-3)=0\)
Short Answer
Expert verified
The solutions are \(x = 4\) and \(x = -1\).
Step by step solution
01
Distribute the x
First, we need to eliminate the parentheses by distributing the variable inside of them. The equation is: \[ 4 - x(x - 3) = 0 \] Distribute the \(x\) to each term inside the parenthesis: \[ x(x - 3) = x^2 - 3x \] Then, substitute back into the equation: \[ 4 - (x^2 - 3x) = 0 \]
02
Simplify the expression
Now, simplify the expression. Distribute the negative sign across the parenthesis: \[ 4 - x^2 + 3x = 0 \] Rearrange the terms to match the standard form of a quadratic equation: \[ -x^2 + 3x + 4 = 0 \] To make the leading coefficient positive, multiply the entire equation by -1: \[ x^2 - 3x - 4 = 0 \]
03
Factor the quadratic equation
Now that we have a standard quadratic equation, we need to find solutions by factoring. Look for two numbers that multiply to \(-4\) and add to \(-3\): These numbers are \(-4\) and \(+1\). So, we can factor the quadratic as: \[ (x - 4)(x + 1) = 0 \]
04
Solve for x
Now, set each factor equal to zero and solve for \(x\) to find the solutions: 1. \(x - 4 = 0\): \[ x = 4 \] 2. \(x + 1 = 0\): \[ x = -1 \] Thus, the solutions are \(x = 4\) and \(x = -1\).
05
Check the solutions
To ensure correctness, substitute each solution back into the original equation to check: For \(x = 4\): \[ 4 - 4(4 - 3) = 4 - 4 \cdot 1 = 4 - 4 = 0 \] Correct! For \(x = -1\): \[ 4 - (-1)(-1 - 3) = 4 - (-1)(-4) = 4 - 4 = 0 \] Correct! Since both solutions satisfy the original equation, they are verified.
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.
Factoring
Factoring is a simple method used to solve quadratic equations. The goal is to express a quadratic equation in the form of \[ ax^2 + bx + c = 0 \] as a product of two binomials, which looks like \[ (x + p)(x + q) = 0. \]This process involves finding two numbers, \(p\) and \(q\), that multiply to the constant term \(c\) and add to the linear coefficient \(b\). In this example, the quadratic equation \[ x^2 - 3x - 4 = 0 \] was factored as \[ (x - 4)(x + 1) = 0. \]Both \(-4\) and \(+1\) multiply to \(-4\) and add up to \(-3\), successfully completing the factorization.Factoring transforms the equation into easier linear ones:
- Each binomial is set to zero: \(x - 4 = 0\) and \(x + 1 = 0\).
- It provides the simple solutions for \(x\): \(x = 4\) or \(x = -1\).
Quadratic Equation
A quadratic equation is any equation of the form: \[ ax^2 + bx + c = 0 \]where \(a\), \(b\), and \(c\) are constants, and \(x\) represents an unknown.Quadratics are central in algebra because they model various real-world phenomena such as projectile motion or area problems.
A key feature of quadratics is their parabolic graph that opens upwards or downwards depending on the leading coefficient \(a\). More complex equations will start off non-factored, like our original: \[ 4 - x(x - 3) = 0. \]Transforming this into the standard quadratic form requires a few steps:
A key feature of quadratics is their parabolic graph that opens upwards or downwards depending on the leading coefficient \(a\). More complex equations will start off non-factored, like our original: \[ 4 - x(x - 3) = 0. \]Transforming this into the standard quadratic form requires a few steps:
- Distributing \(x\) across terms: \(x^2 - 3x\).
- Flattening terms and making \(x^2\) positive gives \[ x^2 - 3x - 4 = 0. \]
Checking Solutions
Checking solutions ensures the results are correct, a vital step after solving quadratic equations.
Substituting the solutions back into the original equation verifies their accuracy. For example, after solving \[ x^2 - 3x - 4 = 0 \]we found \(x = 4\) and \(x = -1\). By substituting these values back into the original equation \[ 4 - x(x - 3) = 0 \],we confirm:
Substituting the solutions back into the original equation verifies their accuracy. For example, after solving \[ x^2 - 3x - 4 = 0 \]we found \(x = 4\) and \(x = -1\). By substituting these values back into the original equation \[ 4 - x(x - 3) = 0 \],we confirm:
- For \(x = 4\): \[ 4 - 4(4 - 3) = 0. \] This simplifies to \[ 4 - 4 = 0. \]
- For \(x = -1\): \[ 4 - (-1)(-1 - 3) = 0. \] Simplifying gives \[ 4 - 4 = 0. \]