wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Mathematics Quiz

Total questions: 38

Worksheet time: 7hrs 45mins

Name
Class
Date
1.

Fill in the blanks to rewrite the following statement: Every real number has an additive inverse. (a) All real numbers ________. (b) For any real number x, there is ________ for x. (c) For all real numbers z, there is real number y such that ________.

4 lines
2.

(a) Write in words how to read the following out loud: {n ∈ ℤ | n is a factor of 24}

4 lines
3.

(b) Use the set-roster notation to indicate the elements in the set {n ∈ ℤ | n is a factor of 24}

(a)  

4.

Let A = {1,2,3,4} and B = {a,b,c}. Define a function G: A → B as follows: G = {(1,b), (2,c), (3,b), (4,c)}. (a) Find G(2). (b) Draw an arrow diagram for G.

(a)  

5.

Let A = {1,2,3,4} and B = {a,b,c}. Define a function

G: A → B as follows: G = {(1,b), (2,c), (3,b), (4,c)}.

(b) Draw an arrow diagram for G.

6.

Let A = {3,5,7} and B = {15,16,17,18}, and define a relation R from A to B as follows: For all (x,y) ∈ A × B, (x,y) ∈ R ↔ y/x is an integer.

(a) Is 3 R 15? Is 3 R 16? Is (7,17) ∈ R? Is (3,18) ∈ R? explain.

(a)  

7.

Given this circuit: Find output of circuit if inputs: P = 1, Q = 0 and R = 1

(a)  

8.

Write boolean expression for the given circuit below:

(a)  

9.

Write equivalent in decimal of the binary number 101011?

(a)  

10.

Write result for 101112 + 10112 = (a)   .

11.

Use the 8-bits two's complement to find 62 + (-18) = (a)   .

12.

Construct circuit for this Boolean expression (P ^ ~Q) v (~P ^ ~R).

13.

Let R(m,n) be the predicate "If m is a factor of n2n^2 then m is a factor of n with domain for both m and n be Z - the set of integers. a) Explain why R(m,n) is false when m = 25 and n = 10.

4 lines
14.

Let R(m,n) be the predicate "If m is a factor of n2n2 then m is a factor of n with domain for both m and n be Z - the set of integers. b)Give a value for m and n where R(m,n) is true. Show working.

4 lines
15.

Find counter-example to show this statement is false. ∀ positive integers m and n, m^n + n^m = 2 m + n

4 lines
16.

Rewrite in the TWO forms "∀x, if _____ then _____" and "∀x, _____ ⇒ _____" a) Every CS55 student needs to take CSP17

4 lines
17.

Write negation of "∀ real number x, if x > 3 then x2x^2 > 9

(a)  

18.

Write (a) contrapositive (b) converse and (c) inverse. And also state whether each is true or false. If false, give one counter-example. ∀ integer d, if 6/d is an integer then d = 3

4 lines
19.

Determine if ~(P ^ q ) and ~p ^ ~ q are logically equivalent using truth table

20.

Assume p = x > -2 and q= x < 7. What is P ^ Q and it's negation written in words?

4 lines
21.

Write a Truth table for (~ p V q) -> ~q

22.

Given, If P is a square, then P is a rectangle

A) Write negation

(a)  

23.

Given, If P is a square, then P is a rectangle

B) Write contrapositive

(a)  

24.

Given, If P is a square, then P is a rectangle

C) Write inverse

(a)  

25.

Given, If P is a square, then P is a rectangle

D) Write converse

(a)  

26.

Prove that the addition of two odd integers is even.

4 lines
27.

Prove that 0.123123123123... is rational

4 lines
28.

Prove that the product of two rational numbers is rational

4 lines
29.

Prove that if b is divisible by a (a | b)and

c is divisible by b (b | c)

then c is divisible by a (a | c)

4 lines
30.

Let A = {3,5,7} and B = {15,16,17,18}, and define a relation R from A to B as follows: For all (x,y) ∈ A × B, (x,y) ∈ R ↔ y/x is an integer. (b) Write R as a set of ordered pairs.

(a)  

31.

Let A = {3,5,7} and B = {15,16,17,18}, and define a relation R from A to B as follows: For all (x,y) ∈ A × B, (x,y) ∈ R ↔ y/x is an integer. (c) Write the domain and co-domain of R. (answer: "{}, {}")

(a)  

32.

Let A = {3,5,7} and B = {15,16,17,18}, and define a relation R from A to B as follows: For all (x,y) ∈ A × B, (x,y) ∈ R ↔ y/x is an integer. (d) Draw an arrow diagram for R.

33.

Let A = {3,5,7} and B = {15,16,17,18}, and define a relation R from A to B as follows: For all (x,y) ∈ A × B, (x,y) ∈ R ↔ y/x is an integer. (e) Is R a function from A to B? Explain.

4 lines
34.

HW 4.6

(a)  

35.

prove  2\sqrt{\ 2} is irrational

4 lines
36.

draw a graph with four vertices of degrees 1,1,3,3

37.

use euclidean algorithm to calculate gcd(1177,509)

(a)  

38.

find explicit formula

a)

n23(n)\frac{n^2}{3^{\left(n\right)}}

b)

13n\frac{1}{3n}

c)

1n3\frac{1}{n^3}