|
||||
|
- how to solve two equations by graphing step by step - 2x squared-3x+1 - howto quadratic equations - quadratic functions example - have real roots - mathematics simultaneous equation - solve the equetion - worded equations - solve simultaneous equations c=b%5e2/4a - form 4 simultaneous equations worksheet - easiest way to solve a quadratic equation - wilkipedia+additional mathematics+quadratic equations - free solving quadratic equations by graphing worksheet - quadratic equation math worm - equations3bquadratic equations - solving quadratic equations by completing the square with ti-83 plus - algebrator 4.0 download - quadratic equation in asp - simultaneous + equations + solver - how to solve equations using logarithms |
C++ Tutorial QuadraticsSolving Quadratic EquationsLet's have a look at how we solve a quadratic equation: x2-3x+2=0 The easiest way to solve them is to follow certain steps: Step 1 Find two numbers where when they are multiplied together equal the firstnumber (a=1) multiplied by the third number (c=2). These two numbers when addedto each other must also equal the second number (b=-3). In the above example, the solution is -2 and -1. Step 2 Rewrite the original equation splitting the middle part into two using thenumbers which you found in step 1. x2-x-2x+2=0 Step 3 Start to factorise both halves of the equation: x(x-1)-2(x-1)=0 At this point you will know if you are going along the correct track if thefirst bracket is the same as the second bracket. Step 4 Collect everything before each bracket and put it into one bracket andmultiply this bracket by that which is inside the identical brackets: (x-1)(x-2)=0 Step 5 In order for the left side of the equation to be equal to 0, one of the twobrackets must equal 0. So either: a. b Check these answers: 12-(3*1)+2=0 22-(3*2)+2=0 Therefore the possible solutions for the above equation are confirmed to be 1 and 2 |
|||
|
|
||||