The easy way. Examples and practice problems. All that you do is...| Math Warehouse (2024)

The goal of this web page is to explain how to complete the square, how the formula works and provide lots of practice problems.
On a different page, we have a completing the square calculator which does all the work for this topic. You just enter the quadratic.

What does "completing the square" do for us?

It gives us a way to find the last term of a perfect square trinomial.

Okay, what is a "perfect square trinomial"??

A perfect square trinomial is a polynomial that you get by squaring a binomial. (binomials are things like 'x + 3' or 'x − 5').

Examples of perfect square trinomials

  • $$ x^2 + 2x + 1$$ This is a perfect square trinomial because it equals $$(x + 1)^2$$.
  • $$x^2 + 4x + 4$$ This is a perfect square trinomial because it equals $$(x + 2)^2$$.
  • $$x ^2 + 6x + 9 $$ This is a perfect square trinomial because it equals $$(x + 3)^2$$.

Non Examples

These are NOT perfect square trinomials.

  • $$x ^2 + 3x + 2 $$ This is not a perfect square trinomial because it equals $$ (x + 1)(x + 2) $$.
  • $$x ^2 + 7x + 10 $$ This is not a perfect square trinomial because it equals $$ (x + 2)(x + 5) $$.
  • $$ x ^2 - 9$$ This is not a perfect square trinomial because it equals $$ (x \red{+} 3) (x \red{-} 3) $$.

So, what does it really do for us?

Before we look at the answer, let's first examine the three equations below. How would you solve each one?

Equation 1

$$ x^2 = 25 $$

$$\sqrt{x^2} = \sqrt{25} \\ x = \pm 5 $$

Equation 2

$$ (x + 1) ^2 = 36 $$

$$\sqrt{(x + 1)^2} = \sqrt{36} \\ x + 1= \pm 6 \\ x = 5 \text{ or }-7 $$

Equation 3

$$ x^2 +10x = 24 $$

The easy way. Examples and practice problems. All that you do is...| Math Warehouse (1)

The rest of this web page will try to show you how to complete the square.

Now, you might be saying to yourself that $$ x^2 + 10x = 24 $$ could easily be solved without any fancy new methods. (You could easily factor it, for instance.)
And, this of course is true. However, it turns out there are times when completing the square comes in very handy and will help you do a variety of things including convert the equations of circles, hyperbolas, ellipses into forms that make it much easier to work with these shapes.

If you haven't heard of these conic sections yet,don't worry about it. But, trust us, completing the square can come in very handy and can make your life much easier when you have to deal with certain types of equations.

Formula for Completing the Square

To best understand the formula and logic behind completing the square, look at each example below and you should see the pattern that occurs whenever you square a binomial to produce a perfect square trinomial.

The easy way. Examples and practice problems. All that you do is...| Math Warehouse (2)

Practice Problems

Directions Find the missing value to complete the square.

Problem 1

$$x^2 + \red{16}x + \blacksquare $$

Step 1

Divide the middle term by 2.

$$ \\ \frac{ \red{16} }{ \color{green}{2} }= \blue{8} $$

Step 2

Then square the result.

$$ \blue{8}^2 = 64 $$

Step 3

Final Answer! : $$ x^2 + \red{16}x + 64 $$

You can always check your work by seeing by foiling the answer to step 2 and seeing if you get the correct result.

$$ (x+ \blue{8}) = x^2 + \red{16}x + 64 $$.

Problem 2

$$x^2 + \red{20}x + \blacksquare $$

Step 1

Divide the middle term by 2.

$$ \\ \frac{ \red{20} }{ \color{green}{2} }= \blue{10} $$

Step 3

Final Answer! : $$ x^2 + \red{20}x + 100 $$

You can always check your work by seeing by foiling the answer to step 2 and seeing if you get the correct result.

$$ (x+ \blue{ 10 }) =x^2 + \red{20}x + 100 $$.

Problem 3

$$ x^2 + \red{18}x + \blacksquare $$

Step 1

Divide the middle term by 2.

$$ \\ \frac{ \red{18} }{ \color{green}{2} }= \blue{9} $$

Step 2

Then square the result.

$$ \blue{9}^2 = 81 $$

Step 3

Final Answer!: $$ x^2 + \red{18}x + 81 $$.

You can always check your work by seeing by foiling the answer to step 2 and seeing if you get the correct result.

$$ (x+ \blue{ 9 }) =x^2 + \red{18}x + 81 $$.

Problem 4

$$x^2 + \red{5}x + \blacksquare $$

Step 1

Divide the middle term by 2.

$$ \\ \frac{ \red{5} }{ \color{green}{2} }= \blue{ \frac{5}{2} } $$

Step 2

Then square the result.

$$ \left(\blue{\frac{5}{2}} \right)^2 = \frac{25}{4} $$

Step 3

Final Answer!: $$ x^2 + \red{5}x + \frac{25}{4} $$.

You can always check your work by seeing by foiling the answer to step 2 and seeing if you get the correct result.

$$ (x+ \blue{ \frac{5}{2} }) = x^2 + \red{5}x + \frac{25}{4} $$

Problem 5

$$ x^2 + \red{7}x + \blacksquare $$

Step 1

Divide the middle term by 2.

$$ \\ \frac{ \red{7} }{ \color{green}{2} }= \blue{ \frac{7}{2} } $$

Step 2

Then square the result.

$$ \left(\blue{\frac{7}{2}} \right)^2 = \frac{49}{4} $$

Step 3

Final Answer!: $$ x^2 + \red{7}x + \frac{49}{4} $$.

You can always check your work by seeing by foiling the answer to step 2 and seeing if you get the correct result.

$$ (x+ \blue{ \frac{7}{2} }) =x^2 + \red{7}x + \frac{49}{4} $$.

II. Completing Square when a is not 1

What about $$ \blue{3}x^2+18x $$, what then ?

The easy way. Examples and practice problems. All that you do is...| Math Warehouse (3)

Practice Problems

Problem 6

$$ 2x^2 + 12x + \blacksquare $$

Step 1

Factor out any common factors.

$$ \red{2} (\color{darkgreen}{x^2 + 6x}) $$

Step 2

Divide the middle term by 2 then square it (like in the first set of practice problems.

$$ \frac{ 6}{ 2} = 3 \\ 3^2 = 9 $$

Step 3

Substitute into equation and distribute.

$$ \red{2} (x^2 + 6x + 9) \\ \red{2} x^2 + \red{2} \cdot 6x + \red{2} \cdot 9 \\ 2x^2 + 12x + 18 $$

Problem 7

$$ 3x^2 + 36x + \blacksquare $$

Step 1

Factor out any common factors.

$$ \red{3} (\color{darkgreen}{x^2 + 12x}) $$

Step 2

Divide the middle term by 2 then square it (like in the first set of practice problems.

$$ \frac{ 12}{ 2} = 6 \\ 6^2 = 36 $$

Step 3

Substitute into equation and distribute.

$$ \red{3} (x^2 + 12x + 36) \\ \red{3} x^2 + \red{3} \cdot 12x + \red{3} \cdot 36 \\ 3x^2 + 36x + 108 $$

Problem 8

$$ 5x^2 + 20x + \blacksquare $$

Step 1

Factor out any common factors.

$$ \red{5} (\color{green}{x^2 + 4x}) $$

Step 2

Divide the middle term by 2 then square it (like in the first set of practice problems.

$$ \frac{ 4}{ 2} = 2 \\ 2^2 = 4 $$

Step 3

Substitute into equation and distribute.

$$ \red{5} (x^2 + 4x + 4) \\ \red{5} x^2 + \red{5} \cdot 4x + \red{5} \cdot 4 \\ 5x^2 + 20x + 20 $$

The easy way. Examples and practice problems. All that you do is...| Math Warehouse (4)

The next problems are quite challenging, good luck!

Problem 9

$$ 2ax^2 + 12ax + \blacksquare $$

Step 1

Factor out any common factors.

$$ \red{2a} (\color{darkgreen}{x^2 + 6x}) $$

Step 2

Divide the middle term by 2 then square it (like in the first set of practice problems.

$$ \frac{ 6}{ 2} = 3 \\ 3^2 = 9 $$

Step 3

Substitute into equation and distribute.

$$ \red{2a} (x^2 + 6x + 9) \\ \red{2a} x^2 + \red{2a} \cdot 6x + \red{2a} \cdot 9 \\ 2ax^2 + 12ax + 18a $$

Problem 10

$$ 3x^3 + 18x^2 + \blacksquare $$

Step 1

Factor out any common factors.

$$ \red{3x} (\color{darkgreen}{x^2 + 6x}) $$

Step 2

Divide the middle term by 2 then square it (like in the first set of practice problems.

$$ \frac{ 6}{ 2} = 3 \\ 3^2 = 9 $$

Step 3

Substitute into equation and distribute.

$$ \red{3x} (x^2 + 6x + 9) \\ \red{3x} \cdot x^2 + \red{3x} \cdot 6x + \red{3x} \cdot 9 \\ 3x^3 + 18x^2 + 27x $$

Problem 11

$ 4x^3 + 2x^2 + \blacksquare $

Step 1

Factor out any common factors.

$$ \red{4x} (\color{darkgreen}{x^2 + \frac{1}{2}x}) $$

Step 2

Divide the middle term by 2 then square it (like in the first set of practice problems.

$$ \frac{1}{2} \div 2 = \frac{1}{4} \\ \left(\frac{1}{4} \right)^2 = \frac{1}{16} $$

Step 3

Substitute into equation and distribute.

$$ \red{4x} (x^2 + \frac{1}{2}x + \frac{1}{16}) \\ \red{4x} \cdot x^2 + \red{4x} \cdot \frac{1}{2}x+ \red{4x} \cdot \frac{1}{16} \\ 4x^3 + 2x^2 + \frac{4}{16} x \\ 4x^3 + 2x^2 + \frac{1}{4} x $$

Worksheet on Completing the Square

Completing Square Calculator

The easy way. Examples and practice problems. All that you do is...| Math Warehouse (2024)

FAQs

What is the easiest way to solve math problems? ›

  • Read and Understand the Problem. The first step in solving any math problem is understanding what the problem is asking. ...
  • Create a Plan. Once you understand the problem, the next step is to create a plan. ...
  • Use Visual Aids. ...
  • Practice Estimation. ...
  • Check Your Work. ...
  • Use the Order of Operations. ...
  • Keep It Simple. ...
  • Learn by Doing.
Feb 2, 2023

Where can I practice math questions? ›

Khan Academy's practice questions are 100% free—with no ads or subscriptions.

What are the 7 math problems no one can solve? ›

Clay “to increase and disseminate mathematical knowledge.” The seven problems, which were announced in 2000, are the Riemann hypothesis, P versus NP problem, Birch and Swinnerton-Dyer conjecture, Hodge conjecture, Navier-Stokes equation, Yang-Mills theory, and Poincaré conjecture.

How to solve math fast? ›

6 Mental Math Strategies | Tips and Tricks for Students
  1. Rounding up to the nearest ten. ...
  2. Work from left to right. ...
  3. Use multiplication hacks. ...
  4. Bump the decimal over to easily find a percentage. ...
  5. Make guesstimates. ...
  6. Break down the problem.
Nov 9, 2020

How to learn math fast and easy? ›

You need to practice every day if you want to score good! Instead of scoring good marks, understand the concepts clear, write down the formulaes, practice the formula daily, and then you can see the results!! So there is just one thing you can do to learn Maths faster, practice it daily at least half an hr to one hr!!

What is the hardest math problem? ›

The Goldbach conjecture is one of the most famous unresolved questions in number theory and mathematics. It suggests that every even natural number greater than 2 can be represented as the sum of two prime numbers. The conjecture was first proposed by Christian Goldbach in a letter to Leonhard Euler on June 7, 1742.

How can I practice math test? ›

Preparing for Tests and Exams : sub-module 2 of 2 of Study strategies module
  1. Do lots of practice problems. ...
  2. Make a reference sheet that summarizes the important concepts covered in a chapter or unit. ...
  3. Create a formula sheet. ...
  4. Fill in knowledge gaps. ...
  5. Review your test after it is marked. ...
  6. Get help if you need it.
Jul 4, 2024

How can I practice math for free? ›

Created by experts, Khan Academy's library of trusted, standards-aligned practice and lessons covers math K-12 through early college, grammar, science, history, AP®, SAT®, and more. It's all free for learners and teachers.

What is the best website to solve math problems? ›

  • Mathway. Mathway calculator is a smart math problem solver which gives you a step by step solution to a math problem. ...
  • Photomath. It is a smartphone application which is also known as a camera calculator. ...
  • Microsoft Math Solver. ...
  • Cymath. ...
  • Snapcalc. ...
  • Quick Math. ...
  • Symbolab. ...
  • Chegg Math Solver.
Jan 24, 2024

How to solve equations step by step? ›

The following steps provide a good method to use when solving linear equations.
  1. Simplify each side of the equation by removing parentheses and combining like terms.
  2. Use addition or subtraction to isolate the variable term on one side of the equation.
  3. Use multiplication or division to solve for the variable.

What is the easiest way to solve a problem? ›

Six step guide to help you solve problems
  • Step 1: Identify and define the problem. State the problem as clearly as possible. ...
  • Step 2: Generate possible solutions. ...
  • Step 3: Evaluate alternatives. ...
  • Step 4: Decide on a solution. ...
  • Step 5: Implement the solution. ...
  • Step 6: Evaluate the outcome.

What are the 5 problem solving methods? ›

Identify, analyze, resolve, execute, evaluate
  • Step 1: Identify. Identifying the problem may be simple, or it could be a detailed cognitive process that breaks the issue into manageable components. ...
  • Step 2: Analyze. Consider underlying factors and devise strategies. ...
  • Step 3: Resolve. ...
  • Step 4: Execute. ...
  • Step 5: Evaluate.
Aug 31, 2023

What is the quickest way to solve a problem? ›

Top tips for effective problem solving
  • Keep calm – don't panic! ...
  • Avoid jumping to conclusions. ...
  • Write it down. ...
  • Break it down. ...
  • Try different approaches. ...
  • Use appropriate tools and techniques. ...
  • Consider different perspectives. ...
  • Talk about it.

What is the easiest way to solve equations? ›

The following steps provide a good method to use when solving linear equations.
  1. Simplify each side of the equation by removing parentheses and combining like terms.
  2. Use addition or subtraction to isolate the variable term on one side of the equation.
  3. Use multiplication or division to solve for the variable.

What is the simplest math problem? ›

3x+1 popularly called the Collatz conjecture is the simplest math problem no one can solve. Even though it's easy for almost anyone to understand it's also at the same time impossible to solve. It's was named after Lothar Collatz in 1973.

How to do the Trachtenberg method? ›

Rule:
  1. Double each digit.
  2. Add half of its neighbor to the right (dropping decimals, if any). The neighbor of the units position is 0.
  3. If the base-digit is even add 0 otherwise add 5.
  4. Add in any carryover from the previous step.

Top Articles
What Is SAP S/4HANA?
Reed Egan Funeral Home Obituaries
Craigslist Campers Greenville Sc
Comforting Nectar Bee Swarm
Zitobox 5000 Free Coins 2023
Bellinghamcraigslist
The Idol - watch tv show streaming online
Mail Healthcare Uiowa
Okatee River Farms
Flat Twist Near Me
Sams Gas Price Fairview Heights Il
Bernie Platt, former Cherry Hill mayor and funeral home magnate, has died at 90
Alaska: Lockruf der Wildnis
Craigslist Deming
The Banshees Of Inisherin Showtimes Near Regal Thornton Place
Simplify: r^4+r^3-7r^2-r+6=0 Tiger Algebra Solver
Webcentral Cuny
Everything We Know About Gladiator 2
Jayah And Kimora Phone Number
Ms Rabbit 305
Apply for a credit card
Faurot Field Virtual Seating Chart
Craigslist Lewes Delaware
67-72 Chevy Truck Parts Craigslist
Boston Dynamics’ new humanoid moves like no robot you’ve ever seen
What Time Does Walmart Auto Center Open
Sessional Dates U Of T
Is Poke Healthy? Benefits, Risks, and Tips
Lacey Costco Gas Price
12657 Uline Way Kenosha Wi
Barbie Showtimes Near Lucas Cinemas Albertville
My Dog Ate A 5Mg Flexeril
3473372961
Basil Martusevich
Http://N14.Ultipro.com
Human Unitec International Inc (HMNU) Stock Price History Chart & Technical Analysis Graph - TipRanks.com
Truckers Report Forums
#1 | Rottweiler Puppies For Sale In New York | Uptown
Imperialism Flocabulary Quiz Answers
Domina Scarlett Ct
Why Gas Prices Are So High (Published 2022)
8005607994
Cheetah Pitbull For Sale
Daly City Building Division
Frommer's Philadelphia & the Amish Country (2007) (Frommer's Complete) - PDF Free Download
Sour OG is a chill recreational strain -- just have healthy snacks nearby (cannabis review)
Scythe Banned Combos
What is a lifetime maximum benefit? | healthinsurance.org
18443168434
Diesel Technician/Mechanic III - Entry Level - transportation - job employment - craigslist
Home | General Store and Gas Station | Cressman's General Store | California
Optimal Perks Rs3
Latest Posts
Article information

Author: Van Hayes

Last Updated:

Views: 6288

Rating: 4.6 / 5 (66 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Van Hayes

Birthday: 1994-06-07

Address: 2004 Kling Rapid, New Destiny, MT 64658-2367

Phone: +512425013758

Job: National Farming Director

Hobby: Reading, Polo, Genealogy, amateur radio, Scouting, Stand-up comedy, Cryptography

Introduction: My name is Van Hayes, I am a thankful, friendly, smiling, calm, powerful, fine, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.