Ctrl + F is the shortcut in your browser or operating system that allows you to find words or questions quickly.
Ctrl + Tab to move to the next tab to the right and Ctrl + Shift + Tab to move to the next tab to the left.
On a phone or tablet, tap the menu icon in the upper-right corner of the window; Select "Find in Page" to search a question.
Share UsSharing is Caring
It's the biggest motivation to help us to make the site better by sharing this to your friends or classmates.
A branch of mathematics that deals with separable and distinct numbers with graph and logical statements are included, and numbers can be finite or infinite.
Are the two graphs isomorphic?
Are the events F and G complementary?
Refer to the graphs below:
An experiment consists of casting a pair of dice and observing the number that falls uppermost on each die. We may represent each outcome of the experiment by an ordered pair of numbers, the first representing the number that appears uppermost on the first die and the second representing the number that appears uppermost on the second die. Consider the sample space
The following breakdown of a total of 18,686 transportation fatalities that occured in 2007 was obtained from records compiled by the U.S. Department of Transportation (DOT). Mode of Transportation Car Train Bicycle Plane Number of Fatalities 16,525 842 698 538 What is the probability that a victim randomly selected from this list of transportation fatalities for 2007 died in a train or a plane accident? Round answer to two decimal places.
This is a statement that is always false.
What is the probability that a person in the survey selected at random favors using cameras to identify red-light runners?
Which rule states that if (k + 1) or more objects are placed into k boxes, then there is at least one box containing two or more of the objects?
What is the probability of arriving at a traffic light when it is red if the red signal is flashed for 35 sec, the yellow signal for 5 sec, and the green signal for 60 sec? Round to two decimal places, if necessary, and be sure to express answer in decimal form, not as a percentage.
Suppose you wish to prove this statement "If n is an integer, then n ≤ n3." Which of the following is correct?
How many different passwords are possible if each password consists of six characters where each character is either an uppercase letter, a lowercase letter, or a digit, and at least one digit must be included in the password? (Note: There are 26 letters and 10 digits)
How many of the nodes have at least one sibling?
What type of graph is depicted below?
How many leaves does it have?
If you give a proof by mathematical induction of the statement that 2n &ge= n2, for all integers n ≥ 4, the basis step requires you to prove that which of the following is true?
Finite automata requires minimum _______ number of stacks.
What is the coefficient of x101 y99 in the expansion of (2x-3y)200?
How may isomorphic graphs are there for a graph with n number vertices?
What is the probability that more than 600 cars will enter the airport tunnel during a peak hour? Round to three decimal places, if necessary, and be sure to express answer in decimal form, not as a percentage.
What is the coefficient of aby98 in the binomial expansion of (ab+y)99?
The number of different directed trees with 3 nodes is
How many different license plates are available if the license plate pattern consists of four letters that cannot be repeated and followed by three digits that can be repeated? (Assume that all letters are uppercase and the digits are 0, 1, ... 9)
How many nodes in a tree have no ancestors?
Logic is a system based on __________.
A dormitory has 40 students: 12 sophomores, 8 juniors, and 20 seniors. Which of the following is equal to the number of ways to put all 40 in a row for a picture, with all 12 sophomores on the left, all 8 juniors in the middle, and all 20 seniors on the right?
If two finite states machine M and N are isomorphic, then A. M can be transformed to N, merely re-labelling its states B. M can be transformed to N, merely re-labelling its edges Which is true?
Suppose you want to use the principle of mathematical induction to prove that 1 + 2 + 22 + 23 + 23 + ... + 2n = + 2n+1 - 1 for all non-negative integers n. Which of theses is the correct statement P(k) in the inductive step?
The preorder and post order traversal of a Binary Tree generates the same output. The tree can have maximum
Assume that you have an ordinary deck of 52 playing cards. How many possible 7-card poker hands are there that contain at least one face card (J, Q, K)?
The number of leaf nodes in a complete binary tree of depth d is
One light bulb is selected at random from a lot of 110 light bulbs, of which 2% are defective. What is the probability that the light bulb selected is defective?
Every tree with at least two nodes has at least two nodes of what degree?
A full binary tree with 2n+1 nodes contain
What is the probability of arriving at a traffic light when it is red if the red signal is flashed for 30 sec, the yellow signal for 5 sec, and the green signal for 40 sec?
How many terms does the binomial expansion of (2x+3)99 has?
Which of the following is not a recurrence relation?
Suppose inflation decreases the value of money by 3% per year? Which formula describes an = the value (in dollars) of $1000 after n years?
Consider the statement, “If n is divisible by 30 then n is divisible by 2 and by 3 and by 5.” Which of the following statements is equivalent to this statement?
In order to get the contents of a binary search tree in ascending order, one has to traverse it in.
The basic limitation of finite automata is that
You have 12 balls, numbered 1 through 12, which you want to place into 4 boxes, numbered 1 through 4. If boxes can remain empty, in how many ways can the 12 balls be disturbed among the 4 boxes?
Which of the following graphs is not a characteristics of isomorphic graphs?
Translate the expression to predicate logic: “No students are allowed to carry guns.”
A binary tree of depth "d" is an almost complete binary tree if. A. Each leaf in the tree is either at level "d" or at level "d– 1" B. For any node "n" in the tree with a right descendant at level "d" all the left descendants of "n" that are leaves, are also at level "d"
When inorder traversing a tree resulted e a c k f h d b g; the preorder traversal would return.
Which is not an invariant when determining if graphs are isomorphic?
"A simple graph with 15 vertices with each having a degree of 5 can exist." This statement is ________.
Consider the following finite automaton A over Σ = {a,b,c}:
How many nonisomorphic simple graphs are there with five vertices and three edges?
It is impossible for a valid argument to have a true premise and
Suppose you want to prove that every product of integers of the form k(k+1)(k+2) is divisible by 6. If you want to prove this by cases, which of the following is a set of cases you would use?
Which logical operator represents the statement “if and only if”?
Determine the event that the number that falls uppermost on the second die is double that of the number that falls on the first die.
How many edges does a tree with V vertices have?
How many different choices of winners can you have if the draw is limited to first year and second year students and you only have one grand prize? Note: Given that the population of the school is as follows: 1st year = 100 students, 2nd year = 98 students, 3rd year = 102 students, 4th year = 50 students.
What is the maximum possible number of nodes in a binary tree at level 6
Which of is a formula for the sequence 3, 6, 12, 24, 48, ...? Assume that the first term in the sequence is called a0?
Which concept considers the arrangement of objects / elements in a set?
What is the negation of a tautology?
A terminal node in a binary tree is called _______________.
Suppose you want to use the principle of mathematical induction to prove that 1 + 2 + 22 + 23 + 23 + ... + 2n = + 2n+1 - 1 for all positive integers n. Which of these is the correct implication p(k) -> P(k+1) to be used in the inductive step?
A Finite State Automaton can have more than one initial state.
A class consists of 12 women and 10 men. How many ways are there to form a committee of size six if the committee has equal numbers of women and men?
Two finite state machines are said to be equivalent if they
What is the 8th term in the binomial expansion of (2x+y)16?
Which of the following statements about binary trees is NOT true?
Suppose you are hired by a company at an initial salary of $30,000. At the end of each year you receive a 3% raise, plus an addition of $1000 on your base salary. Let an equal your salary at the end of n years with the company. Find a recurrence relation for an.
To keep up this site, we need your assistance. A little gift will help us alot.
Donate- The more you give the more you receive.
Related SubjectDiscrete Structures
Javascript Algorithms and Data Structures
Mathematics
Theories of Personality
Practical Research
Principles of Management
Professional Development and Applied Ethics
Professional Ethics and Values
Oral Communication in Context
Organization Development
Performance Management and Evaluation
Numerical Methods
Mathematics in the Modern World
Logic Circuit and Switching Theory
Introduction to Psychology
Introduction to the Philosophy
Investment and Portfolio Management
Human Behavior in Organization
Euthenics 2
Ethics
Euthenics
Discrete Mathematics
Engineering
Basic Adult Education
Quantitative Methods
Pre-Calculus
Physics For Engineers
Operations Auditing
Data Analysis
Calculus-Based Physics
Biostatistics
Calculus-Based Physics 2
Minnesota Vikings: A Deep Dive into the Team's 2024 Season
Shopee Cashback Voucher
Temu $0 Shipping Fee