Concept:Factorize the denominators and simplify the algebraic expression before applying the limit.Explanation:The given limit is limx→1[x2−xx−2−x3−3x2+2x1].First, factorize the denominators:x2−x=x(x−1)x3−3x2+2x=x(x2−3x+2)=x(x−1)(x−2)Rewrite the expression using the common denominator x(x−1)(x−2):x(x−1)x−2−x(x−1)(x−2)1=x(x−1)(x−2)(x−2)2−1Simplify the numerator:(x−2)2−1=x2−4x+4−1=x2−4x+3=(x−1)(x−3)Thus, the expression becomes:x(x−1)(x−2)(x−1)(x−3)Cancel the common factor (x−1):x(x−2)x−3Now substitute x=1:1(1−2)1−3=−1−2=2Therefore, the limit is 2.Answer:2