Answer:
Lets say there's a quadratic equation → ax² + bx = -c
Lets make one side zero which gives → ax² + bx + c = 0
From the above equation ,
- if you can split b into 'p' & 'q' (some real numbers) such that p + q = b & pq = ac ; then the quadratic equation can be easily solved by using factorisation method. Here the easiest way to guess the values of 'p' & 'q' is to find out the prime factors of 'ac' and taking any two prime numbers in random , just check whether the sum of those two primes is equal to 'b' (excluding their signs).
- if you can't split b into 'p' & 'q' (some real numbers) such that p + q = b & pq = ac ; then try solving quadratic equation by completing the squares method.
For example :- x² - 12x = -35.
Lets make one side zero → x² - 12x + 35 = 0 . Now, lets break -12x into two real numbers 'p' & 'q' such that p + q = -12x & pq = 35. Prime factors of 35 are 1 , 5 & 7. If we take 5 & 7 as 'p' & 'q' then p + q = 5 + 7 = 12. but as we need -12 , the values of 'p' & 'q' are -5 & -7.
⇒
⇒
⇒
⇒
Lets take another example :- x² + 4x = 1.
Lets make one side zero → x² + 4x - 1 = 0 . Now , lets split +4x into into two real numbers 'p' & 'q' such that p + q = +4x & pq = -1 . Prime factors of 4 are 1 & 2 only. But there's no such combination of its primes such that their sum would be equal to 4. So, the quadratic equation can't be solved by factorisation method. Now, lets bring -1 to Right Hand Side & try solving by completing squares method.
⇒
⇒
⇒
⇒
Conclusion:
First try making one side zero and try to solve the equation by factorisation method. If it got factorised , then you are done and if it didn't get factorised , then solve it by completing squares method.