Section 2.1: Solving Quadratic Equations

Learning Outcomes

By the end of this section, you will be able to:

  • Factor a quadratic equation to solve it.
  • Use the square root property to solve a quadratic equation.
  • Use the Pythagorean Theorem and the square root property to find the unknown length of the side of a right triangle.
  • Complete the square to solve a quadratic equation.
  • Use the quadratic formula to solve a quadratic equation.
  • Use the discriminant to determine the number and type of solutions to a quadratic equation.

The left computer monitor in the image below is a 23.6-inch model and the one on the right is a 27-inch model. Proportionally, the monitors appear very similar. If there is a limited amount of space and we desire the largest monitor possible, how do we decide which one to choose? In this section, we will learn how to solve problems such as this using four different methods.

Two televisions side-by-side. The right television is slightly larger than the left.

Factoring and the Square Root Property

An equation containing a second-degree polynomial is called a quadratic equation. For example, equations such as [latex]2{x}^{2}+3x - 1=0[/latex] and [latex]{x}^{2}-4=0[/latex] are quadratic equations. They are used in countless ways in the fields of engineering, architecture, finance, biological science, and, of course, mathematics.

Often the easiest method of solving a quadratic equation is factoring. Factoring means finding expressions that can be multiplied together to give the expression on one side of the equation.

If a quadratic equation can be factored, it is written as a product of linear terms. Solving by factoring depends on the zero-product property which states that if [latex]a\cdot b=0[/latex], then [latex]a=0[/latex] or [latex]b=0[/latex], where a and b are real numbers or algebraic expressions. In other words, if the product of two numbers or two expressions equals zero, then one of the numbers or one of the expressions must equal zero because zero multiplied by anything equals zero.

Multiplying the factors expands the equation to a string of terms separated by plus or minus signs. So, in that sense, the operation of multiplication undoes the operation of factoring. For example, expand the factored expression [latex]\left(x - 2\right)\left(x+3\right)[/latex] by multiplying the two factors together.

[latex]\begin{array}{l}\left(x - 2\right)\left(x+3\right)\hfill&={x}^{2}+3x - 2x - 6\hfill \\ \hfill&={x}^{2}+x - 6\hfill \end{array}[/latex]

The product is a quadratic expression. Set equal to zero, [latex]{x}^{2}+x - 6=0[/latex] is a quadratic equation. If we were to factor the equation, we would get back the factors we multiplied.

The process of factoring a quadratic equation depends on the leading coefficient, whether it is 1 or another integer. We will look at both situations; but first, we want to confirm that the equation is written in standard form, [latex]a{x}^{2}+bx+c=0[/latex], where a, b, and c are real numbers and [latex]a\ne 0[/latex]. The equation [latex]{x}^{2}+x - 6=0[/latex] is in standard form.

We can use the zero-product property to solve quadratic equations in which we first have to factor out the greatest common factor (GCF), and for equations that have special factoring formulas as well, such as the difference of squares, both of which we will see later in this section.

A General Note: The Zero-Product Property and Quadratic Equations

The zero-product property states

[latex]\text{If }a\cdot b=0,\text{ then }a=0\text{ or }b=0[/latex],

where a and b are real numbers or algebraic expressions.

A quadratic equation is an equation containing a second-degree polynomial; for example

[latex]a{x}^{2}+bx+c=0[/latex]

where a, b, and c are real numbers, and [latex]a\ne 0[/latex]. It is in standard form.

Solving Quadratics with a Leading Coefficient of 1

In the quadratic equation [latex]{x}^{2}+x - 6=0[/latex], the leading coefficient, or the coefficient of [latex]{x}^{2}[/latex], is 1. We have one method of factoring quadratic equations in this form.

How To: Given a quadratic equation with the leading coefficient of 1, factor it

  1. Find two numbers whose product equals c and whose sum equals b.
  2. Use those numbers to write two factors of the form [latex]\left(x+k\right)\text{ or }\left(x-k\right)[/latex], where k is one of the numbers found in step 1. Use the numbers exactly as they are. In other words, if the two numbers are 1 and [latex]-2[/latex], the factors are [latex]\left(x+1\right)\left(x - 2\right)[/latex].
  3. Solve using the zero-product property by setting each factor equal to zero and solving for the variable.

Example 1: Factoring and Solving a Quadratic with Leading Coefficient of 1

Factor and solve the equation: [latex]{x}^{2}+x - 6=0[/latex].

Try It

Factor and solve the quadratic equation: [latex]{x}^{2}-5x - 6=0[/latex].

https://ohm.lumenlearning.com/multiembedq.php?id=2029&theme=oea&iframe_resize_id=mom1

Factoring by Grouping

Trinomials with leading coefficients other than 1 are slightly more complicated to factor. For these trinomials, we can factor by grouping by dividing the x term into the sum of two terms, factoring each portion of the expression separately, and then factoring out the GCF of the entire expression. The trinomial [latex]2{x}^{2}+5x+3[/latex] can be rewritten as [latex]\left(2x+3\right)\left(x+1\right)[/latex] using this process. We begin by rewriting the original expression as [latex]2{x}^{2}+2x+3x+3[/latex] and then factor each portion of the expression to obtain [latex]2x\left(x+1\right)+3\left(x+1\right)[/latex]. We then pull out the GCF of [latex]\left(x+1\right)[/latex] to find the factored expression.

A General Note: Factoring by Grouping

To factor a trinomial of the form [latex]a{x}^{2}+bx+c[/latex] by grouping, we find two numbers with a product of [latex]ac[/latex] and a sum of [latex]b[/latex]. We use these numbers to divide the [latex]x[/latex] term into the sum of two terms and factor each portion of the expression separately then factor out the GCF of the entire expression.

How To: Given a trinomial in the form [latex]a{x}^{2}+bx+c[/latex], factor by grouping

  1. List factors of [latex]ac[/latex].
  2. Find [latex]p[/latex] and [latex]q[/latex], a pair of factors of [latex]ac[/latex] with a sum of [latex]b[/latex].
  3. Rewrite the original expression as [latex]a{x}^{2}+px+qx+c[/latex].
  4. Pull out the GCF of [latex]a{x}^{2}+px[/latex].
  5. Pull out the GCF of [latex]qx+c[/latex].
  6. Factor out the GCF of the expression.

Example 2: Factoring a Trinomial by Grouping

Factor [latex]5{x}^{2}+7x - 6[/latex] by grouping.

Try It

Factor the following.

  1. [latex]2{x}^{2}+9x+9[/latex]
  2. [latex]6{x}^{2}+x - 1[/latex]

https://ohm.lumenlearning.com/multiembedq.php?id=7908&theme=oea&iframe_resize_id=mom3

Using the Square Root Property

When there is no linear term in the equation, another method of solving a quadratic equation is by using the square root property, in which we isolate the [latex]{x}^{2}[/latex] term and take the square root of the number on the other side of the equal sign. Keep in mind that sometimes we may have to manipulate the equation to isolate the [latex]{x}^{2}[/latex] term so that the square root property can be used.

A General Note: The Square Root Property

With the [latex]{x}^{2}[/latex] term isolated, the square root propty states that:

[latex]\text{if }{x}^{2}=k,\text{then }x=\pm \sqrt{k}[/latex]

where k is a nonzero real number.

How To: Given a quadratic equation with an [latex]{x}^{2}[/latex] term but no [latex]x[/latex] term, use the square root property to solve it

  1. Isolate the [latex]{x}^{2}[/latex] term on one side of the equal sign.
  2. Take the square root of both sides of the equation, putting a [latex]\pm [/latex] sign before the expression on the side opposite the squared term.
  3. Simplify the numbers on the side with the [latex]\pm [/latex] sign.

Example 3: Solving a Simple Quadratic Equation Using the Square Root Property

Solve the quadratic using the square root property: [latex]{x}^{2}=8[/latex].

Example 4: Solving a Quadratic Equation Using the Square Root Property

Solve the quadratic equation: [latex]\left(2x-1\right)^{2}-9=0[/latex]

Try It

Solve the quadratic equation using the square root property: [latex]3{\left(x - 4\right)}^{2}=15[/latex].

https://ohm.lumenlearning.com/multiembedq.php?id=29172&theme=oea&iframe_resize_id=mom3

Using the Pythagorean Theorem

One of the most famous formulas in mathematics is the Pythagorean Theorem. It is based on a right triangle and states the relationship among the lengths of the sides as [latex]{a}^{2}+{b}^{2}={c}^{2}[/latex], where [latex]a[/latex] and [latex]b[/latex] refer to the legs of a right triangle adjacent to the [latex]90^\circ [/latex] angle, and [latex]c[/latex] refers to the hypotenuse. It has immeasurable uses in architecture, engineering, the sciences, geometry, trigonometry, and algebra, and in everyday applications.

We use the Pythagorean Theorem to solve for the length of one side of a triangle when we have the lengths of the other two. Because each of the terms is squared in the theorem, when we are solving for a side of a triangle, we have a quadratic equation. We can use the methods for solving quadratic equations that we learned in this section to solve for the missing side.

The Pythagorean Theorem is given as

[latex]{a}^{2}+{b}^{2}={c}^{2}[/latex]

where [latex]a[/latex] and [latex]b[/latex] refer to the legs of a right triangle adjacent to the [latex]{90}^{\circ }[/latex] angle, and [latex]c[/latex] refers to the hypotenuse.

Right triangle with the base labeled: a, the height labeled: b, and the hypotenuse labeled: c

Example 5: Finding the Length of the Missing Side of a Right Triangle

Find the length of the missing side of the right triangle.

Right triangle with the base labeled: a, the height labeled: 4, and the hypotenuse labeled 12.

Try It

Use the Pythagorean Theorem to solve the right triangle problem: Leg a measures 4 units, leg b measures 3 units. Find the length of the hypotenuse.

https://ohm.lumenlearning.com/multiembedq.php?id=48710&theme=oea&iframe_resize_id=mom5

Completing the Square and the Quadratic Formula

Not all quadratic equations can be factored or can be solved in their original form using the square root property. In these cases, we may use a method for solving a quadratic equation known as completing the square. Using this method, we add or subtract terms to both sides of the equation until we have a perfect square trinomial on one side of the equal sign. We then apply the square root property. To complete the square, the leading coefficient, a, must equal 1. If it does not, then divide the entire equation by a. Then, we can use the following procedures to solve a quadratic equation by completing the square.

We will use the example [latex]{x}^{2}+4x+1=0[/latex] to illustrate each step.

  1. Given a quadratic equation that cannot be factored and with [latex]a=1[/latex], first add or subtract the constant term to the right sign of the equal sign.
    [latex]{x}^{2}+4x=-1[/latex]
  2. Multiply the b term by [latex]\frac{1}{2}[/latex] and square it.
    [latex]\begin{array}{l}\frac{1}{2}\left(4\right)=2\hfill \\ {2}^{2}=4\hfill \end{array}[/latex]
  3. Add [latex]{\left(\frac{1}{2}b\right)}^{2}[/latex] to both sides of the equal sign and simplify the right side. We have
    [latex]\begin{array}{l}{x}^{2}+4x+4=-1+4\hfill \\ {x}^{2}+4x+4=3\hfill \end{array}[/latex]
  4. The left side of the equation can now be factored as a perfect square.
    [latex]\begin{array}{l}{x}^{2}+4x+4=3\hfill \\ {\left(x+2\right)}^{2}=3\hfill \end{array}[/latex]
  5. Use the square root property and solve.
    [latex]\begin{array}{l}\sqrt{{\left(x+2\right)}^{2}}=\pm \sqrt{3}\hfill \\ x+2=\pm \sqrt{3}\hfill \\ x=-2\pm \sqrt{3}\hfill \end{array}[/latex]
  6. The solutions are [latex]x=-2+\sqrt{3}[/latex], [latex]x=-2-\sqrt{3}[/latex].

Example 6: Solving a Quadratic by Completing the Square

Solve the quadratic equation by completing the square: [latex]{x}^{2}-3x - 5=0[/latex].

Try It

Solve by completing the square: [latex]{x}^{2}-6x=13[/latex].

https://ohm.lumenlearning.com/multiembedq.php?id=1384&theme=oea&iframe_resize_id=mom1

https://ohm.lumenlearning.com/multiembedq.php?id=79619&theme=oea&iframe_resize_id=mom2

Using the Quadratic Formula

The fourth method of solving a quadratic equation is by using the quadratic formula, a formula that will solve all quadratic equations. Although the quadratic formula works on any quadratic equation in standard form, it is easy to make errors in substituting the values into the formula. Pay close attention when substituting, and use parentheses when inserting a negative number.

We can derive the quadratic formula by completing the square. We will assume that the leading coefficient is positive; if it is negative, we can multiply the equation by [latex]-1[/latex] and obtain a positive a. Given [latex]a{x}^{2}+bx+c=0[/latex], [latex]a\ne 0[/latex], we will complete the square as follows:

  1. First, move the constant term to the right side of the equal sign:
    [latex]a{x}^{2}+bx=-c[/latex]
  2. As we want the leading coefficient to equal 1, divide through by a:
    [latex]{x}^{2}+\frac{b}{a}x=-\frac{c}{a}[/latex]
  3. Then, find [latex]\frac{1}{2}[/latex] of the middle term, and add [latex]{\left(\frac{1}{2}\frac{b}{a}\right)}^{2}=\frac{{b}^{2}}{4{a}^{2}}[/latex] to both sides of the equal sign:
    [latex]{x}^{2}+\frac{b}{a}x+\frac{{b}^{2}}{4{a}^{2}}=\frac{{b}^{2}}{4{a}^{2}}-\frac{c}{a}[/latex]
  4. Next, write the left side as a perfect square. Find the common denominator of the right side and write it as a single fraction:
    [latex]{\left(x+\frac{b}{2a}\right)}^{2}=\frac{{b}^{2}-4ac}{4{a}^{2}}[/latex]
  5. Now, use the square root property, which gives
    [latex]\begin{array}{l}x+\frac{b}{2a}=\pm \sqrt{\frac{{b}^{2}-4ac}{4{a}^{2}}}\hfill \\ x+\frac{b}{2a}=\frac{\pm \sqrt{{b}^{2}-4ac}}{2a}\hfill \end{array}[/latex]
  6. Finally, add [latex]-\frac{b}{2a}[/latex] to both sides of the equation and combine the terms on the right side. Thus,
    [latex]x=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a}[/latex]

A General Note: The Quadratic Formula

Written in standard form, [latex]a{x}^{2}+bx+c=0[/latex], any quadratic equation can be solved using the quadratic formula:

[latex]x=\frac{-b\pm \sqrt{{b}^{2}-4ac}}{2a}[/latex]

where a, b, and c are real numbers and [latex]a\ne 0[/latex].

How To: Given a quadratic equation, solve it using the quadratic formula

  1. Make sure the equation is in standard form: [latex]a{x}^{2}+bx+c=0[/latex].
  2. Make note of the values of the coefficients and constant term, [latex]a,b[/latex], and [latex]c[/latex].
  3. Carefully substitute the values noted in step 2 into the equation. To avoid needless errors, use parentheses around each number input into the formula.
  4. Calculate and solve.

Example 7: Solve the Quadratic Equation Using the Quadratic Formula

Solve the quadratic equation: [latex]{x}^{2}+5x+1=0[/latex].

Example 8: Solving a Quadratic Equation with the Quadratic Formula

Use the quadratic formula to solve [latex]{x}^{2}+x+2=0[/latex].

Notice they are written in standard form of a complex number. When a solution is a complex number, you must separate the real part from the imaginary part and write it in standard form.

Try It

Solve the quadratic equation using the quadratic formula: [latex]9{x}^{2}+3x - 2=0[/latex].

https://ohm.lumenlearning.com/multiembedq.php?id=4014&theme=oea&iframe_resize_id=mom3

https://ohm.lumenlearning.com/multiembedq.php?id=35639&theme=oea&iframe_resize_id=mom4

The Discriminant

The quadratic formula not only generates the solutions to a quadratic equation, it tells us about the nature of the solutions when we consider the discriminant, or the expression under the radical, [latex]{b}^{2}-4ac[/latex]. The discriminant tells us whether the solutions are real numbers or complex numbers as well as how many solutions of each type to expect. The table below relates the value of the discriminant to the solutions of a quadratic equation.

Value of Discriminant Results
[latex]{b}^{2}-4ac=0[/latex] One rational solution (double solution)
[latex]{b}^{2}-4ac>0[/latex], perfect square Two rational solutions
[latex]{b}^{2}-4ac>0[/latex], not a perfect square Two irrational solutions
[latex]{b}^{2}-4ac<0[/latex] Two complex solutions

A General Note: The Discriminant

For [latex]a{x}^{2}+bx+c=0[/latex], where [latex]a[/latex], [latex]b[/latex], and [latex]c[/latex] are real numbers, the discriminant is the expression under the radical in the quadratic formula: [latex]{b}^{2}-4ac[/latex]. It tells us whether the solutions are real numbers or complex numbers and how many solutions of each type to expect.

Example 9: Using the Discriminant to Find the Nature of the Solutions to a Quadratic Equation

Use the discriminant to find the nature of the solutions to the following quadratic equations:

  1. [latex]{x}^{2}+4x+4=0[/latex]
  2. [latex]8{x}^{2}+14x+3=0[/latex]
  3. [latex]3{x}^{2}-5x - 2=0[/latex]
  4. [latex]3{x}^{2}-10x+15=0[/latex]

Key Concepts

  • Many quadratic equations can be solved by factoring when the equation has a leading coefficient of 1 or if the equation is a difference of squares. The zero-factor property is then used to find solutions.
  • Many quadratic equations with a leading coefficient other than 1 can be solved by factoring using the grouping method.
  • Another method for solving quadratics is the square root property. The variable is squared. We isolate the squared term and take the square root of both sides of the equation. The solution will yield a positive and negative solution.
  • Completing the square is a method of solving quadratic equations when the equation cannot be factored.
  • A highly dependable method for solving quadratic equations is the quadratic formula based on the coefficients and the constant term in the equation.
  • The discriminant is used to indicate the nature of the solutions that the quadratic equation will yield: real or complex, rational or irrational, and how many of each.
  • The Pythagorean Theorem, among the most famous theorems in history, is used to solve right-triangle problems and has applications in numerous fields. Solving for the length of one side of a right triangle requires solving a quadratic equation.

Glossary

completing the square
a process for solving quadratic equations in which terms are added to or subtracted from both sides of the equation in order to make one side a perfect square
discriminant
the expression under the radical in the quadratic formula that indicates the nature of the solutions, real or complex, rational or irrational, single or double roots.
Pythagorean Theorem
a theorem that states the relationship among the lengths of the sides of a right triangle, used to solve right triangle problems
quadratic equation
an equation containing a second-degree polynomial; can be solved using multiple methods
quadratic formula
a formula that will solve all quadratic equations
square root property
one of the methods used to solve a quadratic equation in which the [latex]{x}^{2}[/latex] term is isolated so that the square root of both sides of the equation can be taken to solve for x
zero-product property
the property that formally states that multiplication by zero is zero so that each factor of a quadratic equation can be set equal to zero to solve equations

 

Section 2.1 Homework Exercises

1. How do we recognize when an equation is quadratic?

2. When we solve a quadratic equation, how many solutions should we always start seeking out? Explain why when solving a quadratic equation in the form [latex]ax^{2}+bx+c=0[/latex] we may graph the equation [latex]\text{ }y=ax^{2}+bx+c[/latex] and have no zeroes ([latex]x[/latex]-intercepts).

3. When we solve a quadratic equation by factoring, why do we move all terms to one side, having zero on the other side?

4. In the quadratic formula, what is the name of the expression under the radical sign [latex]\text{ }b^{2}-4ac[/latex], and how does it determine the number of and nature of our solutions?

5. Describe two scenarios where using the square root property to solve a quadratic equation would be the most efficient method.

For the following exercises, solve the quadratic equation by factoring.

6. [latex]\text{ }x^{2}-4x-21=0[/latex]

7. [latex]\text{ }x^{2}-9x+18=0[/latex]

8. [latex]\text{ }2x^{2}+9x-5=0[/latex]

9. [latex]\text{ }6x^{2}+17x+5=0[/latex]

10. [latex]\text{ }4x^{2}-12x+8=0[/latex]

11. [latex]\text{ }3x^{2}-75=0[/latex]

12. [latex]\text{ }8x^{2}+6x-9=0[/latex]

13. [latex]\text{ }4x^{2}=9[/latex]

14. [latex]\text{ }2x^{2}+14x=36[/latex]

15. [latex]\text{ }5x^{2}=5x+30[/latex]

16. [latex]\text{ }4x^{2}=5x[/latex]

17. [latex]\text{ }7x^{2}+3x=0[/latex]

18. [latex]\text{ }\dfrac{x}{3}-\dfrac{9}{x}=2[/latex]

For the following exercises, solve the quadratic equation by using the square root property.

19. [latex]\text{ }x^{2}=36[/latex]

20. [latex]\text{ }x^{2}=49[/latex]

21. [latex]\text{ }(x-1)^{2}=25[/latex]

22. [latex]\text{ }(x-3)^{2}=7[/latex]

23. [latex]\text{ }(2x+1)^{2}=9[/latex]

24. [latex]\text{ }(x-5)^{2}=4[/latex]

For the following exercises, solve the quadratic equation by completing the square. Show each step.

25. [latex]\text{ }x^{2}-9x-22=0[/latex]

26. [latex]\text{ }2x^{2}-8x-5=0[/latex]

27. [latex]\text{ }x^{2}-6x=13[/latex]

28. [latex]\text{ }x^{2}+\dfrac{2}{3}x-\dfrac{1}{3}=0[/latex]

29. [latex]\text{ }2+z=6z^{2}[/latex]

30. [latex]\text{ }6p^{2}+7p-20=0[/latex]

31. [latex]\text{ }2x^{2}-3x-1=0[/latex]

For the following exercises, determine the discriminant, and then state how many solutions there are and the nature of the solutions. Do not solve.

32. [latex]\text{ }2x^{2}-6x+7=0[/latex]

33. [latex]\text{ }x^{2}+4x+7=0[/latex]

34. [latex]\text{ }3x^{2}+5x-8=0[/latex]

35. [latex]\text{ }9x^{2}-30x+25=0[/latex]

36. [latex]\text{ }2x^{2}-3x-7=0[/latex]

37. [latex]\text{ }6x^{2}-x-2=0[/latex]

For the following exercises, solve the quadratic equation by using the quadratic formula. If the solutions are not real, state No Real Solution.

38. [latex]\text{ }2x^{2}+5x+3=0[/latex]

39. [latex]\text{ }x^{2}+x=4[/latex]

40. [latex]\text{ }2x^{2}-8x-5=0[/latex]

41. [latex]\text{ }3x^{2}-5x+1=0[/latex]

42. [latex]\text{ }x^{2}+4x+2=0[/latex]

43. [latex]\text{ }4+\dfrac{1}{x}-\dfrac{1}{x^{2}}=0[/latex]

44. [latex]\text{ }x+\dfrac{4}{x}+6=0[/latex]

45. Beginning with the general form of the quadratic equation [latex]\text{ }ax^{2}+bx+c=0[/latex], solve for x by using the completing the square method, thus deriving the quadratic formula.

46. Show that the sum of the two solutions to the quadratic formula is [latex]-\dfrac{b}{a}[/latex].

47. A person has a garden that has a length 10 feet longer than the width. Set up a quadratic equation to find the dimensions of the garden if its area is [latex]119 ft^{2}[/latex]. Solve the quadratic equation to find the length and width.

48. Abercrombie and Fitch stock had a price given as [latex]P=0.2t^{2}-5.6t+50.2[/latex], where [latex]t[/latex] is the time in months from 1999 to 2001. ([latex]t=1[/latex] is January 1999). Find the two months in which the price of the stock was $30.

49. Suppose that an equation is given [latex]p=-2x^{2}+280x-1000[/latex], where [latex]x[/latex] represents the number of items sold at an auction and [latex]p[/latex] is the profit made by the business that ran the auction. How many items solve would make this profit a maximum? Solve this by graphing the expression in your graphing utility and finding the maximum using 2nd CALC maximum. To obtain a good window for the curve, set [latex]x[/latex] [0,200] and [latex]y[/latex] [0,10000].

50. A formula for the normal systolic blood pressure for a man age A, measured in mmHg, is given as [latex]P=0.006A^{2}-0.02A+120[/latex]. Find the age to the nearest year of a man whose normal blood pressure measures 125 mmHg.

51. The cost function for a certain company is [latex]C=60x+300[/latex] and the revenue is given by [latex]R=100x-0.5x^{2}[/latex]. Recall the the profit is revenue minus cost. Set up a quadratic equation and find two values of [latex]x[/latex] (production level) that will create a profit of $300.

52. A falling object travels a distance given by the formula [latex]d=5t+16t^{2}[/latex] ft, where [latex]t[/latex] is measured in seconds. How long will it take for the object to travel 74 ft?

53. A vacanot lot is being converted into a community garden. The garden and walkway around its perimeter have an area of [latex]378\text{ }ft^{2}[/latex]. Find the width of the walkway if the garden is [latex]12ft[/latex] wide by [latex]15ft[/latex] long.
Garden with walkway border.

54. An epidemiological study of the spread of a certain influenza strain that hit a small school population found that the total number of students, P, who contracted the flu [latex]t[/latex] days after it broke out is given by the model [latex]P=-t^{2}+13t+130[/latex], where [latex]1<=t<=6[/latex]. Find the day that 160 students had the flu. Recall that the restriction on [latex]t[/latex] is at most 6.