For example, if I picked a random integer, from the infinite amount of integers, what would be the probability of picking, say 1? And how can this be extended? Say I have x + y = 0, and I pick a random integer each for x and y, what is the probability of it being a true statement?
Please answer keeping in mind I haven't really taken any course in probability or statistics.
It depends on how you're picking them.
Here's one way of picking a random integer. Flip a coin repeatedly until it comes up tails, and then write down the number of times you got heads before getting tails. Next, flip the coin one last time; if it comes up heads, write a negative sign before your number.
If you use this method, then the only sequence of coin flips which results in the number 1 is "heads, tails, tails", so the probability of getting 1 here is 1/8.
But here's a question. What happens if you use a method that has an equal chance of giving any integer (a discrete uniform distribution)? One where each integer is as likely as each other one?
The answer is: there is no such method. And here's why.
If you had such a method of picking a random integer, then there would have to be a probability, $p$, such that the probability of picking any given integer is $p$. The probabilities have to add up to 1, so $p$ would have to be a number such that, when you add up $p$ once for each integer (infinitely many copies of $p$), you get 1. But there is no number which behaves like that. If you try using 0 for $p$, the sum will come out as 0. If you try using any number greater than 0 for $p$, then the summation will diverge to infinity.