MATH 100 Flashcards

(72 cards)

1
Q

Least Square Regression Line Equation

A

y = a + (b)(x)

[(-) if b is negative]

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

Predicted Score (outcome)

Dependent Variable

A

y

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

the y-intercept

A

a

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

The Slope of the Line

A

b

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

Independent Variable
(controlled-manipulated-change) explanatory

A

x

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

Regression Table

A

x I y I x2 I y2 I xy

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

Formula of a

A

a= (y)(x2) – (x) (xy)
——————————
N (x2) – (x)2

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

Formula of b

A

b= N (XY) - (X) (Y)
—————————
N (X2) - (X)2

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

The degree that describes the relationship between two sets of variables.

A

Correlation

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

The strength of a correlation is measured by?

A

Correlation Coefficient R

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

other term for R

A

Pearson Product Moment Correlation

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

Who developed Pearson Product Correlation?

A

Carl Pearson

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

Equation of r

A

r= (n(Σxy)-(Σx)(Σy))
____________________________________
(√[n[(Σx^2 )-(∑x)^2][n(Σy^2 )-(Σy)^2])

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

Correlation ranges from

A

-1 to 1 only

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

0.00 to +/- 0.19

A

No correlation exist

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

+/-0.20 to +/- 0.39

A

Slight correlation exist

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

+/- 0.40 to +/- 0.59

A

Substantial correlation exist

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

+/- 0.60 to +/- 0.79

A

Significant correlation exist

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

+/- 0.80 to +/- 0.99

A

Very significant correlation exist

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

+/- 1

A

Perfect correlation exist

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

to estimate roughly the relationship existing between two variables, by drawing a straight line intersecting as many points as possible in the graph.

A

The Scatterpoint Diagram

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

Positive Correlation / direct relationship

A

left to right (upwards)

*some positive - if scattered

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

Negative Correlation/ inverse relationship

A

left to right (downwards)

*some negative - if scattered

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

Zero Correlation/no relationship

A

scattered left and right (magulo)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
the rate of revenues received for every dollar on invested in an item or activity
ROI
26
An instrument that signifies ownership in a corporation and represents a claim on a share of a corporation’s assets and profits. Typically riskier and long-term investments.
Stock
27
An instrument that signifies ownership in a corporation and represents claim on a share of a corporation’s assets and profits. Stocks are typically riskier and long-term investments. Low risk
Bonds
28
State law requires corporations pay bond payments on time, a given priority over other financial obligations
Corporate Bonds
29
Very safe, high quality
Government Bonds
30
 Tax-free on interest for federal returns!!  Lower interest rates, but good overall returns due to tax-exempt status
Municipal Bonds
31
Are open-ended investments that are professionally managed and consist of a variety of investment instruments including stocks, bonds, options, commodities, and money market securities. Long gterm.
Mutual Funds
32
A piece of land and any buildings or structures on it. Real estate is a long-term investment.
Real estate
33
The cost of credit on a yearly basis as a percentage rate.
Annual Percentage Rate (APR)
34
A form of security to help guarantee that a creditor will be repaid.
Collateral
35
A legal agreement to receive cash, goods, or services now and pay for them in the future.
Credit
36
The 3 C’s of Credit:
1. Capacity 2. Capital 3. Character
37
A type of interest that is paid only on the original amount deposit and not on past interest paid.
Simple Interest
38
Simple Interest
I = Prt A = P+I = P(1 + rt)
39
Time of Simple interest
T = I/PR
40
Principal
P = I/RT
41
Rate
R = I/PT
42
Interest on Interest
Compounding Interest
43
Compounding Interest Formula
F=P*(1+i)^n * n is number of years
44
Compounding Interest Time Formula
t = Log10 (A/P) ------------------------ n Log10 (1+ r/n)
45
method of paying a loan (principal and interest) on installment basis, usually of equal amounts at regular intervals
Amortization Method
46
a loan, secured by collateral, that the borrower is obliged to pay at specified terms
Mortgage
47
Find the mortgage
down payment = (down payment rate) (cash price) mortgage amount/amount of loan = (cash price) - (down payment)
48
Alternate solution for mortgage
mortgage amount = % of financed amount x value of the property = (.100 - %) (value of property)
49
a system of arithmetic for integers, where numbers "wrap around" upon reaching a certain value—the modulus (plural moduli)
modular arithmetic
50
Who developed the modular arithmetic?
Carl Friedrich Gauss
51
Properties of modular arithmetic
[(a mod n) + (b mod n)] mod n = (a + b) mod n [(a mod n) - (b mod n)] mod n = (a - b) mod n [(a mod n) x (b mod n)] mod n = (a x b) mod n
52
Examples
1. 11 mod 8 = 3; 15 mod 8 = 7 [(11 mod 8 ) + (15 mod 8)] mod 8 = 10 mod 8 = 2 (11 + 15) mod 8 = 26 mod 8 = 2 2. [(11 mod 8 ) - (15 mod 8)] mod 8 = -4 mod 8 = 4 (11 - 15) mod 8 = -4 mod 8 = 4 3. [(11 mod 8 ) x (15 mod 8)] mod 8= 165 mod 8 = 5 (11 x 15) mod 8 = 165 mod 8 = 5
53
How to solve for mod
Ex: 3 mod 7 = 3/7 = 0.4285 = .4285 x 7 (get only the decimals)
54
in a stage of an algortithm
Ex: 39*15 mod 11 39 mod 11 = 6 and 15 mod 11 = 4 6x4 mod 11 = 24 mod 11 (repeat until the least value)
55
the study of methods for sending secret messages
Cryptography
56
to convert the ciphertext back into plaintext
decryption
57
a message, called plaintext, is converted into a form, called ciphertext
encryption
58
an algorithm for performing encryption or decryption— a series of well-defined steps that can be followed as a procedure
Cipher
59
encryption or decryption using Caesar Cipher
C = (M+ shift) mod 26 encrypt = + decrypt = -
60
numeric equivalents
A = 0 onwards
61
An inequality is like an equation, but instead of an equal sign (=) it has one of these signs:
< : less than ≤ : less than or equal to > : greater than ≥ : greater than or equal to
62
Graphing rules: < ≤ > ≥
< Left - open ≤ Left - closed > Right - open ≥ Right - closed
63
inequality by subtraction solve for X-15<73
x < 88 If (-) = add
64
inequality by addition y+15<25
y < 10 If (+) = subtract
65
inequality by multiplication
x/5 = 10 5 (x/5) = 10x5 x = 50
66
inequality by division
5x > 20 5x/5 > 20/5 x> 4
67
when solving a negative number
flip the sign
68
x+6 ≤ 7 3 ≤ x-5 -3x ≥ -15 x-9 > -5
1. x ≤ 1 2. 8 ≤ x or x ≥ 8 3. x ≤ 5 4. x > 4
69
greater than/less than
dotted line
70
greater than/less than/equal to
solid line
71
greater than or greater than, equal to
Shade Above the Line
72
less than or less than, equal to
Shade below the line