排列組合
排列數公式和組合數公式:
排列:
組合:
乘法原理:
一件事的完成可以分成n個步驟,完成其第一步有m1種方法,完成第二步有m2種方法……完成第n步有mn種方法,那么完成這件事一共有N=m1*m2*……*mn種不同的方法。
例題.If all of the room numbers in a certain hotel must be even numbers, and if each of the numbers uses all four of the digits 3,4,5 and 8, what is the greatest number of four-digit numbers that the hotel can have?
例題.What is the total number of different 4-digit integers in which the units’ digit is an odd integer while the thousands’ digit is an even integer?
例題.What is the total number of different 5-digit numbers that contain all of the digits 1,2,3,4, and 5 and
1) in which none of the odd digits occur next to each other?
2) in which none of the even digits occur next to each other?
平時,建議大家一定要注意GRE數學基本概念的加強理解,因為無論GRE數學考試怎樣的題目都是從最基本的概念中演變而來的。