answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Why is the completing the square method call completing the square?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is completing the square used for?

Completing the square is a method used to solve a quadratic function. This is a handy method when there are two instances of the same variable in the function.


How can you use the 'completing the square' method to solve an equation when the coefficient of x squared is more than 1?

i want to solve few questions of completing square method can u give me some questions on it


What is the third step in solving this equation by completing the square?

Completing the square is one method for solving a quadratic equation. A quadratic equation can also be solved by several methods including factoring, graphing, using the square roots or the quadratic formula. Completing the square will always work when solving quadratic equations and is a good tool to have. Solving a quadratic equation by completing the square is used in a lot of word problems.I want you to follow the related link that explains the concept of completing the square clearly and gives some examples. that video is from brightstorm.


Can all quadratics be solved by completing the square?

Completing the square is one method for solving a quadratic equation. A quadratic equation can also be solved by factoring, using the square roots or quadratic formula. Solving quadratic equations by completing the square will always work when solving quadratic equations-You can also use division or even simply take a GCF, set the quantities( ) equal to zero, and subtract or add to solve for the variable


Solve 3x2-12x equals 15 using the method of completing the square?

Divide all terms by 3 so:- x2-4x = 5 Completing the square:- (x-2)2 = 9 x-2 = -/+3 x = -1 or x = 5


Where does the name completing the square come from?

The first step, in solving a quadratic equation in a variable x using this method, is to complete the square defined by the terms in x2 and x, by adding and subtracting a suitable constant.


What is an example of completing the square?

Completing the square would be the same as "Finding the square root" So an example would be 16. 16 is a perfect square so it would reduce to 4.


Is there a math problem that cannot be solved by completing the square?

If you aren't dealing with algebra, such as x2+3x+21, then completing the square wont be able to solve the porblem, however if you are using algebra, and you cannot factorise, then completing the square will always work


What are Real world applications with completing the square?

NO


Completing the square method?

2x² - 4x +3 = 2(x² - 2x) + 3 = 2(x² - 2x + (2/2)²) + 3 - [2*(2/2)²] (you add (2/2)² in equation. you need to subtract same amount [2*(2/2)²] in equation.) = 2(x² - 2x + 1) + 3 - 2 = 2(x² - 2x + 1) + 1 = 2(x -1)² + 1 if you are still confused, I want you to follow the related link that explains the concept of completing the square clearly.


What is the disadvantage of completing a square?

Just working with fractions if the coefficient of x is not an even number, however I would not call it a disadvantage because fractions are beautiful numbers.


Which is a correct static method call of Math class method sqare root?

double root = Math.sqrt(XXXXX); where XXXXX is the number for which you want to calculate the square root.