1.平均数
2.中数
To calculate the median of n numbers,first order the numbers from least to greatest;if n is odd,the median is defined as the middle number,while if n is even,the median is defined as the average of the two middle numbers. For the data 6, 4, 7, 10, 4, the numbers, in order, are 4, 4, 6, 7, 10, and the median is 6, the middle number. For the numbers 4, 6, 6, 8, 9, 12, the median is /2 = 7. Note that the mean of these numbers is 7.5.
3.众数:一组数中的众数是指出现频率最高的数。
例:the mode of 7,9,6,7,2,1 is 7。
4.值域:表明数的分布的量,其被概念为最大值减最小值的差。
例:the range of1,7,27,27,36 is 36-= 37。
5.标准方差:
One of the most common measures of dispersion is the standard deviation. Generally speaking, the greater the data are spread away from the mean, the greater the standard deviation. The standard deviation of n numbers can be calculated as follows:
find the arithmetic mean ;
find the differences between the mean and each of the n numbers ;
square each of the differences ;
find the average of the squared differences ;
take the nonnegative square root of this average.
Notice that the standard deviation depends on every data value, although it depends most on values that are farthest from the mean. This is why a distribution with data grouped closely around the mean will have a smaller standard deviation than data spread far from the mean.
6.排列与组合
There are some useful methods for counting objects and sets of objects without actually listing the elements to be counted. The following principle of Multiplication2 is fundamental to these methods.
If a first object may be chosen in m ways and a second object may be chosen in n ways, then there are mn ways of choosing both objects.
As an example, suppose the objects are items on a menu. If a meal consists of one entree3 and one dessert and there are 5 entrees4 and 3 desserts on the menu, then 53 = 15 different meals can be ordered from the menu. As another example, each time a coin is flipped5, there are two possible outcomes, heads and tails. If an experiment consists of 8 consecutive6 coin flips7, the experiment has 28 possible outcomes, where each of these outcomes is a list of heads and tails in some order.
☆阶乘:factorial notation8
倘若一个大于1的整数n,计算n的阶乘被表示为n!,被概念为从1至n所有整数的乘积,
比如:4! = 4321= 24
注意:0! = 1! = 1
☆排列:permutations
The factorial is useful for counting the number of ways that a set of objects can be ordered. If a set of n objects is to be ordered from 1st to nth, there are n choices for the 1st object, n-1 choices for the 2nd object, n-2 choices for the 3rd object, and so on, until there is only 1 choice for the nth object. Thus, by the multiplication principle, the number of ways of ordering the n objects is
n = n!
For example, the number of ways of ordering the letters A, B, and C is 3!, or 6:ABC, ACB, BAC, BCA, CAB, and CBA.
These orderings are called the permutations of the letters A, B, and C.也可以用P 33表示.
Pkn = n!/ !
比如:1, 2, 3, 4, 5这5个数字构成不一样的5位数的总数为5! = 120
☆组合:combination
A permutation can be thought of as a selection process in which objects are selected one by one in a certain order. If the order of selection is not relevant and only k objects are to be selected from a larger set of n objects, a different counting method is employed.
Specially9 consider a set of n objects from which a complete selection of k objects is to be made without regard to order, where 0kn . Then the number of possible complete selections of k objects is called the number of combinations of n objects taken k at a time and is Ckn.
从n个元素中任选k个元素的数目为:
Ckn. = n!/ ! k!
比如:从5个不同元素中任选2个的组合为C25 = 5!/2! 3!= 10
排列组合的一些特质
☆加法原则:Rule of Addition
做某件事有x种办法,每种办法中又有各种不一样的解决方案。比如第一种办法中有y1种办法,第二种办法有y2种办法,等等,第x种办法中又有yx种不一样的办法,每一种均可完成这件事,即它们之间的关系用or表达,那样一般用加法原则,即有:y1+ y2+。。。+ yx种办法。
☆乘法原则:Rule of Multiplication
完成一件事有x个步骤,第一步有y1种办法,第二步有y2种办法,。。。,第x步有yx种办法,完成这件事一共有y1 y2。。。yx种办法。
以上只不过GMAT考试试题中常常涉及到的数学算术方面的问题,以后大家将陆续在新开辟的网上课堂中介绍代数、几何与系统的习题、解说,以帮助大伙在GMAT数学考试中更好地发挥中国学生的优势,拿到让美国人哑口无言的成绩