Two more points I want to make now that you've gotten this far:
Point 1
You can manipulate equations that have multiple variables, even if you aren't necessarily solving them. For example, if you had
a + b = c
You could subtract b from both sides if you felt like it and get
a + b - b = c - b
a = c - b
There are a lot of applications of this, but I just wanted to plant the idea in your head. Part 15 from
http://www.flopturnriver.com/pokerfo...ad-180192.html uses this idea to show where the bet/(bet+pot) shortcut comes from.
Point 2
Self-quoting from
http://www.flopturnriver.com/pokerfo...ad-180192.html
Here's why this is important. Suppose you have an equation that looks something like this:
2(x - 2) + 3x = 21
It can be really hard to figure out how to make progress here. However, the distributive property tells us that we can replace 2(x-2) with 2x-4. Doing so makes the equation simple:
2x - 4 + 3x = 21
5x - 4 = 21
5x - 4 + 4 = 21 + 4
5x = 25
5x/5 = 25/5
x = 5
Ta da. The distributive property comes up an incredibly large amount of the time, so that's why you need to know it. Outside of that, you probably know enough algebra at this point to start working through EV equations.
I told you the shit was easy. Check part 8 here for an example of calculating FPP rates using what you've learned:
http://www.flopturnriver.com/pokerfo...ad-180192.html