Simplifying Expression: 2(x-3)(x+2) + (x-3)^2 Explained

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
fran1942
Messages
80
Reaction score
0
Hello, I have this expression:
2(x-3)(x+2) + (x-3)^2

It is simplified to:

(x-3) (2x+4+x-3)


I understand how the (x-3) has been separated to start the simplification process, but I cannot grasp how the rest was done.
Can someone please tell me the rest was simplified ?

Thanks kindly for any help.
 
Physics news on Phys.org
Hello fran1942!

The first step is to factor out x-3 from both terms. In the left term, x-3 is multiplied by 2(x+2). In the right term, x-3 is multiplied by x-3. Therefore, if you factor out x-3, you are left with:

(x-3)[2(x+2) + x-3]

For the next step: in the first term in the square brackets, namely the 2(x+2) term, you can simply distribute the 2 amongst both of the terms that it is multiplied by: 2(x+2) = (2*x + 2*2) = 2x + 4. Therefore, you are left with:

(x-3)[2x+4 + x-3]