/*! 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 57 Find the real solutions of each ... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Find the real solutions of each equation. $$ x+\sqrt{x}=20 $$

Short Answer

Expert verified
The real solution is \( x = 16 \).

Step by step solution

01

Isolate the Square Root Term

Subtract \(x\) from both sides of the equation to isolate the square root term: \[ x + \sqrt{x} = 20 \implies \sqrt{x} = 20 - x \]
02

Square Both Sides

Square both sides of the equation to eliminate the square root: \[ (\sqrt{x})^2 = (20 - x)^2 \implies x = (20 - x)^2 \]
03

Expand and Simplify

Expand the right-hand side and simplify: \[ x = 400 - 40x + x^2 \] Move all terms to one side to form a quadratic equation: \[ x^2 - 41x + 400 = 0 \]
04

Solve the Quadratic Equation

Use the quadratic formula \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\), where \(a = 1\), \(b = -41\), and \(c = 400\): \[ x = \frac{41 \pm \sqrt{41^2 - 4 \times 1 \times 400}}{2 \times 1} \] Calculate the discriminant: \[ 41^2 - 4 \times 1 \times 400 = 1681 - 1600 = 81 \] So, the solutions are: \[ x = \frac{41 \pm 9}{2} \] Which gives: \[ x = 25 \] and \[ x = 16 \]
05

Verify the Solutions

Substitute both potential solutions back into the original equation to ensure they satisfy it: For \(x = 25\), \[25 + \sqrt{25} = 25 + 5 = 30 \text{ (Not a valid solution)} \] For \(x = 16\), \[16 + \sqrt{16} = 16 + 4 = 20 \text{ (Valid solution)} \]

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.

Isolating Terms
When solving equations, one of the crucial steps is isolating the terms. This means you want to get the term with the variable you are solving for by itself on one side of the equation.
In the given problem, we start with the equation: \[ x + \sqrt{x} = 20 \]The goal is to isolate the square root term. By subtracting \(x\) from both sides, we achieve this: \[ \sqrt{x} = 20 - x \]
Isolating terms simplifies the equation and makes the next steps more manageable.
Quadratic Formula
The quadratic formula is a powerful tool used to solve quadratic equations of the form \(ax^2 + bx + c = 0\). The general form of the quadratic formula is: \[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]In the problem, after isolating and squaring the terms, we get a quadratic equation: \[ x^2 - 41x + 400 = 0 \]Here, \(a = 1\), \(b = -41\), and \(c = 400\). We plug these values into the quadratic formula: \[ x = \frac{41 \pm \sqrt{41^2 - 4 \times 1 \times 400}}{2 \times 1} \]The discriminant (the part under the square root) will help us determine if there are real solutions: \[ 41^2 - 4 \times 1 \times 400 = 1681 - 1600 = 81 \]Since the discriminant is positive, we have two real solutions. These solutions are: \[ x = \frac{41 + 9}{2} = 25 \] and \[ x = \frac{41 - 9}{2} = 16 \]
Real Solutions
Once we have potential solutions, it's essential to verify if they are real and valid.
We found two potential solutions from the quadratic formula: \(x = 25\) and \(x = 16\).
To verify, we substitute these back into the original equation to check if they work: \[ 25 + \sqrt{25} = 25 + 5 = 30 \quad \text{(Not a valid solution)} \] \[ 16 + \sqrt{16} = 16 + 4 = 20 \quad \text{(Valid solution)} \] Hence, the only **real solution** to the original equation \(x + \sqrt{x} = 20\) is \(x = 16\).

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

Find the real solutions, if any, of each equation. Use any method. $$ x^{2}-5=0 $$

On a recent flight from Phoenix to Kansas City, a distance of 919 nautical miles, the plane arrived 20 minutes early. On leaving the aircraft, I asked the captain, "What was our tail wind?" He replied,"I don't know, but our ground speed was 550 knots." Has enough information been provided for you to find the tail wind? If possible, find the tail wind. \((1 \mathrm{knot}=1\) nautical mile per hour)

Find the real solutions, if any, of each equation. $$ 3 m^{2}+6 m=-1 $$

The distance to the surface of the water in a well can sometimes be found by dropping an object into the well and measuring the time elapsed until a sound is heard. If \(t_{1}\) is the time (measured in seconds) that it takes for the object to strike the water, then \(t_{1}\) will obey the equation \(s=16 t_{1}^{2}\), where \(s\) is the distance (measured in feet). It follows that \(t_{1}=\frac{\sqrt{s}}{4}\). Suppose that \(t_{2}\) is the time that it takes for the sound of the impact to reach your ears. Because sound waves are known to travel at a speed of approximately 1100 feet per second, the time \(t_{2}\) to travel the distance \(s\) will be \(t_{2}=\frac{s}{1100} .\) See the illustration. Now \(t_{1}+t_{2}\) is the total time that elapses from the moment that the object is dropped to the moment that a sound is heard. We have the equation $$ \text { Total time elapsed }=\frac{\sqrt{s}}{4}+\frac{s}{1100} $$ Find the distance to the water's surface if the total time elapsed from dropping a rock to hearing it hit water is 4 seconds.

Find the real solutions, if any, of each equation. $$ 3 x^{2}+7 x-20=0 $$

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.