Young people from less-privileged homes are more likely to graduate from college and earn more if raised by two married parents.

privileged:特权的,特殊的    

Young adults are 44 percent more likely to have graduated from college if they were raised by their married parents.

In fact, the opportunity story begins with our families—in particularly, with our parents. As the Nobel-prize-winning economist James Heckman recently noted, “the family into which a child is born plays a powerful role in determining lifetime opportunities.”

Research indicates that adolescents raised in intact, married homes are significantly more likely to succeed educationally and financially. The benefits are greatest for less privileged homes—that is, where their mother did not have a college degree.

adolescent:青少年    intact:完整的,原封不动的    

As the next graph indicates, young men and women who hail from intact, married homes are much more likely to graduate from college. More precisely, young adults are at least 44 percent more likely to have graduated from college if they were raised by their married parents. This is important because a college degree is associated with better work opportunities, lower odds of unemployment, and a substantial wage premium.

hail from:来自    odds:几率,胜算    premium:额外费用,奖金

The marriage bump is strongest among families where the parents didn't go to college. Among less-educated families, the children of married parents earn about $4, 000 more than their peers from non-intact families, as the next chart shows. The association between intact families and income is not significant for children of college-educated parents.

Adolescent family structure also has important implications for family formation among young adults. The next graph indicates that men and women who hail from intact families are about 40 percent less likely to father or bear a child outside of wedlock. This is important because nonmarital childbearing reduces your odds of successfully getting and staying married down the road, maximizing your income, and of providing a stable home to your children.

wedlock:婚姻,已婚状况    

Marriage might even have economic benefits at the citywide level. A recentstudy from Harvard and UC-Berkeley found that the most important predictor of economic mobility was the low share of single moms in a community. Mobility for poor kids was highest in the Salt Lake City metro area, which also happens to have one of the lowest rates of single motherhood of any major metro area in the country.

citywide:全市的    

每日英语:Marriage makes our children richer — Here's why的更多相关文章

  1. 每日英语:Why Rate Your Marriage? A Numerical Score Can Help Couples Talk About Problems

    When marriage therapist Sharon Gilchrest O'Neill met with new clients recently, she asked them why t ...

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

  3. 每日英语:America The Vulgar

    'What's celebrity sex, Dad?' It was my 7-year-old son, who had been looking over my shoulder at my c ...

  4. 每日英语:Nelson Mandela Dies at 95

    Nelson Mandela, who rose from militant antiapartheid activist to become the unifying president of a ...

  5. 每日英语:A Whiff Of 'Welcome Home'

    Buying real estate involves weighing a lot of factors: location, price . . . smell? Some condo devel ...

  6. 每日英语: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,' ...

  7. 每日英语:A New Way to Learn Chinese

    Entrepreneur and author ShaoLan Hsueh thinks that English-speakers can start learning to read Chines ...

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

  9. 每日英语:Dashing the China Dream

    Much has been said about what the 'China Dream' really means to many Chinese -- whether it is nation ...

随机推荐

  1. Redis-Redi事务注意事项

    当客户端处于非事务状态下时, 所有发送给服务器端的命令都会立即被服务器执行.但是, 当客户端进入事务状态之后, 服务器在收到来自客户端的命令时, 不会立即执行命令, 而是将这些命令全部放进一个事务队列 ...

  2. Eclipse导入项目时出错提示 project is missing required library

    Eclipse导入(import)项目时出错提示 project is missing required library... 以至于不能build... 然后项目会有红色感叹号: [解决办法] 右击 ...

  3. LPDMvvmKit 系列之 UITableView 的改造

    阅读本文需要对ReactiveCocoa足够了解,也可以参阅图解ReactiveCocoa基本函数(http://www.jianshu.com/p/38d39923ee81) Cocoa Touch ...

  4. C++中四种类型转换方式(ynamic_cast,const_cast,static_cast,reinterpret_cast)

    Q:什么是C风格转换?什么是static_cast, dynamic_cast 以及 reinterpret_cast?区别是什么?为什么要注意? A:转换的含义是通过改变一个变量的类型为别的类型从而 ...

  5. 【SqlServer】T-SQL的简介及基本用法

    一.T-SQL概述 SQL Server用于操作数据库的编程语言为Transaction-SQL,简称T-SQL.T-SQL与PL/SQL不同,并没有固定的程序结构.T-SQL包括以下4个部分: DD ...

  6. 【Algorithm】快速排序(续)

    前面在常用的排序算法中,已经写过一篇关于快速排序算法的博客,但是最近看到<The C Programming Language>这本书中的快速排序算法写的不错,所以就拿过来分享一下,下面我 ...

  7. MongoDB学习笔记(4)--collection

    MongoDB 创建集合 本章节我们为大家介绍如何使用 MongoDB 来创建集合. MongoDB 中使用 createCollection() 方法来创建集合. 语法格式: db.createCo ...

  8. SQL plan directives

    SQL plan directives SQL plan directives含有优化器产生优化的执行计划时需要的附加信息和指令. 在sql执行时,如果cardinality估计有错误,数据库就会创建 ...

  9. eclipse 反编译插件 jadclipse

    1. 下载 JadClipse 下载JadClipse:http://jadclipse.sourceforge.net/wiki/index.php/Main_Page#Download 注意选择与 ...

  10. DCM 图片查看

    因为要处理一些医学图像,需要把dcm格式的文件转换成jpg格式.本来用Sante DICOM Editor用得挺好的,方便查看dcm文件,但是在转换上每次只能转一张(本人没有找到用该软件批量转格式的方 ...