How do I simplify this expression?

#x^2-4x+4#/
#3x-6#

2 Answers
May 21, 2018

#(x-2)/3#

Explanation:

I'm guessing it is #[x^2-4x+4]/[3x-6]#

factorise

#[(x-2)(x-2)]/[3(x-2)]#

#(x-2)# is in the numerator and denominator so cancel them

#(x-2)/3#

May 21, 2018

#(x - 2)/3#

Explanation:

From Your Question, I think it is #(x^2 - 4x + 4)/(3x - 6)#

So, We have,

#(x^2 - 4x + 4)/(3x - 6) = ((x)^2 - 2 * x * 2 + (2)^2)/(3(x - 2))#

#= (x -2)^2/(3(x - 2))# [As #(a - b)^2 = a^2 - 2ab + b^2#]

# = ((x - 2)cancel((x - 2)))/(3cancel((x - 2))) = (x - 2)/3#

We should assume #x - 2 != 0# Or else the expression would be undefined.

Hope this helps.