Anyone who has searched for a job fresh out of college knows how difficult it is to get that first job. Sending out hundreds of resumes, only to get a few interviews in the end –if you’re lucky! —and if you’re VERY lucky, eventually there’s a job offer on the table.

resume:摘要,简历    

Should you take it, or wait for something better to come along the way?

It depends on whether you are a “maximizer” or a “satisficer, ”. Maximizers want to explore every possible option before buying a camera, settling on a television show, ordering takeout, choosing a job. They gather every stick of information in the hope of making the best possible decision, even if they exhaust themselves in the process—and drive themselves mad when they realize, inevitably, there’s more information they missed. If you are a satisficer, however, you make decisions based on the evidence at hand, not all the evidence that might possibly exist anywhere ever.

maximizer:完美主义者    inevitably:不可避免地    

Simply put, satisficers are more likely to cut their job search short and take the first job offer. Maximizers are more likely to continue searching until a better job offer comes along.

Which type of approach yields the better payoff?

A maximizer.

Specifically, quoting the results of a study of the job search of 548 members of the Class of 2002 by Sheena Iyengar, Rachael Wells, and Barry Schwartz, the maximizers put themselves through more contortions in the job hunt. They applied to twenty jobs, on average, while satisficers applied to only ten, and they were significantly more likely to make use of outside sources of information and support. But it turned out to be worth it: the job offers they got were significantly better, in terms of salary, than what the satisficers got.

contortion:弯曲,扭歪    

Satisficers were offered jobs with an average starting salary of $37, 085; the average starting salary offered to maximizers was $44, 515, more than 20 percent higher.

The trouble is, however, that higher pay doesn’t make maximizers a happier group than satisficers. In fact, maximizers were significantly more likely than satisficers to be unhappy with the offers they accepted.

Evidently, being a maximizer can help you earn more income, but that income doesn’t buy more happiness, as the maximizer’s likely to agonize over the prospect of a better job offer out there he or she missed. Maximizers may have objectively superior outcomes, but they’re so busy obsessing about all the things that they could have had, they tend to be less happy with the outcomes they do get.

agonize:折磨,痛苦,挣扎    obsess  about:痴迷于

每日英语:First Offer: Take It Or Keep Waiting?的更多相关文章

  1. 每日英语:What To Expect To Wear When You're Expecting

    AT THE ACADEMY AWARDS earlier this month, Kerry Washington, the star of the ABC-TV series 'Scandal,' ...

  2. 每日英语:How To Survive The Windows XPiration Date

    The default background for Microsoft's Windows XP operating system -- a perfect blue sky full of cot ...

  3. 每日英语:Who Needs to Know How to Code

    Like many 10-year-olds, Nick Wald takes private lessons. His once-a-week tutor isn't helping him wit ...

  4. 每日英语:Six Ways to Modernize Your Car

    AS AUTO MAKERS ADD far-out features to the latest cars at warp speed--everything from futuristic hea ...

  5. 每日英语:Why Mom's Time Is Different From Dad's Time

    Several years ago, while observing a parenting group in Minnesota, I was struck by a confession one ...

  6. 每日英语:How the College Bubble Will Pop

    The American political class has long held that higher education is vital to individual and national ...

  7. 每日英语:Redfin Real-Estate Firm Gets Cold Shoulder in Silicon Valley

    "I used to think I was this made man," says entrepreneur Glenn Kelman. "That's what t ...

  8. 每日英语:The Toy Mogul Who Became A Billionaire Through His Fight To The Death With Barbie

    The trophy case in the tiny conference room outside Isaac Larian’s corner office spans an entire wal ...

  9. 每日英语:The Invasion of the Online Tutors

    It's a nightly dilemma in many households: A student hits a wall doing homework, and parents are too ...

随机推荐

  1. ssh2的application.xml配置文件配置详解

    ssh2的application.xml配置文件配置详解   1.导入其他的配置文件.在ssh项目中可以导入其他的配置文件,导入的格式为: <import resource="clas ...

  2. oracle 11g完美卸载

      oracle 11g完美卸载 CreateTime--2018年4月22日17:07:19 Author:Marydon 对于oracle数据库的卸载,一定要卸载干净,否则,再次想装oracle时 ...

  3. 〖Linux〗VirtualBox修改虚拟电脑硬盘(vdi)空间大小

    1. 查看需要修改的虚拟硬盘: [scue@Link:tftpserver]$ vboxmanage list hdds UUID: 79d65850--40c3-a8e7-715b199d1673 ...

  4. [TODO]com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method

    异常信息如下: 2018-10-30 20:00:50.230 ERROR java.util.concurrent.ExecutionException: com.alibaba.dubbo.rpc ...

  5. gzip和zipfile模块

    # -*- coding: utf-8 -*- #python 27 #xiaodeng #gzip和zipfile模块 #http://www.open-open.com/lib/view/open ...

  6. SpringMVC之ModelAndView的用法(转)

    原文地址:https://blog.csdn.net/qq30211478/article/details/78016155 (一)使用ModelAndView类用来存储处理完后的结果数据,以及显示该 ...

  7. spring注解 di 和 ioc 注解

    注解: 1.注解就是为了说明java中的某一个部分的作用(Type) 2.注解都可以用于哪个部门是@Target注解起的作用 3.注解可以标注在ElementType枚举类所指定的位置上 4. @Do ...

  8. Flyod 算法(两两之间的最短路径)

    Flyod 算法(两两之间的最短路径)动态规划方法,通过相邻矩阵, 然后把最后的结果存在这么一个矩阵里面,(i,j), #include <iostream> #include <v ...

  9. SpringBoot启动

    一.启动时加载数据,就用CommandLineRunner 只需要将类实现CommandLineRunner,并且加上Component注解,还可以通过Order来控制启动顺序. @Component ...

  10. Swift和Objective-C混编的注意啦

    文/仁伯安(授权) 原文链接:http://www.jianshu.com/p/2ed48b954612 前言 Swift已推出数年,与Objective-C相比Swift的语言机制及使用简易程度上更 ...