How do you simplify #(3+sqrt7)(3-sqrt7)#?

1 Answer
Sep 6, 2015

#(3 + sqrt(7))(3 - sqrt(7)) = 2#

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 #a = 3# and #b = sqrt(7)#. This means that you have

#(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)#