Question: What is the formula for the area of a circle?
A=πr2
What is the probability of rolling an even number on a fair six-sided die?
3/6 = 1/2
What is cardinality?
The number of elements in a set.
This is the longest side of a right triangle.
Hypotenuse
Whos the greatest superhero ever???

What is the quadratic formula?
x=(−b±sqrt(b^2−4ac))/ (2a)
If P(A)=0.72, find P(A')
P(A')=.28
What symbol means “is congruent to”?
≅
What does trigonometry study?
Relationships between sides and angles of triangles
Is this statement always, sometimes, or never true?
Squaring a number makes it larger.
Sometimes!
3^2 = 9 > 3
but (1/2)^2 = 1/4 < 1/2
list 5 digits of pi
3.1415926535 8979323846 2643383279
The data set is 5, 6, 6, 7, 21.
Which measure of center would best represent the data?
Median, because 21 is an outlier.
This is the set of all possible input values of a function, ___.
This is the set of all possible output values of a function, ___.
Domain and range
What does sin(theta), cos(theta), and tan(theta) equal to according to SOH-CAH-TOA?
sin(theta)= (opp)/(hyp)
cos(theta)= (adj)/(hyp)
tan(theta)= (opp)/(adj)
Line A has equation
y=−1/2x+7
What slope would a line perpendicular to Line A have?
Negative reciprocal:
2
Given
f(x)=2x+3
and
g(x)=x^2−1 ,
find
(f∘g)(2) .
f(g(x))=2(x^2−1)+3
=2x^2+1
Plugging in 2 gives us 9
A normal distribution has mean 100 and standard deviation 15. Between what two values would you expect about 68% of the data to lie?
85 to 115
What is the value that divides an ordered data set into two equal halves?
Median
Complete the exact value:
cos45∘=
sqrt(2) / 2
A line passes through (5,−1).
and (−3,7)
Find its equation.
First find the slope:
m=(-1-7)/(5-(-3))=-8/8=−1
Use:
y=mx+b
7=−(−3)+b
7=3+b
b=4
Therefore: y=−x+4
Evaluate:
8 +3{14-[2^3 +5(4-2)]} = ((36)/(2(5-2)) +(-3)^2
Answer: -1
Give me an example of a independent and dependent events.
....
What does it mean for two events, P(A) and P(B), to be mutually exclusive? (In symbols)
They can't happen at the same time.
P(A∩B)=0
Without a calculator, evaluate:
(sin60∘)/(cos60∘)(sin60∘)/(cos60∘)
((sqrt(3)/2)/(1/2))
=sqrt(3)
A rectangle has perimeter 50 units.
Its length is 5 units greater than its width.
Find its dimensions.
Let width =x.
Length:
x+5
Perimeter:
2x+2(x+5)=50
4x+10=50
4x=40
x=10
So:
Width=10, Length=15