exams Flashcards

1
Q

What is the converse of p => q?

A

q => p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the inverse of p => q?

A

‘p => ‘q (if not p, then not q)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the contrapositive of p => q?

A

‘q => ‘p (if not q, then not p) (flipped and negative)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the meaning of p ^ q?

A

p and q, in a truth table both p and q must be true in order for p ^ q to be true as well. ‘p and q’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the meaning of p v q?

A

p or q can be true with only one truth value, can only be false with two false truth values ‘p or q’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the meaning of p ⊻ q?

A

can only be true with one truth value, ‘p or q but not both’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a tautology?

A

all values in table are true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a logical contradiction?

A

all values in truth table are false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a logical equivalence?

A

the two tables have the same truth values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you calculate normal distribution between two boundaries?
Ex.: Find the probability that a value is between 65 and 80, inclusive.

A

[2ND], [VARS], normalcdf

enter values for [upper bound], [lower bound], [mean], and [standard deviation].

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you calculate normal distribution upwards of one boundary?
Ex.: Find the probability that a value is greater than or equal to 75.

A

[2ND], [VARS], normalcdf

enter values for [upper bound: 75], [infinity or 10^99], [mean], and [standard deviation].

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you calculate normal distribution downwards of one boundary?
Ex.: Find the probability that a value is less than 62.

A

[2ND], [VARS], normalcdf

enter values for [upper bound: 62], [lower bound: -10^99 (negative infinity)], [mean], and [standard deviation].

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you find the [xth] percentile for a distribution?

Ex.: the 90th percentile

A

[2ND], [VARS], invNorm

enter values for [percentile: 0.90], [mean], and [standard deviation]. The calculated number is an x-value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is an arithmetic sequence?

A

a patterned series of numbers which adds or subtracts a set number each time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a geometric sequence?

A

a patterned series of numbers which multiplies or divides by a set number each time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a common ratio in sequences and series?

A

the increase or decrease of a sequence each term

17
Q

In TVM Solver, what is N?

A

of time periods

18
Q

In TVM Solver, what is I%?

A

interest rate/year

19
Q

In TVM Solver, what is PV?

A

present value of investment

20
Q

In TVM Solver, what is PMT?

A

payment each time period

21
Q

In TVM Solver, what is FV?

A

future value, press [SOLVE] for value

22
Q

In TVM Solver, what is P/Y?

A

of payments per year

23
Q

In TVM Solver, what is C/Y?

A

of compounding periods per year, the same value as P/Y

24
Q

How do you make a box and whisker plot?

A
[STAT] [EDIT]
enter values
turn on box plot under [2ND] [Y=]
choose first plot
[TRACE] gives min, Q1, median, Q3, and X
25
Q

How do you perform a X^2 test?

A

[2ND] [MATRX] [EDIT]
enter values
[STAT] [TESTS] [C]