34w/m

54words

No one can avoid being influenced by advertisements. Much as we may pride ourselves on our good taste, we are no longer free to choose the things we want, for advertising exerts a subtle influence on us. In their efforts to persuade us to buy this or that product, advertisers have made a close study of human nature and have classified all our little weaknesses.

During a radio programme,a company of biscuit manufacturers once asked listeners to bake biscuits and send them to their factory. They offered to pay $10 a pound for the biggest biscuit baked by a listener. The response to this competition was tremendous. Before long, biscuits of all shapes and sizes began arriving at the factory. One lady brought in a biscuit on a wheelbarrow. It weighed nearly 500 pounds. A little later, a man came along with a biscuit which occupied the whole boot of his car. All the biscuits that were sent were carefully weighed. The largest was 713 pounds. It seemed certain that this would win the prize. But just before the competition closed, a lorry arrived at the factory with a truly colossal biscuit which weighed 2,400 pounds. It had been baked by a college student who had used over 1,000 pounds of flour, 800 pounds of sugar, 200 pounds of fat, and 400 pounds of various other ingredients. It was so heavy that a crane had to be used to remove it from the lorry. The manufacturers had to pay more money than they had anticipated, for they bought the biscuit from the student for $24,000

notes:

1广告深入人心

2饼干公司做广告营销:收购用户自制的饼干,10美元1磅。

3各种各样的饼干送到公司。最后有个重达2400磅的。

translation

没有人能避免受到广告的影响。就像我们对自己的好品味感到自豪一样,我们也不再自由地选择我们想要的东西,因为广告对我们有潜移默化的影响。在说服我们购买这种产品或产品的过程中,广告商已经对人性进行了深入的研究,并把我们所有的小缺点都分类了。

在一个广播节目中,一家饼干制造商曾经请听众烤饼干,然后送他们去工厂。他们提出要以每磅10美元的价格购买一名听众烘制的最大的饼干。对这场比赛的反应是巨大的。不久之后,各种形状和大小的饼干陆续抵达工厂。一位女士在独轮手推车上买了一块饼干。它重达500磅。过了一会儿,一个人带着一块饼干,占据了他的汽车的整个行李箱。所有的饼干都被仔细地称量。最大的是713磅。这似乎肯定会赢得这个奖项。但就在比赛结束前,一辆卡车来到工厂,用一种真正巨大的饼干,重达2400磅。一名大学生用了1000磅面粉、800磅糖、200磅脂肪和400磅各种其他配料来烘焙。由于太重,起重机不得不把它从卡车上取下来。制造商必须支付比他们预期的更多的钱,因为他们从学生那里购买了24000美元的饼干。

听力辨识度:

New Concept English three (26)的更多相关文章

  1. New Concept English three (35)

    27 55 The word justice is usually associated with courts of law. We might say that justice has been ...

  2. New Concept English there (1)Typing speed exercise

    Today,I start learn new concept english there,Mainly for listening practice and typing speed exercis ...

  3. New Concept English three (30)

    27W/m 32 words the death of ghost For years, villagers believed that Endley Farm was hunted. The far ...

  4. New Concept English three (27)

    35w/m 67 It has been said that everyone lives by selling something. In the light of this statement, ...

  5. New Concept English three (45)

    31w/m 65error In democratic countries any efforts to restrict the freedom of the press are rightly c ...

  6. New Concept English three (43)

    30 54 Insurance companies are normally willing to insure anything. Insuring public or private proper ...

  7. New Concept English three (38)

    26w/m 45 Future historians will be in a unique position when they come to record the history of our ...

  8. New Concept English three (32)

    26w/m 68 The salvage operation had been a complete failure. The small ship, Elkor, which had been se ...

  9. New Concept English three (51)

    22 76 Predicting the future is notoriously difficult. Who could have imagined, in the mid 1970s, for ...

随机推荐

  1. golang redis的模式订阅

    c := redisPool.Get() psc := redis.PubSubConn{c} psc.PSubscribe("aa*") for { switch v := ps ...

  2. Oracle DG备库强制switch_over过程

    故障描述: 主库异常下线,需要将备库强制启动为主库,切断日志时提示需要介质恢复,执行介质恢复后,再激活日志即可进行切换 1.  执行alter database recover managed sta ...

  3. blogCMS整理

    一.在urls中写路由 二.返回登录页面(login.html中写前端代码) - username(用户名) - password(密码) - validCode(验证码) -submit(提交按钮) ...

  4. pycharm断点调试

    step over 执行下一步 蓝色高亮的那一行表示准备执行的代码

  5. Python 一行代码实现并行

    需求 给定一个list   针对list 中每个元素执行一定的操作(这个操作很费时间,例如爬数据的时候调用某个网站的接口),返回操作后的list 例如 给定 1-10个数,在每个数字后面加个字母a 方 ...

  6. linux java环境配置

    一.安装 创建安装目录,在/usr/java下建立安装路径,并将文件考到该路径下: # mkdir /usr/java 1.jdk-6u11-linux-i586.bin 这个是自解压的文件,在lin ...

  7. Linux下的查找命令which、whereis、locate、find(6/20)

    Linux下查找相关命令主要有以下4个:which.whereis.locate.find. (1)which   [-a]    cmdname1 cmdname2 ...... 命令参数: -n  ...

  8. ORM实例介绍

    http://blog.csdn.net/RonoTian/article/details/2900714

  9. HTML5 SVG世界地图

    在线演示 本地下载

  10. StringUtils用法(isNotEmpty和isNotBlank)

    isNotEmpty将空格也作为参数,isNotBlank则排除空格参数 参考 Quote StringUtils方法的操作对象是java.lang.String类型的对象,是JDK提供的String ...