Finite Mathematics - C277

0.0(0)
studied byStudied by 4 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/40

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

41 Terms

1
New cards

pΛq

True if both are true, else false

2
New cards

p->q

if p then q

3
New cards

Symbolic Form V

OR

4
New cards

Symbolic Form Λ

AND

5
New cards

Symbolic Form ~

"it is not the case that"

6
New cards

=> or "right arrow"

If...Then...

7
New cards

"implies and is implied by" or "....if and only if..."

8
New cards

pVq

if p or q are true then "true", else if both are false then "false"

9
New cards

Prime numbers

2, 3, 5, 7, 11, 13, 17, 19, 23, 29

10
New cards

prime factorization

Breaking down a composite number until all of the factors are prime.

11
New cards

prime factorization process

divide number by smallest prime number that it evenly divides into, then repeat until you have the list of prime numbers that make the big number.

12
New cards

Truncate

Similar to rounding but never round up. In other words drop to the place indicated.

13
New cards

Double sided arrow

if and only if, or the if statement can be reversed and still be true.

14
New cards

parentheses

group statements ~(pVq) you negative both statements. Often express in statements as a comma(,).

15
New cards

Conjunction

and, Λ, both statements must be true for the whole thing to be true.

16
New cards

Disjunction

or, V, only false when both statements are false.

17
New cards

Negation

~, not, the opposite of the statement.

18
New cards

Conditional statement

arrow, if...then, only false when if statement is true and then statement is false.

19
New cards

Bi-Conditional statement

double arrow, if and only if...then, only true if both components have the same truth value.

20
New cards

Truth Table order

TT, TF, FT, FF

21
New cards

Truth Table Steps

Simple statements, Negations of simple if needed, complex statements, answer

22
New cards

Commutative Property

The property that says that two or more numbers can be added or multiplied in any order without changing the result. example:a+ b= b + a.

23
New cards

Associative Property

Changing the grouping of numbers will NOT change the value. For example: (7 + 4) + 8 = 7 + (4 + 8) also works with multiplication(a × b) × c = a × (b × c)

24
New cards

Distributive Property

a property indicating a special way in which multiplication is applied to addition of two or more numbers in which each term inside a set of parentheses can be multiplied by a factor outside the parentheses, such as a(b + c) = ab + ac

25
New cards

Closure Property

A set is closed under an operation if and only if the operation on two elements of the set produces another element of the set. If an element outside the set is produced, then the operation is not closed. Example: 3 + 5 = 8.
Not close: 3÷2=1.5(1.5 is not an integer).

26
New cards

power rule of exponents multiplication

when multiplying exponents together, just add the exponents x^m * x^n = x^(m+n)

27
New cards

Integer

whole numbers that include positive numbers, negative numbers, and zero. They extend infinitely in both directions: …,−3,−2,−1,0,1,2,3,……,−3,−2,−1,0,1,2,3,…

28
New cards

Natural numbers

the counting numbers starting from 1 and extending infinitely:1, 2, 3, ......

29
New cards

Rational Numbers

Any number that can be expressed as a fraction of two integers. example: ½, ¼ ,

30
New cards

Irrational Numbers

Any real number which cant be expressed as a fraction of two integers. examples pie or square root of 2, π ,e.

31
New cards

Real Numbers

all numbers that can be represented on a number line. encompassing both rational and irrational numbers

32
New cards

Whole Numbers

a set of numbers that include all the non-negative integers. They are used for counting and ordering, and they do not include fractions, decimals, or negative numbers. ex. 0,1,2,3,4,5,…

33
New cards

A family goes on a road trip totaling 1885 miles.

If after 4 hours they have traveled 260 miles, how many hours more will it take to reach the destination (assuming the same rate of speed for the remainder of the trip)?

25 hours

34
New cards

2(–3)2 – 4(–5)2

Simplify the above expression by applying the order of operations.

–82

35
New cards

2[18 – 6(32 – 5) / 8 + 4]

Simplify the above expression.

38

36
New cards

√225/3

5√3

37
New cards

The ratio of women to men at a certain college is 5 to 4. There are 2,480 men.

What is the total population of the college?

5580

38
New cards

Some dogs are friendly

At least one dog is friendly

39
New cards

all dogs are friendly

there are no dogs that are not friendly

40
New cards

some dogs are not friendly

not all dogs are friendly

41
New cards

no dogs are friendly

all dogs are not friendly