Ravixxx
What is the value of \(\frac{√99+√33}{√99-√33} + \frac{√99-√33}{√99+√33}\) ?
(A) 0
(B) 1
(C) 2
(D) 3
(E) 4
I did this the way nick did above (since √99 ~ 10 and √33 ~ 6, the sum is roughly 16/4 + 4/16, and only E makes any sense). I normally wouldn't do that for this type of question, but the first few answer choices are obviously wrong -- we're adding two positive numbers, and the first fraction is clearly larger than 1, so A and B are impossible, and since the first fraction at a glance appears to be considerably larger than 1, an estimate seemed like it might produce an answer very quickly.
The standard way to do this kind of question is by 'rationalizing denominators' -- using the difference of squares pattern to get the square roots out of each denominator. To do that, we could multiply the first fraction on top and bottom by √99 + √33, and the second on top and bottom by √99 - √33. But it is much easier to factor out √33 first, so we don't need to work with large numbers; e.g. with the first fraction:
(√99+√33)/(√99-√33) = √33(√3 + 1)/√33 (√3 - 1) = (√3 + 1)/(√3 - 1)
and to rationalize this, we multiply by √3 + 1 on top and bottom, and get (√3 + 1)^2/2. Similarly the second fraction is equal to (√3 - 1)^2/2. So their sum is
(√3 + 1)^2/2 + (√3 - 1)^2/2 = 1/2(3 + 1 + 2√3) + 1/2(3 + 1 - 2√3) = 1/2(4 + 4) = 4
You could also avoid rationalizing altogether if you noticed we're adding reciprocals, so we're doing this:
x/y + y/x = (x^2 + y^2)/xy
where x = √99 + √33, and y = √99 - √33. Then just plugging in gives the answer, though again factoring makes the calculation much simpler.