tamu Math 140 final

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

1/51

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

52 Terms

1
New cards

cost function

C(x)=mx+b

variable cost+fixed cost

2
New cards

revenue function

R(x)=p*x

3
New cards

profit function

P(x)= R(x)-C(x)

4
New cards

break even quantity

R(x)=C(x) (or P(x)=0)

where revenue and cost intersect

5
New cards

equilibrium point

S(x)=D(x)

where supply and demand intersect

6
New cards

how to determine which number to pivot

a) Find the MOST NEGATIVE element in the last row. This determines the pivot column. If there

are two that have the same most negative value, either one is fine.

(b) For each POSITIVE entry above the horizontal line in the pivot column, divide the constant on

the right side of the vertical line by the corresponding element in the pivot column. The row

with the smallest ratio becomes the pivot row. If there is a tie between smallest ratio, defalt goes to the one that's in the highest row.

(c) The element where the pivot column and row intersect is the pivot element.

7
New cards

how do you know when you're done pivoting

when there's no more negative numbers in the bottom row

8
New cards

elementary operations

yield an equivalent system of equations

9
New cards

•A matrix is in echelon form if:

1. The first nonzero element in any row is 1, called the leading one.

2. The column containing the leading one has all elements below the leading one equal to 0.

3. The leading one in any row is to the left of the leading one in a lower row.

4. Any row consisting of all zeros must be below any row with at least one nonzero element.

10
New cards

Gauss elimination

procedure for a systematically using elementary

operations to reduce a system of linear equations to an equivalent system whose solution set can be immediately determined by backward substitution.

11
New cards

order of a matrix

m × n where m is the number of

rows and n is the number of columns.

12
New cards

element in the ith row and jth column of a matrix A is denoted by

A(ij)

13
New cards

transpose of a matrix

represented by A^T

switch the rows and the columns

14
New cards

row matrix

matrix with one row

15
New cards

column matrix

matrix with one column

16
New cards

square matrix

matrix with equal number of rows and columns

17
New cards

identity matrix

knowt flashcard image
18
New cards

Matrix multiplication properties

A(BC) = (AB)C

A(B+C) = AB+AC

AIn= InA = A

(In is identity matrix)

A^-1(A)=In

19
New cards

objective function

subject to

the function we are maximizing or minimizing

subject to constraints in the form of inequalities

20
New cards

Steps to graphing an inequality.

1. Replace (temporarily) the inequality sign by an equal sign and graph the line. If the inequality is <

or >, use a dashed line. If the inequality is ≤ or ≥, use a solid line.

2. Shade the side of the line that satisfies the inequality, i.e. that makes the inequality true. Label the solution set/feasible region S.

21
New cards

corner points

-the points where the boundary line of the region changes

-easiest way to find points is to set the two lines equal to one another to solve where they intersect

22
New cards

Method of Corners

1. Graph the feasible region. Label it S.

2. Find the coordinates of all corner points.

3. Evaluate the objective function at each corner point.

4. Find the corner point(s) that gives the maximum or minimum value (if one exists).

(a) If there is only one vertex where the max/min is attained, this is the unique solution.

(b) If the objective function is optimized at two adjacent vertices of S, then it is optimized at EVERY point along the line segment connecting these two vertices. In this case, there are infinitely many solutions.

23
New cards

basic variable

column is one that consists of ones and zeroes only

24
New cards

non-basic variables

all other columns that contain more than ones and zeroes

25
New cards

• E^c

is the event that E does NOT occur.

26
New cards

E ∪ F

is the event that E OR F (or both) occur.

27
New cards

E ∩ F

the event that BOTH E AND F occur

28
New cards

Rules of Probability:

1. 0 ≤ P(E) ≤ 1 for any event E in a sample space S. In particular P(∅) = 0 and P(S) = 1.

2. Union rule for probability: If E and F are ANY two events, then P(E ∪ F) = P(E) + P(F) − P(E ∩ F)

Note: If E and F are mutually exclusive, then E ∩F = ∅, which means P(E ∩F) = 0 and the formula

reduces to just P(E ∪ F) = P(E) + P(F).

3. Complement Principle: P(E^c) = 1 − P(E) or P(E) = 1− P(E^c)

29
New cards

expected value of a random variable

E(X) = x1p1 + x2p2 + . . . + xnpn

30
New cards

when is a game considered fair

when the expected value equals zero

31
New cards

degree of the polynomial

highest power of x that appears.

32
New cards

leading coefficient

the coefficient of the highest power of x

33
New cards

zeros of a function

x-intercepts of the function

34
New cards

quadratic formula

knowt flashcard image
35
New cards

vertex of a function

x=-b/2a

then plug into function to get y value

36
New cards

difference quotient

(f(x+h)-f(x))/h

37
New cards

domain rules for radical funtions

-if even root, anything under radical has to be set greater than or equal to zero

-if an even root is in the denominator than it should be set greater than zero

-it's fine if it's an odd root

-if odd root is in the denominator than it should be set greater than zero

38
New cards

how to rationalize a numerator or denominator

multiply it by its conjugate

39
New cards

exponent properties

1.)a^x=a^y then x=y

2.)a^0=1

3.)a^m*a^n=a^m+n

4.)a^m/a^n=a^m-n

5.)(a^m)^n=a^mn

6.)a^-n=1/a^n

7.)(ab)^n=a^n*b^n

8.)(a/b)^n=(a^n/b^n)

9.)a^(m/n)=n√a^m

40
New cards

exponential function

f(x)=a^x

where a is greater than 1

41
New cards

important exponential function

f(x)=e^x

e ≈ 2.71828

42
New cards

compound continuously

A(t) = P e^rt

43
New cards

logarithmic properties

loga(x)=b is equal to a^b=x

loga(xy)=loga(x)+loga(y)

loga(x/y)=loga(x)-loga(y)

loga(x^c)=cloga(x)

44
New cards

logarithm rules

you can't take the log of a zero or a negative number so set everything greater than zero

45
New cards

interest

accumulated amount

I=Prt

A=P+I

A=P+Prt

A=P(1+rt)

46
New cards

compound interest

F=P(1+r/m)^mt

we use TVM solver in calculator

47
New cards

effective interest rate

also done in calculator

eff(I,m) where I is the %interest/year, compounded m times a year

48
New cards

annuities

-when PMT not longer equals zero

-PMT will be made at the end of each period

*PMT and PV should be -, and FV should be +

49
New cards

sinking fund

-an account that is set up for a specific purpose at some future date

-ex: a family wants to save up a certain amount of money so find how much they should deposit each time to reach their goal

*PMT and PV should be -, and FV should be +

50
New cards

amortization

-when dealing with loans or mortgages

*PMT is -, and PV and FV should be +

51
New cards

Outstanding principal

-how much you still owe on the loan at a given point

-find the future value of the loan after the number of payments made up to that point

52
New cards

Equity

equity= total value of item-outstanding principal