In this lesson you will learn to say what you need. 在本课中,您将学习如何说出您的需求。

Words list

elevator  电梯      That's an  elevator  那是一部电梯

hotel 酒店    apartment 公寓

a sing room  单间

a double room  带一张双人床的房间

twin room  两张单人床的双人房

The 2nd floor ;  2层楼   The 1nd floor = The First floor 第一层

a credit card 一张信用卡

The reception 接待处

room number 房间号

above  上面

According   依照

Act out the story    把这个故事说出来                   Act out 把…表演出来;把…付诸行动

What's this?

That's a hotel ...   那是一家酒店

That's an ...  那是...

Those are ... 那些是...

Mike is tired. It's late. He is staying in Hong Kong for one night.  麦克累了,天色已晚。他准备在香港待上一晚

1. Good evening. May I help you?  晚上好,我能帮你什么吗?

2. Yes.I'd like a room for the night. 是的,我想要住一晚

3. A single or a double?  单间还是双人间?

4. I'd like a single room,please. 请给我一间单间

5.How much is it?  多少钱?

6.It's $150 per night.      150/晚                    # per    prep. 每;经;按照;每一                prep = preposition 介词

7.Can I pay by credit card?  我能用信用卡支付吗?

8. Yes. Could you fill in this form. please?  可以,请做下登记。

9.OK.

10 Here's your key. Your room number is 304, on the third floor.  这是你的钥匙,你的房间号是304,在3楼

11.Thank you. Where is the elevator?  谢谢你,电梯在哪里?

12. It's over there 就在那边

READ

After a long journey from Heathrow,John finally arrives at his hotel in King's Cross. He goes to the reception area to checkin.

从希思罗机场坐飞机经过漫长的旅途,约翰最终到达了他的国王十字酒店. 他准备去前台接待办理入住

Receptionist: Hello. Can I help you?

John: Yeah hi, I've got a reservation(预约), my name's John Arquit(约翰·阿尔奎特)

Recepstionist: Ah,yes. You booked(预定)a shared room for 1 week? 你预订了共享房间一周?

John: Yes, a shared room, but perhaps I'll stay loger.

Recepstionist: OK,but let us know as soon as you decide?

John: Yes, of course. How much is that?

Recepstionist:It's £ 18.50 for a shared room. Can I see your passport?     # £  = 英镑  pound     便士 pence

John: Here you are.

a shared room - a room with other people  共用房间 - 与其他人共用的房间

let us know - tell us   让我们知道 - 告诉我们

reservation - the room is booked in advance   预约 - 房间提前预订

English trip M1 - PC12 I'd Like a Room Please Teacher:Taalan的更多相关文章

  1. English trip M1 - AC9 Nosey people 爱管闲事的人 Teacher:Solo

    In this lesson you will learn to talk about what happened. 在本课中,您将学习如何谈论发生的事情. 课上内容(Lesson) # four “ ...

  2. English trip M1 - PC1 Are you a Model? 你是模特吗? Teacher:Taylor

    In this lesson you will learn to talk about jobs. 课上内容(Lesson) What's your partner name? Her name is ...

  3. English trip M1 - PC7 Can I Borrow Your Ping-Pong? Teacher:Patrick

    In this lesson you will learn to desribe abilities.  这节课你将学习到描述你的能力 课上内容(Lesson) 三种常见情态动词 can aux. 能 ...

  4. English trip M1 - PC6 Likes and Dislike Teacher:Jade

    In this lesson you will learn to talk about likes and dislikes. 课上内容(Lesson) # 通常在习惯性的表达式用 it's 来表达w ...

  5. English trip M1 - AC11 I Dreamed a Dream? 我做了一个梦 Teacher:Lamb

    In this lesson you will learn to describe an experience.  这节课你讲学习到描述经历 课上内容(Lesson) 词汇(Key Word ) 句型 ...

  6. English trip M1 - AC11 May I Help You? 我能帮到你吗? Teacher:Lamb

    In this lesson you will learn to ask for things in shops  在本课程中,您将学习如何在商店中寻找东西 课上内容(Lesson) How are ...

  7. English trip M1 - AC6 How to make salad? Teacher:Patrick

    In this lesson you will learn to give instructions.  在本课中,您将学习如何提供说明. 课上内容(Lesson) How to make a sal ...

  8. English trip M1 - AC3 Teacher:Corrine

    课堂上内容 16,black,games The clothes is Only $. is lucky number in China. God give us black eyes,but we ...

  9. English trip M1 - AC1 My Dream Car Teacher:Corrine

    In this lesson you will learn to describe an object. 课上内容(Lesson) You want to rent a car. Go to the ...

随机推荐

  1. 在outlook中发邮件判断邮件发送成功的方法

    早上给企业发了求职邮件,但是发送的时候,自己发现附件比较大,因为之前比较少使用这个工具来发邮件,所以发送之后没有提醒成功与否,求职心切,内心变得比较紧张. 所以查了查方法,发现了以下解决方案,现备注下 ...

  2. Solr安装中文分词器IK

    安装环境 jdk1.7 solr-4.10.3.tgz KAnalyzer2012FF_u1.jar tomcat7 VM虚拟机redhat6.5-x64:192.168.1.201 Xshell4 ...

  3. C/C++之extern "C"的用法解析

    extern "C"的用法解析 http://blog.sina.com.cn/u/494a1ebc010004g5 C++中extern “C”含义深层探索 1.引言 C++语言 ...

  4. ajax return true/false无效原因

    错误示例:function checkCP(customerId,productId){ $.ajax({ url:"/cp/checkCP", type:"post&q ...

  5. Python之路----生成器函数进阶

    def generator(): print(123) yield 1 print(456) yield 2 g = generator() ret = g.__next__() print('*** ...

  6. SQLServer 进阶记录式学习

    1.强制类型转换  nvarchar->decimal ) , , ) SET @i = '1083.589' SET @num = @i SELECT @num , )) SELECT @nu ...

  7. C/C++中的位运算

    位运算     位运算的运算分量只能是整型或字符型数据,位运算把运算对象看作是由二进位组成的位串信息,按位完成指定的运算,得到位串信息的结果. 位运算符有:     &(按位与).|(按位或) ...

  8. CentOS7防火墙之firewalld

    今天在centos7上装mysql8,装好了之后发现主机的navicat始终连不上centos中的mysql 搜索发现是防火墙的问题,已查看iptables,嗯?没有了这个防火墙,原来centos换防 ...

  9. 20145101《Java程序设计》第二周学习总结

    20145101 <Java程序设计>第2周学习总结 教材学习内容总结 在第三章的学习中,我学到了很多新知识点,了解到Java语言中的类型及其变量主要类型为:整数,还有char型,bool ...

  10. USACO 1.3 Ski Course Design - 暴力

    Ski Course Design Farmer John has N hills on his farm (1 <= N <= 1,000), each with an integer ...