Discrete Mathematics MCQs (Part-9)

What is the purpose of probability theory in discrete mathematics?

A Predicting random outcomes
B Solving equations
C Mapping functions
D Designing algorithms

In probability, what does the complement of an event represent?

A The event happens
B The event occurs multiple times
C The event is impossible
D The event does not happen

What does a random variable represent in probability theory?

A A known constant
B A variable with fixed outcomes
C A variable whose values are outcomes of a random process
D A deterministic value

What is the expected value of a discrete random variable?

A The most likely outcome
B The average of possible outcomes, weighted by probability
C The maximum possible value
D The value that occurs with the highest probability

What is a probability distribution in discrete mathematics?

A A list of all outcomes
B A function that gives probabilities to each outcome
C A random process
D A set of possible events

What is the primary function of mathematical modeling in discrete mathematics?

A To simplify complex real world problems
B To represent continuous variables
C To solve algebraic equations
D To visualize geometric shapes

In computational geometry, what is the convex hull of a set of points?

A The set of all points
B The smallest convex polygon that contains all points
C The largest rectangle within the set
D The points with the maximum distance

What does the central limit theorem state in statistics?

A The distribution of sample means approaches a normal distribution
B The sample size must be infinite
C The population mean is always known
D Variance is always constant

What is the probability of getting an even number when rolling a fair six sided die?

A 1/6
B 1/2
C 2/3
D 1/3

What is a Markov chain in probability theory?

A A process where the next state depends only on the current state
B A sequence of random variables where each depends on all previous states
C A method to find optimal strategies
D A process with infinite possible states

What is the purpose of using the Monte Carlo method in discrete mathematics?

A To solve deterministic problems
B To approximate solutions to complex problems using random sampling
C To find exact solutions
D To perform linear regression

In computational geometry, what does the term “polygon triangulation” refer to?

A Dividing a polygon into two parts
B Dividing a polygon into smaller non overlapping triangles
C Connecting the vertices of a polygon
D Drawing a convex hull

What is the principle of inclusion exclusion in probability theory?

A Subtracting probabilities of intersecting events
B Adding the probabilities of independent events
C Multiplying the probabilities of events
D Adding the probabilities of disjoint events

What is a linear program in mathematical modeling?

A A model with one variable
B A model that solves optimization problems with linear constraints
C A function that represents probability
D A method to solve non linear equations

What is the significance of the Voronoi diagram in computational geometry?

A It divides space into equal parts
B It partitions space based on nearest neighbors
C It calculates the area of polygons
D It helps in triangulating graphs