Men and women can't be 'just friends
Men and women can't be 'just friends'
Can heterosexual men and women ever be “just friends”? Daily experience suggests that non-romantic friendships between males and females are not only possible, but common. However, a new study suggests that men, relative to women, have a particularly hard time
being “just friends.”
In order to investigate the viability of truly platonic opposite-sex friendships, researchers brought 88 pairs of undergraduate opposite-sex friends into...a science lab. In order to ensure honest responses, the researchers not only followed standard protocols
regarding anonymity and confidentiality, but also required both friends to agree to refrain from discussing the study, even after they had left the testing facility. These friendship pairs were then separated, and each member of each pair was asked a series
of questions related to his or her romantic feelings toward the friend with whom they were taking the study.
The results suggest large gender differences in how men and women experience opposite-sex friendships. Men were much more attracted to their female friends than vice versa. Men were also more likely than women to think that their opposite-sex friends were attracted
to them—a clearly misguided belief.
In fact, men’s estimates of how attractive they were to their female friends had virtually nothing to do with how these women actually felt, and almost everything to do with how the men themselves felt—basically, males assumed that any romantic attraction they
experienced was mutual, and were blind to the actual level of romantic interest felt by their female friends. Women, too, were blind to the mindset of their opposite-sex friends; because females generally were not attracted to their male friends, they assumed
that this lack of attraction was mutual. As a result, men consistently overestimated the level of attraction felt by their female friends and women consistently underestimated the level of attraction felt by their male friends.
Men were also more willing to act on this mistakenly perceived mutual attraction. Both men and women were equally attracted to romantically involved opposite-sex friends and those who were single; “hot” friends were hot and “not” friends were not, regardless
of their relationship status.
However, men and women differed in the extent to which they saw attached friends as potential romantic partners. Although men were equally as likely to desire “romantic dates” with “taken” friends as with single ones, women were sensitive to their male friends’
relationship status and uninterested in pursuing those who were already involved with someone else.
In a follow-up study, 249 adults (many of whom were married) were asked to list the positive and negative aspects of being friends with a specific member of the opposite sex. Variables related to romantic attraction (e.g., “our relationship could lead to romantic
feelings”) were five times more likely to be listed as negative aspects of the friendship than as positive ones.
However, the differences between men and women appeared here as well. Males were significantly more likely than females to list romantic attraction as a benefit of opposite-sex friendships, and this discrepancy increased as men aged.
So, can men and women be “just friends?” If we all thought like women, almost certainly. But if we all thought like men, we’d probably be facing a serious overpopulation crisis.
I am still confused! H.C
Men and women can't be 'just friends的更多相关文章
- Things about single men that women hate
Things about single men that women hate为何你俘获不了女神的心?If you listen in to a group of single women talki ...
- 每日英语:He Diets, She Diets: More Weight-Loss Plans Target Men
Weight-loss companies are becoming savvier about getting men to go on a diet. savvier:更加精明 Men and w ...
- 做图表统计你需要掌握SQL Server 行转列和列转行
说在前面 做一个数据统计和分析的项目,每天面对着各种数据,经过存储过程从源表计算汇总后需要写入中间结果表以提高数据使用效率,那么此时就需要用到行转列和列转行. 1.列转行 数据经过计算加工后会直接生成 ...
- JAVA理解逻辑程序的书上全部重要的习题
今天随便翻翻看以前学过JAVA理解逻辑程序的书上全部练习,为了一些刚学的学弟学妹,所以呢就把这些作为共享了. 希望对初学的学弟学妹有所帮助! 例子:升级“我行我素购物管理系统”,实现购物结算功能 代码 ...
- AssetBundle loading failed because.....已解决
http://blog.csdn.net/ldghd/article/details/9632455 ***************************** 一 ******* ...
- Hollister Outlet Store
(link to hollisterco site), It's a major try. After a photographer's viewpoint, Which roughly splend ...
- sklearn学习笔记3
Explaining Titanic hypothesis with decision trees decision trees are very simple yet powerful superv ...
- 【英语魔法俱乐部——读书笔记】 1 初级句型-简单句(Simple Sentences)
第一部分 1 初级句型-简单句(Simple Sentences):(1.1)基本句型&补语.(1.2)名词短语&冠词.(1.3)动词时态.(1.4)不定式短语.(1.5)动名词.(1 ...
- iOS -类目,延展,协议
1.类目 类目就是为已存在的类添加新的方法.但是不能添加实例变量.比如系统的类,我们看不到他的.m文件,所以没有办法用直接添加方法的方式去实现. @interface NSMutableArray ( ...
随机推荐
- vim IDE配置
参考: http://www.cnblogs.com/witcxc/archive/2011/12/28/2304704.html http://www.cnblogs.com/ma6174/arch ...
- CentOS 7安装nVIDIA显卡驱动程序
1. 到http://www.geforce.cn/drivers,根据显卡的型号,选择下载相应的驱动程序,一般是.run文件: 2. 运行下载的.run文件,会提示X Server正在运行,不能安装 ...
- 基于Python3.6使用Django框架连接mysql数据库的驱动模块安装解决办法
解决办法1 使用PyMySQL模块,直接使用pip install pymysql即可. 参考文章:https://www.cnblogs.com/wcwnina/p/8719482.html 原文内 ...
- MySql之触发器的使用
一:触发器的使用场景 当数据库的记录发生变化时,自动触发某些操作. MySQL的触发器响应三种操作,六种场合: 三种操作:DELETE.INSERT.UPDATE. 六种场合:三种操作的BEFORE. ...
- rman输出日志的几种方法(转)
在使用rman的时候经常会碰到以下两种场景,需要把rman的日志输出到文件中: 1.显示的日志太多,导致一个屏幕显示不完,影响了问题的诊断,这时候需要把rman的log输出到文本中,整个的诊断过程就相 ...
- 【阿里巴巴Java开发手册——集合处理】13.集合的稳定性(order)和有序性(sort)
有序性(sort):指遍历的结果是按照某种比较规则依次排列的. 稳定性(order):指集合每次遍历的元素的次序是一定的. 如:ArrayList是order/unsort HashMap是unord ...
- Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2:generate
(1)将Maven项目先clean,接着install下 (2)运行mvn mybatis-generator:generate命令 注意修改generatorConfig.xml的location: ...
- nginx反向代理 强制https请求
upstream emove_pools { server ; check interval= rise= fall= timeout=; } #强制使用https跳转 server { listen ...
- Python3实现Win10桌面背景自动切换
[本文出自天外归云的博客园] 得空写了个自动切换桌面背景图片的小程序.再不写python就要扔键盘了,对vue还有那么一点好感,天天php真是有够烦. 准备工作 准备个文件夹放在桌面上,平时看到什么高 ...
- egret3.x升级5.2
第一步 先用新建项目向导新建一个5.2的项目 第二步 把3.x的代码和资源文件复制过来替换掉 修改资源加载代码 在3.x里 egret采用的是事件机制来加载资源,在5.2里则采用了await/asyn ...