If A = {x, a, b, c, d}, how many closed binary operations on A have x as the identity?
Use a C-like language to write recursive algorithm to generate all the staircase paths from (x0, y0) to (x1, y1) one and only once.
Determine the number of staircase paths from (0, 8, 1) to (7, 4, 9).
Analyze the number of iterations in the following loops. for (i = 1; i <= 80; i += 4) for (j = 1; j <= i; j += 2) for (k = 1; k <= j; k++) {printf("\n");}
In how many ways can we distribute 8 red balls and 9 blue balls among 6 children so that each child receives at least one blue ball?
For finite sets A and B with |A| = m and |B| = n, determine the number of functions and onto function from A to B.
Prove: generalized DeMorgan's law.
Prove: A → B ∨ C = (A ∧ ¬B → C) and A ∨ B → C = (A → C) ∧ (B → C).
Prove: for all n ≥ 14, n can be written as a sum of 3's and/or 8's.
可觀看題目詳解,並提供模擬測驗!(免費會員無法觀看研究所試題解答)