新概念英语(1-111)The most expensive model
Lesson 111
The most expensive model
最昂贵的型号
Listen to the tape then answer this question. Can Mr. Frith buy the television on instalments? How does it work?
听录音,然后回答问题。弗里斯先生可以用分期付款方式购买电视机吗?如何操作呢?
MR. FRITH: I like television very much.
How much does it cost?
ASSISTANT: It's the most expensive model in the shop.
It costs five hundred pounds.
MR. FRITH: That's too expensive for us.
We can't afford all that money.
ASSISTANT: This model's less expensive than that one.
It's only three hundred pounds.
But, of course, it's not as good as the expensive one.
MR. FRITH: I don't like the model.
The other model's more expensive,
but it's worth the money.
MR. FRITH: Can we buy it on instalments?
ASSISTANT: Of course.
You can pay a deposit of thirty pounds,
and then fourteen pounds a month for three years.
MR. FRITH: Do you like it, dear?
MRS. FRITH:I certainly do,
but I don't like the price.
You always want the best,
but we can't afford it.
Sometimes you think you're a millionaire!
MR. FRITH: Millionaires don't buy things on instalments!
New Word and expressions 生词和短语
model
n. 型号
afford
v. 付得起(钱)
deposit
n. 预付定金
instalment
n. 分期付款
price
n. 价格
millionaire
n. 百万富翁
参考译文
弗里斯先生:我非常喜欢这台电视机。
请问它多少钱?
店 员:这是店里最贵的型号。
它的售价是500英镑。
弗里斯夫人:这对我们来说是太贵了。
我们花不起那么多钱。
店 员:这种型号比那种要便宜些。它只要300英镑。
但是,它当然没有价钱高那种好。
弗里斯先生:我不喜欢这种型号。
那种型号价格是贵一些,
但它值得那么多钱。
弗里斯先生:我们可以用分期付款的方式]购买吗?
店 员:当然可以。
您可以先付30英镑定金,然后每月14镑,3年付清。
弗里斯先生:你喜欢吗,亲爱的?
弗里斯夫人:我当然喜欢,但是我不喜欢这个价钱。
你总是要买最好的,
可我们买不起,有时候你认为自己是个百万富翁!
弗里斯先生:百万富翁是不会分期付款买东西的!
新概念英语(1-111)The most expensive model的更多相关文章
- 新概念英语(1-11)Is this your shirt ?
Is this your shirt?Whose shirt is white? A:Whose shirt is that? Is this your shirt, Dave? Dave:No si ...
- [新概念英语II 笔记] Lesson 3: Please Send Me a Card
发现身边很多程序员都能看懂英文技术文章的60%-80%内容,但大家都有一个毛病,就是不会说,不会写作,在逛英文技术社区的时候,想发表点什么评论,总担心自己写的话有错误.究其原因, 我觉得主要原因是因为 ...
- 新概念英语(1-47)A cup of coffee
新概念英语(1-47)A cup of coffee How does Ann like her coffee? A:Do you like coffee, Ann? B:Yes, I do. A:D ...
- 新概念英语(1-45)The boss's letter
新概念英语(1-45)The boss's letter Why can't Pamela type the letter? A:Can you come here a minute, please, ...
- 新概念英语(1-43)Hurry up!
新概念英语(1-43)Hurry up! How do you know Sam doesn't make the tea very often? A:Can you make the tea, Sa ...
- 新概念英语(1-41)Penny's bag
新概念英语(1-41)Penny's bag Who is the tin of tobacco for? A:Is that bag heavy, Penny? B:Not very. A:Here ...
- 新概念英语(1-39)Don't drop it!
新概念英语(1-39)Don't drop it! Where does Sam put the vase in the end ? A:What are you going to do with t ...
- 新概念英语(1-35)Our village
新概念英语(1-35)Our village Are the children coming out of the park or going into it ? This is a photogra ...
- 新概念英语(1-32)A fine day
新概念英语(1-33)A fine day Where is the Jones family? It is a fine day today. There are some clouds in th ...
随机推荐
- Java equals() 和hashCode()方法详解
Java的Object类中定义了equals方法,Object类中的equals方法源代码如下,从源代码中可以看出Object类中的equals方法是用来返回判断两个对象是否指向同一个对象(引用地址) ...
- FTP站点设置
0x00前言: 应老师今天教的和题目所需 有了今天的博文 0x01准备: windows server 2008 FTP服务 0x02正文: 1.先安装FTP服务 先打开--服务器管理 点击--添加角 ...
- c# 根据唯一码,存缓存 实现12小时内 阅读量+1
需求:某一个详细页面需要实现用户 12小时内阅读量+1, 实现思路;得到一个唯一码的机器码,不管是否用户登录了 都有这个码,然后存到缓存里面 最后判断时间+12小时 是否超过当前时间 string ...
- Linux档案权限与目录配置
一.档案权限: Linux 最优秀的地方之一,就在于他的多人多任务环境.而为了让各个使用者具有较保密的档案数据,因此档案的权限管理就变的很重要了. Linux 一般将档案可存取的身份分为三个类别,分别 ...
- 笔记:Spring Cloud Eureka 服务发现与消费
服务发现与消费,其服务发现的任务是由Eureka的客户端完成,而服务的消费任务由Ribbon.JerseyClient等完成,Ribbon是一个基于HTTP和TCP的客户端负载均衡器:使用Jersey ...
- 在 Rolling Update 中使用 Health Check - 每天5分钟玩转 Docker 容器技术(146)
上一节讨论了 Health Check 在 Scale Up 中的应用,Health Check 另一个重要的应用场景是 Rolling Update.试想一下下面的情况: 现有一个正常运行的多副本应 ...
- java基础学习系列一
判断语句 1,if条件判断语句 if(){} if(){} else{} if(){}else if(){} else() if判断一共这3张情况.if后面的值是boolen类型 2,switch条件 ...
- POJ-1256 next_permutation函数应用
字典序列: 在字典序中蕴含着一个点,就是大小的问题,谁先出现,谁后出现的问题.譬如a<b<c,出现顺序就是a,b,c. 本题中字符集是所有大小写字母,而题目中规定的谁大谁小已经不是按asc ...
- PAT-L2-007-gplt真题
题目分析: 1. 首先,题目说一个家庭有孩子爸爸妈妈等几辈人,可以利用并查集将一个家庭里的所有人变成一个集合: 2. 刚好题目的目的也是这样,输出的是一个家庭人数,人均房产面积,人均房产套数等: 3. ...
- pycharm 的安装及selenium环境的搭建
6.呵呵哒,前面写了一篇pycharm的安装,,结果自己都看不懂了,copy了别人的,,,自己现在再写一遍,这篇文章主要写pycharm 的安装及selenium 环境的搭建,selenium的搭建不 ...