PDA

View Full Version : How do I factorise this?


SuperTramp
22nd April 2006, 02:34 PM
How do I factorise x^2 - 9 :confused:

Any help greatly appreciated

Complex
22nd April 2006, 02:38 PM
This is often called the difference of two squares

Anything of the form a^2 - b^2 can be factorised to (a-b)(a+b)

So x^2 - 9 = (x-3)(x+3)

Hope this helps

SuperTramp
22nd April 2006, 02:52 PM
Thanks Complex