I've looked at a bunch of resources provided by similar questions asked on this site, the most helpful so far has been found in this discussion, and the resources linked here: PageRank Explained..
While this provides a detailed overview, I'm looking for something a bit more specific. While I realize there are other factors in play, and there have been multiple changes to the algorithm since it's inception, a good indication of the value passed from each link is this: PageRank divided by total pages linked. So if a site (page) has a PR of 8, and links to 20 sites, the amount of total value passed to each site is 8 / 20. Atleast that is what I am led to believe. I know that PageRank is a value between 1 - 10 on a logarithmic scale, meaning that going from a PR 1 to 2 is significantly less difficult than a PR 9 going to a 10. Here's where I am confused - how would one calculate the amount of PR transferred to each link. I'm very much so simplifying things, because a page with a PR 10 with around 10 outbound links should still be passing more value than a PR 5 site with 2 outbound links. What is the best way to understand the proper math behind this at a simple level?