



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Practice questions for discrete mathematics, covering topics such as logic functions, sets, countability, and algorithms. The questions are multiple-choice and include explanations for the correct answers. from the FAMAT State Convention in 2004.
Typology: Exams
Uploaded on 05/11/2023
1 / 7
This page cannot be seen from the preview
Don't miss anything!




Discrete Mathematics FAMAT State Convention 2004
For all questions, E. NOTA means none of the above answers is correct.
A. Noah, Graham, John D. Cannot be determined B. John, Noah, Graham E. NOTA C. Noah, John, Graham
table for the given values of A , B , and C. (Note: A denotes the complement of A, A+B denotes A OR B, A ⋅ B denotes A AND B.)
A B C F 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 0 1 1 0 0 1 1 1 1
Which of the following is an expression for F?
A. “I am not the best rapper in Gainesville and I do not love eating chicken wings.” B. “I am not the best rapper in Gainesville or I do not love eating chicken wings.” C. “If I am the best rapper in Gainesville, then I do not love eating chicken wings.” D. The statement is not a proposition, so it cannot be negated E. NOTA
A. “If I don’t choose to study Political Science, I will not get accepted to Georgia Tech.” B. “If I choose to study Political Science, I will get accepted to Georgia Tech.” C. “I will not get accepted to Georgia Tech and I will not study Political Science.” D. “I will get accepted to Georgia Tech or I will study Political Science.” E. NOTA
A, A+B denotes A OR B, A ⋅ B denotes A AND B.)
n f n = D. f ( n ) = 2 n − 1
B. f ( n )= 2 n + 1 E. NOTA C. f ( n )= n^2 − 1
i. All possible outcomes of the Georgia State lottery ii. Real numbers between -1 and 1 (not inclusive) iii. Integers greater than 5 and divisible by 2 iv. Rational numbers between 100 and 100. v. Complex numbers, z , that satisfy z ≤ 1
A. O(1) B. O(n) C. O(log n) D. O(n^2 ) E. NOTA
procedure maximum(a 1 ,a 2 ,…,an: integers) max := a 1 for i := 2 to n if max < ai then max := ai
end with max as largest value
n (n-1)
( n ) whenn 0
whenn 0
What is the value of Φ ( 7 )?
A. 8 B. 9 C. 10 D. 11 E. NOTA
A. 414 B. 27,720 C. 1140 D. 330 E. NOTA
− k
n k
n 1
≥ k n , k ∈ Z +
A. (^) ^ B. (^) C. n D. (^) E. NOTA
k − k
n 2
2
k
n 1 ! (^)
k + 1
n
A. $0.50 B. $1.00 C. $0.17 D. $0.25 E. NOTA
A. Yes B. No C. Euler circuits do not apply to simple graphs D. Cannot be determined E. NOTA
i. if n is an odd integer, then n^2 is an odd integer ii. If 3n+2 is an odd integer, then n is an odd integer iii. 2 is irrational iv. The integer n is odd if and only if n^2 is odd
A. 0 B. 1 C. 4 D. 3 E. NOTA
A. 2^3 B. 2^43572 C. 2^333 D. 7^2 E. NOTA