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. windows下配置ssh访问github

    一.说明 一直使用HTTPS的方式访问github的代码,用的时间长了,发现这是效率很低的一种开发行为,因为每次git push的时候都要输入username和password.今天就介绍如何在win ...

  2. Lua编程笔记

    迭代器并没有真正的迭代,真正迭代的是for循环.而迭代器为每次迭代提供成功后的返回值. function allwords(f)for line in io.lines do for word in ...

  3. permission denied (publickey)问题的解决 和 向github添加ssh key

    使用ssh key这种方式进行clone ,pull github上面的项目,使用 git clone或者git pull origin master出现permission denied (publ ...

  4. C++下的命名空间

    转自:http://blog.chinaunix.net/uid-24219701-id-2105573.html 实例: #include <iostream> using namesp ...

  5. android 当ListView滚动时自动调用 onCheckedChanged 导致CheckBox 状态不停变化 的解决办法

    今天在做一个含有CheckBox 的ListView时,发现当初始化CheckBox的状态后, 滚动ListView,其中CheckBox 的选中状态不停的发生变化.最后发现原因是 ListView滚 ...

  6. SDL相关学习

    原文地址:https://www.cnblogs.com/landmark/category/311822.html 介绍SDL图形库的使用 SDL显示文字 摘要: 前面教程里,我们只显示图片,没提到 ...

  7. API接口规范

    协议 API与用户的通信协议,总是使用HTTPs协议,确保交互数据的传输安全. 域名 应该尽量将API部署在专用域名之下. https://api.example.com 如果确定API很简单,不会有 ...

  8. SpringBoot多跨域请求的支持(JSONP)

    在我们做项目的过程中,有可能会遇到跨域请求,所以需要我们自己组装支持跨域请求的JSONP数据,而在4.1版本以后的SpringMVC中,为我们提供了一个AbstractJsonpResponseBod ...

  9. C#中const 详细分析与说明

    const是一个c语言的关键字,它限定一个变量不允许被改变.使用const在一定程度上可以提高程序的安全性和可靠性,另外,在观看别人代码的时候,清晰理解const所起的作用,对理解对方的程序也有一些帮 ...

  10. nginx 443 https mark

    #user  nobody; worker_processes  4; #error_log  logs/error.log; #error_log  logs/error.log  notice; ...