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 ( ...
随机推荐
- 鼠标滑过table时修改表格行的背景颜色
方法一: #customers tr:hover { background-color: #f00; } 方法二: <tr onmouseover="style.backgroundC ...
- 001_ASP.NET MVC 实用教程 论坛项目 北盟网校 原创视频教程
下载地址 http://pan.baidu.com/s/1kUJalbp 在线观看地址 http://www.bamn.cn/course/lesson/1 ASP.NET MVC 使用课程,是201 ...
- funny
var life = { "work_hard","have_fun","make_history" };
- Java常用测试工具
第一部分:九款性能测试 Java入门 如果你才刚开始接触Java世界,那么要做的第一件事情是,安装JDK——Java Development Kit(Java开发工具包),它自带有Java Runti ...
- spring-mybatis代码生成插件,与实例展示
前段时间看了张开涛写的代码生成插件,感觉思路很好,通过连接库然后获取数据库表信息,然后用户在界面中勾选要映射的策略,映射的字段,然后可以自动生成业务代码. 基于开涛的思路,自己写了一个简易插件,去掉了 ...
- Android查询不到电话号码解决方法
貌似联系人有三个数据库,且不同步,另外也有可能是版本问题. 解决方案:https://github.com/codinguser/android_contact_picker 接下来会对其进行一些改造 ...
- SpringMVC(Springboot)返回文件方法
https://blog.csdn.net/Lynn_coder/article/details/79953977 ****************************************** ...
- django 返回 code 405
return HttpResponse('Invalid Method',status=405)
- 关于Python打包运行的一些思路
需求 本地开发python django应用程序,然后放到生产环境运行.使用了tensorflow,手动安装包很麻烦.生产环境不能联网,不能使用 pip freeze. 思路: 使用docker,直接 ...
- django template if return false
如果if的参数不存在于context中就会返回false 参考:http://stackoverflow.com/questions/11107028/django-template-if-true- ...