|
|
|
|
|
by ColinWright
4847 days ago
|
|
The easiest and most accessible way I've found to do this is as follows: Let's suppose that sqrt(p) = a/b
That means that p = (a^2)/(b^2)
That means that p * b^2 = a^2
Now since you've covered primes and factorization, look at how many times p can turn up on each side of that equals sign. It must be an even number of times on the right, and an odd number of times on the left.Another way to say this is that every time you take a fraction and square it, you never get a prime number. And yes, I know there's a lot missing from this explanation, but the things that are missing can then be expanded later, rather that muddying the waters now. |
|