Editing
Prosocial Behavior
(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 Bystander Risk' (Predicting if help will arrive):''' <syntaxhighlight lang="python"> def will_anyone_help(num_bystanders, visibility_level): """ Shows why 'Crowds' are dangerous for victims. """ # Probability of an individual helping p_individual = 0.5 # Probability that NO ONE helps = (1 - p)^N p_no_one_helps = (1 - p_individual) ** num_bystanders p_help_arrives = 1 - p_no_one_helps return f"Bystanders: {num_bystanders} | Probability of Help: {round(p_help_arrives*100, 2)}%" # Note: While 'Total' probability goes up with more people, # 'Individual' effort goes down, and 'Pluralistic Ignorance' can kill the effect. print(will_anyone_help(1, 1.0)) print(will_anyone_help(100, 1.0)) </syntaxhighlight> ; Prosocial Landmarks : '''The 'Kitty Genovese' Murder (1964)''' β The tragic event that "Started" the study of the "Bystander Effect" and led to the creation of the **911 System** in the USA. : '''Organ Donation 'Opt-Out'''' β (See Article 460). A "Prosocial Design" that saves thousands of lives by making "Helping" the "Default." : '''Blood Donation''' β Why we don't "Pay" for blood (Article 459). Kindness is a "Social Market" that is "Destroyed" by "Financial Markets." : '''The 'Warm Glow' Theory''' β The discovery that even "Purely Selfless" acts create a "Reward" in the brain, proving that "Altruism" and "Self-Interest" are "Two sides of the same coin." </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