The
Bitcoin white paper is probably one of the easiest to read and understand in academia.
The concepts explained there can be grasped by the general population.
If you want to read the original problem that Bitcoin solved, read
The Byzantine Generals Problem, a paper from 1982 stating the problem:
Reliable computer systems must handle malfunctioning components that give conflicting information
to different parts of the system. This situation can be expressed abstractly in terms of a group of
generals of the Byzantine army camped with their troops around an enemy city. Communicatingonly
by messenger, the generals must agree upon a common battle plan. However, one or more of them
may be traitors who will try to confuse the others. The problem is to find an algorithm to ensure that
the loyal generals will reach agreement. It is shown that, using only oral messages, this problem is
solvable if and only if more than two-thirds of the generals are loyal; so a single traitor can confound
two loyal generals. With unforgeable written messages, the problem is solvable for any number of
generals and possible traitors. Applications of the solutions to reliable computer systems are then
discussed.
The "unforgeable written messages" bit is why you have to sign a transaction with your private key when broadcasting it to spend your coins.