A fast way of solving Polynomials
So we all know how for the SAT math, speed as well as accuracy is key. So I was practicing for math and discovered this cool way of solving this sort of question.
If given a question such as find (p+q)2 if pq =14 and (p-q)2 = 25
Then an easy and quick reminder instead of expanding is
(a-b)2 = (a+b)2 – 4ab
then, substitute into the equation to get
25= (p+q)2 – 4(14)
(p+q)2 = 25 + 56
(p+q)2 = 81
Another cool shortcut for this includes:
a2 + b2 = (a+b)2 - 2ab
Good Luck!
Post is closed for comments.