PDA

View Full Version : math problem II


denian
Nov14-03, 11:27 AM
i tried this. but fail to get the answer


find the square root of 11 - 6*(square root of 2) and write the solution in surd notation.


answer provided by the book :
3 - (square root of 2)

dduardo
Nov14-03, 12:20 PM
My calculator gives the answer to be 3-sqrt(2).

Why don't you try using binomial expansion to solve the problem.

sqrt(11-6*sqrt(2)) = sqrt(11)*(1+((-6/11)*sqrt(2))^(1/2)

x = (-6/11)*sqrt(2)
n = 1/2

1 + n*x + (n*(n-1)*x^2)/2! + (n*(n-1)*(n-2)*x^3)/3! + ....

gnome
Nov14-03, 12:36 PM
You want 11 - 6√2 to be a perfect square of some binomial. Since you have that -6√2 term, look for a binomial such that
(a - b√2)2 = 11 - 6√2

What happens when you multiply out
(a - b√2)2 ?

Can you solve for a and b?

Does that help?

denian
Nov15-03, 04:25 AM
yup.
thanks.

denian
Nov15-03, 10:52 AM
but i use ( [squ] x - [squ] y ) to the power of two instead.