Skip to main content

美国葬礼一般花7千到1万美元

美国华人也基本上是这
个范围。

这是我们美国华人融入主流社会的一个体现。下面是三位美国华人的亲身经历:

发信人: weewow (梭影清遊), 信区: WaterWorld
4萬美金的葬禮的確有些昂貴。。。 我有親人去年去世,辦了一個200~300人的葬禮,是在SF, NYC這一級別的大都市,花費包括遺容美容,棺槨,場地租金,來賓食物等全套服務,總共花費1萬出頭。

发信人: equal2 (equal), 信区: WaterWorld
美国的殡葬费用平均只是5000-6000而已,这个数目是我们部门的新来的部门经理对我说的,他来自圣地亚哥,他很不忌讳,还用自己举例,如果自己死了,会要求老婆选择最多8000就够了。他听说是一个要求捐款的家庭的殡葬费用之后,说了一个词:不可理喻!在华人上看到一个MM说,公司只给5000刀的殡葬费用,怎么办?

发信人: MacAir (JobsGod), 信区: WaterWorld
给大家说说大概花销在什么地方,和不同的价位。这些年参加过几个葬礼,大型、小型都有,算是有个概念吧。葬礼“Basic Service Fee”,价格从$1000~ $2000 都有,这个是最低收费,每家必须的。

+ embalming 防腐 $500~$800
+ 化妆(衣服、发型、陈馆)$250~$600
+ 观瞩遗体费(别笑,这个不便宜,一般是 $400~$600之间,半个小时)
+ 埋葬费(大概$700~ $100左右)
+ Hearse ($500左右)
+ 礼宾车 limo service( $300)
+ 墓地服务 ($800~$1000)

这是加州湾区这边的价格,各项杂七杂八加起来也是笔不小的开支,便宜的$3500左右,贵的一套搞下来差不多$7000了。火化费各家差别很大,从$1000-$2500都有。真正贵的地方是墓地,价格从几千到上万都有。

如果您家人过世,大概要准备好$5000~$10000吧。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...