How Do You Rationalize the Denominator to Solve for a+b?

  • Thread starter Thread starter terryds
  • Start date Start date
  • Tags Tags
    Complex Root
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
terryds
Messages
392
Reaction score
13

Homework Statement



If ##\sqrt{\frac{10+4\sqrt{6}}{10-4\sqrt{6}}}=a+b\sqrt{6}##, then a+b is ?

A) 8
B) 7
C) 6
D) 5
E) 4

The Attempt at a Solution


[/B]
This is my attempt:
##\sqrt{\frac{10+4\sqrt{6}}{10-4\sqrt{6}}}=\sqrt{\frac{10+4\sqrt{6}*(10+4\sqrt{6})}{10-4\sqrt{6}*(10+4\sqrt{6})}}=\sqrt{\frac{196+80\sqrt{6}}{4}}=\sqrt{49+20\sqrt{6}}##

Then, I got stuck.. I have no idea how to convert to form a+b√6
Please help..
 
Physics news on Phys.org
terryds said:

Homework Statement



If ##\sqrt{\frac{10+4\sqrt{6}}{10-4\sqrt{6}}}=a+b\sqrt{6}##, then a+b is ?

A) 8
B) 7
C) 6
D) 5
E) 4

The Attempt at a Solution


[/B]
This is my attempt:
##\sqrt{\frac{10+4\sqrt{6}}{10-4\sqrt{6}}}=\sqrt{\frac{10+4\sqrt{6}*(10+4\sqrt{6})}{10-4\sqrt{6}*(10+4\sqrt{6})}}=\sqrt{\frac{196+80\sqrt{6}}{4}}=\sqrt{49+20\sqrt{6}}##

Then, I got stuck.. I have no idea how to convert to form a+b√6
Please help..
Square both sides of your original equation and then rationalize the denominator on the left side.
You should get something like m + n√(6) on one side and r + s√(6) on the other side. You can equate m with r and n with s to get two equations involving a and b.
 
  • Like
Likes   Reactions: terryds
terryds said:
This is my attempt:
##\sqrt{\frac{10+4\sqrt{6}}{10-4\sqrt{6}}}=\sqrt{\frac{10+4\sqrt{6}*(10+4\sqrt{6})}{10-4\sqrt{6}*(10+4\sqrt{6})}}=\sqrt{\frac{196+80\sqrt{6}}{4}}=\sqrt{49+20\sqrt{6}}##

.
You have to use parentheses. The correct form is ##\sqrt{\frac{10+4\sqrt{6}}{10-4\sqrt{6}}}=\sqrt{\frac{(10+4\sqrt{6})*(10+4\sqrt{6})}{(10-4\sqrt{6})*(10+4\sqrt{6})}}##
Is not the numerator the square of something? What is its square root?
 
  • Like
Likes   Reactions: terryds and SammyS
Mark44 said:

Square both sides of your original equation and then rationalize the denominator on the left side.
You should get something like m + n√(6) on one side and r + s√(6) on the other side. You can equate m with r and n with s to get two equations involving a and b.
Thanks.. a is 5 and b is 2 , so a+b is 7..