Drifter wrote:How do I Simplify a large radical like this
( I couldn't find the radical symbol so I used a dash)
/5905 or /9816
Original problem 0= 4.9t^2+4t-500
This is the problem I am trying to solve written in quadratic formula
( x= -b(+-) / b-4ac // 2a )
This is the problem set in Quadratic Formula
-4(+/-)/9816
9.8
I'd just add a few points:
* You never, ever,
need to use the Quadratic Formula on the GMAT. Of course, you sometimes could use it, but there will always be faster approaches. If you think you need the Quadratic Formula for a GMAT question, you've missed a trick somewhere.
* You also don't need to simplify square roots of crazy numbers. There's just no fast way to do that, so they can't ask you to. You will never need to simplify the square root of 9816 (as it turns out, you can only factor out a 4 anyway).
* You do, however, need to simplify square roots of simple numbers, by dividing out perfect squares. So if you see sqrt(50), you need to rewrite that as sqrt(25)*sqrt(2) = 5*sqrt(2).
* For larger numbers, you can always figure out how to simplify a square root by finding the prime factorization of the number under the root. If we need to simplify sqrt(180), one way we can do this it to prime factorize 180 to get sqrt(2^2 * 3^2 * 5). We can then see all the perfect squares we can take out: sqrt(180) = sqrt(2^2)*sqrt(3^2)*sqrt(5) = 6*sqrt(5). There are of course other ways to do this as well.