What is the square root of 169 - square root of 50 - the square root of 8?

1 Answer
Sep 17, 2015

#sqrt169 - sqrt50 - sqrt8 = 13 -7sqrt2#

Explanation:

#sqrt169 - sqrt50 - sqrt8#

The first thing to do is factor all the numbers inside the roots. That is, listing out all their integer prime submultiples in order from smallest to biggest.

You don't have to follow that order or only use prime or even integers but this way is the easiest because:
a) You have an order so you won't forget to put a multiple or not
b) If you put in all the prime numbers you'll eventually cover every number. It's a bit like finding a least common multiple but you do it a at a time.

So for 169, the factorization is #169 = 13^2# (You can confirm this if you want.) So we can rewrite that root as 13, as 169 is a perfect square.

#sqrt169 - sqrt50 - sqrt8 = 13 - sqrt50 - sqrt8#

For 50, the obvious instinct is say that it's #5 * 10# but since 10 isn't a prime number, but rather the product of two primes (5 and 2) we can further rewrite it to say #50 = 5^2 * 2#. Which is true, after all 25 + 25 = 50. It's just not as obvious.

Since 50 has a square factor we can take the 5 out. But the 2 gotta stay, so we can rewrite that to be:

#sqrt169 - sqrt50 - sqrt8 = 13 - 5sqrt2 - sqrt8#

And last but not least, 8. Which we know to be #2*4#. 4 is a perfect square so it can go out, but a 2 gotta stay under the root.

#sqrt169 - sqrt50 - sqrt8 = 13 - 5sqrt2 - 2sqrt2#

We have two factors with a root of 2 out, so we can smush them together into one

#sqrt169 - sqrt50 - sqrt8 = 13 + (-5 - 2)sqrt2#
#sqrt169 - sqrt50 - sqrt8 = 13 + (-7)sqrt2#
#sqrt169 - sqrt50 - sqrt8 = 13 -7sqrt2#

And there isn't anything left to do, this is as simple as it'll get. For the actual value you'll have to estimate a value of #sqrt2#. For most cases 1.41 suffices, but it's usually bad form to evaluate roots. Leaving it like this shouldn't be a problem for most teachers or situations.