What is Eulers Rule?
V+F=E+2
What is the difference between explict and recurrence formuals?
Recurrence allows you to find the next term int he sequence. Explict allows you to find any term in the sequence.
Which axis does the response vaiable go on?
y-axis
This 'King of Pop' released the album 'Thriller' in 1982.
Michael Jackson
What is the name of the longest river in Australia?
The Murray River
What two conditions make a graph traversable?
If all vertices have an even degree (Eulerian), or if there are exactly two vertices with odd degrees (semi-Eulerian).
State a and d in the recurrence relation:
T1 = 10, Tn+1 = Tn + 5
a = 10
b = 5
What does r stand for?
Correlation Coeficient
This 'Queen of Soul' was known for hits like 'Respect' and 'Chain of Fools'.
Aretha Franklin
The largest Greek population in the world besides Athens in Greece, can be found in which city in Australia?
Melbourne
In an adjacency matrix, loops are counted as how many edges?
In the question ‘Can we predict people’s height from their wrist circumference?’. What is the explanatory variable (EV), and what is the response variable (RV)?
EV: Wrist circumference
RV: Height
What does the coefficient of determination tell you?
The coefficient of determination is a measurement used to explain how much variability of one factor can be caused by its relationship to another related factor. This correlation, known as the "goodness of fit," is represented as a value between 0.0 and 1.0.
This 2003 hit by OutKast had everyone shaking it like a Polaroid picture.
Hey Ya
What is the name of the dot over the i or j?
Tittle
What two conditions make a simple graph?
It has no loops or multiple edges.
What are the first 5 numbers in the sequence defined by this recurrence relation?
T1 = -2, Tn+1 = 3Tn + 5
-2, -1, 2, 11, 36
What strength and direction would the following r value give you? -0.82
Strong, negative linear association
This fantasy series based on books by George R.R. Martin became a cultural phenomenon.
Game of Thrones
List 4 countries in Europe that end in y.
Italy, Norway, Germany, Hungary
Trails, paths and walks are all ways of navigating through a network. Which of these has the most restrictions? A bonus 200 points if you can state the restrictions.
Paths. A path is a walk with no repeated edges and no repeated vertices.
We say that a first order recurrence relation
Tn+1 = kTn + d
Reaches steady state when the values of k fall between....
-1 and 1
The coefficient of determination (as a percentage) tells us....
The variation in the response variable that is explained by the variation in the explanatory variable.
This TV show features a high school glee club and includes characters like Rachel Berry and Finn Hudson.
GLEE
What are the prongs on a fork called?
Tines