pi r squared = area of circle
or
3.1416 * Radius * Radius = area of circle
In math the times and division parts of a formula can be moved around without changing the results.
Because of this:
Move Pi to end and you get
Radius * Radius * pi
or
bore / 2 * bore / 2 * pi
rearange it again to be
bore * bore * pi / 2 / 2
or
bore * bore * pi / 4
or
bore * bore * 0.7854
Got it? :thumbup: