Editing
Social Preferences
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Public Goods Game' (Simulating the 'Free-Rider' problem):''' <syntaxhighlight lang="python"> def simulate_public_contribution(group_size, avg_contribution, multiplier=2): """ Shows why 'Taxes' and 'Cooperation' create wealth. """ # Total pool is doubled by the 'System' (Innovation/Society) total_pool = (group_size * avg_contribution) * multiplier # Distributed equally payout_per_person = total_pool / group_size # Individual result: (Initial - Contribution) + Payout net_gain = (100 - avg_contribution) + payout_per_person return { "Avg Contribution": avg_contribution, "Total Wealth Created": total_pool, "Final Wealth per Person": net_gain } # Case: Everyone is selfish (Contribution = 0) print(f"Selfish: {simulate_public_contribution(4, 0)}") # Case: Everyone is social (Contribution = 50) print(f"Social: {simulate_public_contribution(4, 50)}") </syntaxhighlight> ; Social Landmarks : '''The 'Dictator Game' Surprise''' β Economists thought people would give "$0." Instead, most people give ~20-30% to a "Complete Stranger," proving that "Humans are naturally kind." : '''Organ Donation 'Opt-Out'''' β In countries where you are "Automatically" a donor, 99% of people stay. In "Opt-In" countries, it's 15%. This uses our "Status Quo Bias" to help our "Social Preferences." : '''Blood Donation''' β Why we don't "Pay" for blood. If you pay people, "Kind people" stop donating because they don't want to look like they are "Doing it for money." The "Social Preference" is lost. : '''The 'Third-Party Punishment'''' β If you see a "Bully" hurting someone else, you feel "Angry" even though it didn't hurt you. This "Moral Anger" is what built "Law" and "Civilization." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information