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的更多相关文章

  1. 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 ...

  2. 每日英语: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 ...

  3. 做图表统计你需要掌握SQL Server 行转列和列转行

    说在前面 做一个数据统计和分析的项目,每天面对着各种数据,经过存储过程从源表计算汇总后需要写入中间结果表以提高数据使用效率,那么此时就需要用到行转列和列转行. 1.列转行 数据经过计算加工后会直接生成 ...

  4. JAVA理解逻辑程序的书上全部重要的习题

    今天随便翻翻看以前学过JAVA理解逻辑程序的书上全部练习,为了一些刚学的学弟学妹,所以呢就把这些作为共享了. 希望对初学的学弟学妹有所帮助! 例子:升级“我行我素购物管理系统”,实现购物结算功能 代码 ...

  5. AssetBundle loading failed because.....已解决

    http://blog.csdn.net/ldghd/article/details/9632455 *****************************      一      ******* ...

  6. Hollister Outlet Store

    (link to hollisterco site), It's a major try. After a photographer's viewpoint, Which roughly splend ...

  7. sklearn学习笔记3

    Explaining Titanic hypothesis with decision trees decision trees are very simple yet powerful superv ...

  8. 【英语魔法俱乐部——读书笔记】 1 初级句型-简单句(Simple Sentences)

    第一部分 1 初级句型-简单句(Simple Sentences):(1.1)基本句型&补语.(1.2)名词短语&冠词.(1.3)动词时态.(1.4)不定式短语.(1.5)动名词.(1 ...

  9. iOS -类目,延展,协议

    1.类目 类目就是为已存在的类添加新的方法.但是不能添加实例变量.比如系统的类,我们看不到他的.m文件,所以没有办法用直接添加方法的方式去实现. @interface NSMutableArray ( ...

随机推荐

  1. 【ZH奶酪】如何用textgenrnn处理中文

    如何用textgenrnn处理中文 1. 什么是textgenrnn? textgenrnn是建立在Keras和TensorFlow之上的,可用于生成字级别和词级别文本.网络体系结构使用注意力加权来加 ...

  2. Linux cut命令用法

    cut是一个选取命令,就是将一段数据经过分析,取出我们想要的.一般来说,选取信息通常是针对“行”来进行分析的,并不是整篇信息分析的. (1)其语法格式为: cut  [-bn] [file] 或 cu ...

  3. C#串口SerialPort常用属性方法

    SerialPort(): //属性 .BaudRate;获取或设置波特率 .BytesToRead;得到 接收到数据的字节数 .BytesToWrites;得到送往串口的字节数 .DataBits; ...

  4. UnDistracted for Mac(集中注意力辅助工具)破解版安装

    1.软件简介    UnDistracted 是 macOS 系统上一款可以帮助我们集中注意力的辅助工具,让我们在 mac 电脑上工作更加集中注意力,提高工作效率,隐藏所有文件或是文件夹窗口.隐藏所有 ...

  5. LightCapture for Mac(流程化截图工具)破解版安装

    1.软件简介    LightCapture 是 macOS 系统上的截图软件.LightCapture Mac 版号称是用最简洁的方式来截图,其的界面也确实非常简单整洁,不过功能同样出色,一键截屏. ...

  6. HashMap中的hash算法总结

    前言 算法一直是我的弱项,然而面试中基本是必考的项目,刚好上次看到一个HashMap的面试题,今天也来学习下 HashMap中的hash算法是如何实现的. 数学知识回顾 << : 左移运算 ...

  7. java多线程状态

    造成线程进入阻塞状态的情况大致可分为: 1.调用sleep()方法 2.调用阻塞式IO方法 3. 4.等待通知 5.调用suspend(),程序挂起.

  8. 使用tar解压文件提示gzip: stdin: not in gzip format错误

    使用tar解压文件提示gzip: stdin: not in gzip format错误 1. 问题描述 使用docker save xxxx > xxx.tar导出镜像,由于文件太大,需要sp ...

  9. Android 浮动窗口进阶——画中画,浮动视频(附Demo)

    今天继续上一篇Android顶层窗口.浮动窗口的进阶应用.上一篇主要讲解了WindowManager服务和如何使用WindowManager编写一个顶层窗口.今天主要是讲讲如何在顶层窗口里面播放视频, ...

  10. Geany的"跳转到标记定义“功能如何使用

    Geany是个比较轻量级的代码编辑器,在一些不怎么需要编辑的代码上,我比较常用它来浏览代码.不过它的 跳转到标记定义(Go to tag definition) 功能有点奇怪,一开始死活不知道怎么用, ...