首页 > 其他分享 >香港大学 CS 笔试真题(三)

香港大学 CS 笔试真题(三)

时间:2024-12-25 12:57:13浏览次数:8  
标签:香港大学 抽到 probability 真题 概率 CS table true row

前言

本文章主要内容为笔试当中的数学真题,涉及高等数学、线性代数、概率论与数理统计的基础知识以及其他数学理论。

注:部分纯计算题目暂只给出题目,推荐参考网课为宋浩老师的 B 站课程。

一、高等数学

01 连续性函数

A monk climbs a mountain. He starts at 8am and reaches the summit at noon. He spends the night on the summit. The next morning, he leaves the summit at 8am and descends by the same route that he used the day before, reaching the bottom at noon. Argue that there is a time between 8am and noon at which the monk was at exactly the same spot on the mountain on both days.

Solution:

This conclusion can also be visualized: if we draw the monk's path on both days on the same graph, the curve representing the ascent will intersect with the curve representing the descent, confirming that there is a common point in time.

02 Ramsey定理

请你证明,在6个人中,或者有3个人,他们中的每两个人都互相认识,或者有3个人,他们中的每两个人都彼此不认识。

解:

不管用红色和蓝色如何去着色K6的边,总存在一个红K3(原始的6个点中有3个,点,它们之间的3条线段均被画成红色)或蓝K3(原始的6个点中有个点,它们之间的3条线段均被画成蓝色),简言之,总存在一个单色三角形。

03 数学归纳

请你证明,序列1+3+5+⋯+(2n-1)=n^2对所有正整数n都成立。

Solution:

04 求导与积分

xsinx 求导

5x^4+lnx 求导

x/(1+x) 求不定积分

(1/x)+4e^(2x) 求不定积分

二、线性代数

01 矩阵变换

Consider the following two tables. Argue that we cannot transform the left table into the right table by exchanging its rows and columns?

Solution:

Regardless of how we perform row or column exchanges, the numbers in each row remain constant. For instance, the row containing 5, 6, 7, and 8 will always consist of those same numbers, regardless of their position. However, in the right table, we see that those numbers change to 8, 6, 7, and 15. This indicates that it is impossible to convert the left table into the right table solely through row and column exchanges.

02 部分概念

矩阵逆、标准差、单位矩阵

三、概率论与数理统计

01 条件概率

2)In probability theory and statistics, the Bayes' theorem relates the conditional probability that P(A|B) , the probability that A is true given that B is true by the following probabilities:

P(A): probability that A is true.

P(B): probability that B is true.

P(B|A): probability that B is true given that A is true.

State the Bayes' theorem (express P(A|B) in terms of the above three probabilities).

3)两对夫妻各生了一个小孩,其中一个是女孩,求另一个也是女孩的概率。

4)从一个数组里拿两个数,其中一个数是 2,求两个数的和大于 6 的概率。

5)两个七面骰子各骰一次,求它们和的所有可能个数的条件概率公式,不考虑顺序。

6)三个普通骰子各骰一次,求一共多少种组合,不考虑顺序。

7)抛五枚硬币,其中至少有 2 枚硬币正面朝上,求恰好有 3 枚硬币正面朝上的概率。

02 全概率

A bag contains 4 balls. Two balls are drawn at random without replacement and are found to be blue. What is the probability that all balls in the bag are blue?

03 期望与方差

2)从 1~20 中挑选一个整数,抽到偶数的概率是 0.7,抽到奇数的概率是 0.3,当抽到奇数 n 时,损失 n 美元,当抽到偶数 n 时,赚到 n 美元。例如抽到 3,则损失 3 美元,抽到 6,则赚到 6 美元,求最终钱的期望值。

04 相互独立

1)已知事件 A 为一个家庭有3个孩子,其中有男孩,事件 B 为这个家庭最多有一个男孩,请判断事件 A 和事件 B 是否相互独立。

2)如果事件 A 和事件 B 相互独立,则 P(A) 和 P(B) 满足什么关系。

05 古典概型

2)一副标准的扑克牌中抽出 5 张牌,求有 3 个 A 的概率和没有黑桃的概率。

3)一个人面试三个职位,这三个职位的候选人分别是2,3和4个,每个人获得职位的概率相等,求这个人没有拿到任何职位的概率。

4)五个人围成一圈,求选定的两个人刚好相邻的概率。

标签:香港大学,抽到,probability,真题,概率,CS,table,true,row
From: https://blog.csdn.net/lango_LG/article/details/144699686

相关文章

  • 0day 移动应用getPicServlet存在任意文件的读取漏洞
     0x01产品概述    0day移动应用getPicServlet存在任意文件的读取漏洞通用描述管理和发布于一体的智能化平台,广泛应用于新闻、媒体和各类内容创作机构。该平台支持多终端、多渠道的内容分发,具备素材管理、编辑加工、智能审核等功能,通过AI技术辅助内容创作与数据分析......
  • windows环境下elasticsearch分词器elasticsearch-analysis-ik安装
    windows环境下elasticsearch分词器elasticsearch-analysis-ik安装|Id|Title|DateAdded|SourceUrl|PostType|Body|BlogId|Description|DateUpdated|IsMarkdown|EntryName|CreatedTime|IsActive|AutoDesc|AccessPermission||-------------|-------......
  • Chapter 6 Optimize decision making with AI - Simple versus Intelligent Data Anal
    decisionmaking≈datadrivendecisionmakingData-drivendecision-makingreferstoleveragingaggregatedandsummarizeddatatodrivecriticaldecisions.Thedataservesasacompass,allowingyoutorefineyour“gutfeeling”andminimizebiasinyourde......
  • CSS允许使用哪些不同的媒介类型?
    CSS允许使用多种不同的媒介类型来定义样式,这些媒介类型可以根据呈现设备的特性进行分类。以下是一些常见的CSS媒介类型:all:适用于所有媒介设备,不区分具体的呈现方式。aural:用于语音和音频合成器,这类设备会将文本信息转换为语音输出。不过,请注意,这个媒介类型在现代CSS中使用较......
  • 说说你对css的filter滤镜的理解
    CSS的filter属性提供了一种在元素上应用图形效果(如模糊、亮度、对比度、色相、饱和度等)的方式,而无需使用复杂的图像处理软件或技术。这些滤镜效果可以直接在浏览器中实时渲染,使得前端开发者在创建视觉效果时拥有更多的灵活性和控制力。基本语法CSSfilter属性的基本语法如下......
  • z-index在CSS3中生效范围有哪些?
    在CSS3中,z-index属性用于设置元素的堆叠顺序或层级。其生效范围主要受以下几个方面的限制和影响:定位元素:z-index属性仅在元素的position属性值为relative、absolute或fixed时生效。这是因为这些定位方式允许元素脱离常规文档流,从而能够通过z-index来调整它们的堆叠顺序。层......
  • 使用css实现一个条纹边框
    在CSS中,实现条纹边框可以有多种方式,但最直接的方式可能是使用伪元素和线性渐变。以下是一个示例,它使用:before和:after伪元素来创建一个具有条纹效果的边框:.striped-border{position:relative;width:200px;height:200px;background-color:#fff;mar......
  • 使用css实现一个曲线路径动画
    在CSS中,你可以使用@keyframes来定义动画,然后通过animation属性将其应用到元素上。然而,CSS本身并不直接支持沿着曲线路径的动画。你可以通过一些技巧来模拟这种效果,例如使用transform:rotate()和transform-origin来创建一个看起来像是沿着曲线路径移动的动画。以下是一个简单的示......
  • 使用 HTML 和 CSS 实现绚丽的节日烟花效果
    文章目录1.效果预览2.核心技术栈3.核心代码解读3.1HTML结构3.2霓虹文字的CSS样式3.2.1核心样式代码3.2.2动画效果3.3JavaScript的烟花效果实现3.3.1烟花上升3.3.2粒子爆炸4.用户交互5.运行步骤总结1.效果预览打开后输入文本的展示内容用户点击......
  • HTML静态网页成品作业(HTML+CSS+JS)——我的家乡福州介绍网页(3个页面)
    ......