How do you simplify #(3+sqrt7)(3-sqrt7)#?
1 Answer
Sep 6, 2015
Explanation:
You can simplify this expression by using the formula for the difference of squares
#color(blue)(a^2 - b^2 = (a-b)(a+b))#
In your case, you ca say that
#(3 + sqrt(7))(3-sqrt(7)) = 3^2 - (sqrt(7))^2 = 9 - 7 = color(green)(2)#
Alternatively, if you don't know the formula for the difference of squares, you can rewrite this expression by expanding the parantheses
#(3 + sqrt(7))(3-sqrt(7)) = 3 * 3 -color(red)(cancel(color(black)(3 * sqrt(7)))) + color(red)(cancel(color(black)(3 * sqrt(7)))) - sqrt(7) * sqrt(7)#
Once again, the result will be
#3 * 3 - sqrt(7) * sqrt(7) = 3^2 - 7 = color(green)(2)#