How do you expand and simplify #(x^2-1)(x-1)#?
2 Answers
May 12, 2018
Explanation:
Multiply everything in the right hand bracket by everything in the left one.
May 12, 2018
Explanation:
#"each term in the second factor is multiplied by each"#
#"term in the first factor"#
#rArr(color(red)(x^2-1))(x-1)#
#=color(red)(x^2)(x-1)color(red)(-1)(x-1)#
#=(color(red)(x^2)xx x)+(color(red)(x^2)xx-1)+(color(red)(-1)xx x)+(color(red)(-1)xx-1)#
#=x^3+(-x^2)+(-x)+1#
#=x^3-x^2-x+1#