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 ( ...
随机推荐
- Python:提取网页中的电子邮箱
import requests, re #regex = r"([a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+)"#这个正则表达式过滤 ...
- 【Java】MyBatis与Spring框架整合(二)
本文讲解 Spring 注入映射器及事务功能的实现. 注入映射器实现 MyBatis 可以使用 SqlSession 的 getMapper ( Class<T> type ) 方法,根据 ...
- 使用 LaTeX 画图系列
可以使用TikZ,用TikZ绘制出来的图形效果非常好,原生支持所有LaTeX语法. 使用 LaTeX 画柱状图/条形图参考:Guide to draw charts (basic, pie, bar) ...
- OpenCV 学习笔记 04 深度估计与分割
本章节主要是使用深度摄像头的数据来识别前景区和背景区,这样就可以分别对前景和背景做不同的处理. 1 创建模块
- 电子证书 DER & PEM & CRT & CER
原文链接: http://blog.csdn.net/zqt520/article/details/26966603 证书与编码 本至上,X.509证书是一个数字文档,这个文档根据RFC 5280来编 ...
- 去除移动端alert/confirm的网址(url)
移动端的alert.confirm都会显示来源的url,影响体验 下面的代码将alert和confirm重写了一遍,可去除url 参考了网上代码,完善了confirm不同状态跳转 示例代码: & ...
- 【读书笔记】Data_Mining_with_R---Chapter_2_Predicting Algae Blooms
本书概要 <Data Mining with R>这本书通过实例,并结合R讲解数据挖掘技术.本书的核心理念就是"Learning it by doing".本书分5章, ...
- Python(十)之GUI编程
在windwos上实现:使用wxPython模块 #!/usr/bin/env python # encoding: utf-8 import wx #创建open按钮触发的事件对应的函数 def l ...
- pandas删除缺失数据(pd.dropna()方法)
1.创建带有缺失值的数据库: import pandas as pd import numpy as np df = pd.DataFrame(np.random.randn(5, 3), ind ...
- Gtk-WARNING**:无法在模块路径中找到主题引擎:“pixmap”的解决
Gtk-WARNING**:无法在模块路径中找到主题引擎:“pixmap”的解决 解决以上问题, 只需要安装 gnome-themes-standard 即可 如果终端中提示: (gvim:23 ...