代数部分 1. 有关数学运算 add,plus 加 subtract 减 multiply, times 乘 divide 除 power 乘方 radical sign, root sign 根号 the nth power of x x的n次幂 the nth root of x x的n次方根 square root 平方根 cube root 立方根 dividend 被除数 divisor 因子,除数 quotient 商 remainder 余数difference 差 multiplicand 被乘数 multiplier 乘数 product 积 arithmetic mean 算术平均值 weighted average 加权平均值 geometric mean 几何平均数 common logarithm 常用对数 exponent 指数,幂 base 乘幂的底数,底边 digit 数字 inverse function 反函数 complementary function 余函数 factorization 因式分解 absolute value 绝对值 round to 四舍五入to the nearest 四舍五入 round off 四舍五入 =: is equal to / is the same as / the result is / yields / gives / is A+B: A add to B / A increased by B / A more than B / A greater than B A-B: A less B / A take away B / A diminished by B / B less than A / B is substracted from A
2. 有关集合 set 集合 elements 元素 union 并集intersection 交集 (proper) subset (真)子集 solution set 解集
3.有关代数式、方程和不等式 algebraic term 代数项 like terms, similar terms 同类项 numerical coefficient 数字系数 literal coefficient 字母系数 inequality 不等式 triangle inequality 三角不等式 constant 常数 variable 变量 range 值域 original equation 原方程 equivalent equation 同解方程,等价方程 linear equation 线性方程
4.有关数论 natural number 自然数 positive number 正数 negative number 负数 odd integer, odd number 奇数 even integer, even number 偶数integer, whole number 整数 positive whole number 正整数negative whole number 负整数 consecutive number 连续整数 real number 实数 rational number 有理数 irrational(number) 无理数 reciprocal,inverse 倒数 composite number 合数 e.g. 4,6,8,9,10,12,14,15…… prime number 质数 e.g. 2,3,5,7,11,13,15…… 注意:所有的质数(2除外)都是奇数,但奇数不一定是质数 common divisor 公约数 multiple 倍数 (least)common multiple (最小)公倍数 (prime) factor (质)因子 common factor 公因子 ordinary scale, decimal scale 十进制 nonnegative 非负的common ratio 公比 proper fraction 真分数 improper fraction 假分数(eg. 7/3) mixed number 带分数 vulgar fraction,common fraction 普通分数 simple fraction 简分数 complex fraction 繁分数(2又3/4) numerator 分子 denominator 分母 (least) common denominator (最小)公分母 quarter 四分之一 decimal fraction 纯小数 infinite decimal 无穷小数 recurring decimal 循环小数 thousands,hundreds,tens,ones/units 千位,百位,十位,个位 decimal point / period 小数点 tenths,hundredths,thousandths unit 十分位,百分位,千分位 the ratio of 3 to 4 = 3:4 比率 3/4: three fourths / fourths of three / three over four ...2/3 as many A as B: A=2/3*B ...twice as many... A as B: A=2*B mode 众数(出现频率最高的数,可能不止一个) 5.其它 arithmetic progression(sequence) 等差数列 geometric progression(sequence) 等比数列 approximate 近似 (anti)clockwise (逆) 顺时针方向 cardinal 基数 ordinal 序数 direct proportion 正比 distinct 不同的 estimation 估计,近似 parentheses 括号 proportion 比例 permutation 排列 combination 组合 table 表格 trigonometric function 三角函数 unit 单位,位
altitude 高 depth 深度 side 边长 circumference, perimeter 周长 radian 弧度 surface area 表面积 volume 体积 arm 直角三角形的股 cross section 横截面 center of a circle 圆心 chord 弦 radius 半径 angle bisector 角平分线 diagonal 对角线 diameter 直径 edge 棱 face of a solid 立体的面 hypotenuse 斜边 included side 夹边 leg 三角形的直角边 median of a triangle 三角形的中线 base 底边 opposite 直角三角形中的对边 midpoint 中点 endpoint 端点 vertex (复数形式vertices)顶点 tangent 切线的 transversal 截线 intercept 截距slop 斜率
7.有关坐标 coordinate system 坐标系 rectangular coordinate 直角坐标系 origin 原点 abscissa 横坐标 ordinate 纵坐标 number line 数轴 quadrant 象限 slope 斜率 complex plane 复平面
intercalary year(leap year) 闰年(366天) common year 平年(365天) depreciation 折旧 down payment 直接付款 discount 打折 margin 利润 profit 利润 principal 本金 interest 利息 simple interest 单利 compounded interest 复利 dividend 红利 decrease to 减少到 decrease by 减少了 increase to 增加到 increase by 增加了 denote 表示 list price 标价 markup 涨价 per capita 每人 ratio 比率 retail price 零售价 tie 打平
第二部分:数学基本概念
1. mode(众数) 一堆数中出现频率最高的一个或几个数 e.g. mode of 1,1,1,2,3,0,0,0,5 is 1 and 0 2. range(值域) 一堆数中最大和最小数之差 e.g. range of 1,1,2,3,5 is 5-1=4 3. mean(平均数) arithmatic mean(算术平均数) (不用解释了吧?) geometric mean (几何平均数) n个数之积的n次方根 4. median(中数) 将一堆数排序之后,正中间的一个数(奇数个数字), 或者中间两个数的平均数(偶数个数字) e.g. median of 1,7,4,9,2,2,2,2,2,5,8 is 2 median of 1,7,4,9,2,5 is (5+7)/2=6 5. standard error(标准偏差) 一堆数中,每个数与平均数的差的绝对值之和,除以这堆数的个数(n) e.g. standard error of 0,2,5,7,6 is: (|0-4|+|2-4|+|5-4|+|7-4|+|6-4|)/5=2.4 6. standard variation 一堆数中,每个数与平均数之差的平方之和,再除以n e.g. standard variation of 0,2,5,7,6 is: _ 2 2 2 2 2_ |_(0-4) +(2-4)+(5-4)+(7-4)+(6-4)_|/5=6.8 7. standard deviation 就是standard variation的平方根 标准方差的公式:d^2=[(a1-a)^2+(a2-a)^2+....+(an-a)^2 ]/n d 为标准方差 8. 三角形 余玄定理C^2=A^2+B^2-2ABCOSt t为AB两条线间的夹角 9. Y=k1X+B1,Y=k2X+B2,两线垂直的条件为K1K2=-1 10.三的倍数的特点:所有位数之和可被3整除 11. N的阶乘公式: N!=1*2*3*....(N-2)*(N-1)*N 且规定0!=1 例如 8!=1*2*3*4*5*6*7*8 12. 熟悉一下根号2、3、5的值 sqrt(2)=1.414 sqrt(3)=1.732 sqrt(5)=2.236 13. ...2/3 as many A as B: A=2/3*B ...twice as many... A as B: A=2*B 14. a if only b: b->a 15. 概率P=满足某个条件的所有可能情况数量/所有可能情况数量 性质 0<=P<=1 a1,a2为两两不相容的事件(即发生了a1,就不会发生a2) P(a1或a2)=P(a1)+P(a2)
a1,a2不是两两不相容的事件,分别用集合A和集合B来表示 即集合A与集合B有交集,表示为A*B (a1发生且a2发生) 集合A与集合B的并集,表示为A U B (a1发生或a2发生) 则 P(A U B)= P(A)+P(B)-P(A*B)。。。。。。。。。。。。。。。。。公式2
136、 There are 6 groups in a room. Each group consists of 3 men. How many handshakes will there be if each man only shakes hands with people who are outside his group?
18C2 - 6(3C2) = 18X17/2 - 6(3X2/2) = 153 - 18 = 135. I) 18 people shake had with each other or 18C2 II) Then subtract the hand shakes within each group. Six such group with 6 hand shakes each or 6(3C2)
137、 if you tossed a coin three times, what s the probability that you get the same side all three times.
the probability that you get one side 1/8 plus the probsbility that you get another side 1/8 totaling 1/4.
intercalary year(leap year) 闰年(366天) common year 平年(365天) depreciation 折旧 down payment 直接付款 discount 打折 margin 利润 profit 利润 principal 本金 interest 利息 simple interest 单利 compounded interest 复利 dividend 红利 decrease to 减少到 decrease by 减少了 increase to 增加到 increase by 增加了 denote 表示 list price 标价 markup 涨价 per capita 每人 ratio 比率 retail price 零售价 tie 打平
第二部分:数学基本概念
1. mode(众数) 一堆数中出现频率最高的一个或几个数 e.g. mode of 1,1,1,2,3,0,0,0,5 is 1 and 0 2. range(值域) 一堆数中最大和最小数之差 e.g. range of 1,1,2,3,5 is 5-1=4 3. mean(平均数) arithmatic mean(算术平均数) (不用解释了吧?) geometric mean (几何平均数) n个数之积的n次方根 4. median(中数) 将一堆数排序之后,正中间的一个数(奇数个数字), 或者中间两个数的平均数(偶数个数字) e.g. median of 1,7,4,9,2,2,2,2,2,5,8 is 2 median of 1,7,4,9,2,5 is (5+7)/2=6 5. standard error(标准偏差) 一堆数中,每个数与平均数的差的绝对值之和,除以这堆数的个数(n) e.g. standard error of 0,2,5,7,6 is: (|0-4|+|2-4|+|5-4|+|7-4|+|6-4|)/5=2.4 6. standard variation 一堆数中,每个数与平均数之差的平方之和,再除以n e.g. standard variation of 0,2,5,7,6 is: _ 2 2 2 2 2_ |_(0-4) +(2-4)+(5-4)+(7-4)+(6-4)_|/5=6.8 7. standard deviation 就是standard variation的平方根 标准方差的公式:d^2=[(a1-a)^2+(a2-a)^2+....+(an-a)^2 ]/n d 为标准方差 8. 三角形 余玄定理C^2=A^2+B^2-2ABCOSt t为AB两条线间的夹角 9. Y=k1X+B1,Y=k2X+B2,两线垂直的条件为K1K2=-1 10.三的倍数的特点:所有位数之和可被3整除 11. N的阶乘公式: N!=1*2*3*....(N-2)*(N-1)*N 且规定0!=1 例如 8!=1*2*3*4*5*6*7*8 12. 熟悉一下根号2、3、5的值 sqrt(2)=1.414 sqrt(3)=1.732 sqrt(5)=2.236 13. ...2/3 as many A as B: A=2/3*B ...twice as many... A as B: A=2*B 14. a if only b: b->a 15. 概率P=满足某个条件的所有可能情况数量/所有可能情况数量 性质 0<=P<=1 a1,a2为两两不相容的事件(即发生了a1,就不会发生a2) P(a1或a2)=P(a1)+P(a2)
a1,a2不是两两不相容的事件,分别用集合A和集合B来表示 即集合A与集合B有交集,表示为A*B (a1发生且a2发生) 集合A与集合B的并集,表示为A U B (a1发生或a2发生) 则 P(A U B)= P(A)+P(B)-P(A*B)。。。。。。。。。。。。。。。。。公式2