This molecule carries genetic instructions in all known living organisms.
What is DNA?
The famous model used to describe population growth, often written as:
P(t)=P0e^(rt).
What is the exponential growth model?
The square root of 144.
What is 12?
The average of a set of numbers is called this.
What is the mean?
The number of degrees in a right angle.
What is 90 degrees
The organelle responsible for producing ATP, often called the powerhouse of the cell.
What is the mitochondrion?
Given the differential equation for logistic growth
dP/dt = rP(1 - P/K)
what does K represent?
What is the carrying capacity?
The mathematical term for the number of ways to arrange a set of objects.
What is a permutation?
This measure of spread is found by taking the square root of variance.
What is the standard deviation?
In computer science, "Big O" notation describes this property of an algorithm.
What is time complexity?
This process describes the movement of water across a selectively permeable membrane.
What is osmosis?
In population models, the symbol P(t)P(t)P(t) is commonly used to represent what?
What is population size at time t?
The function f(x)=ln(x)f(x) = \ln(x)f(x)=ln(x) is the inverse of this function.
What is e^x?
A hypothesis test often uses this value to determine statistical significance.
What is the p-value?
The first element in the periodic table.
What is hydrogen?
This speeds up chemical reactions without being consumed.
What is a catalyst (or enzyme)?
Solve: A bacterial population starts at 500 cells and doubles every 3 hours. How many cells will there be in 9 hours?
What is 4000 cells?
(Using P(t)=P0 * 2 ^(t/3)
Solve: If x^2−4x+4=0 - what are the roots?
What is x = 2,2?
This type of distribution is used to model and count rare events.
What is the Poisson distribution?
In physics, what fundamental force is responsible for keeping planets in orbit around the sun?
What is gravity?
This part of the brain regulates homeostasis, including hunger and body temperature.
What is the hypothalamus?
In an SIR model, what does the "I" stand for?
What is Infected?
The sum of the interior angles of an nnn-sided polygon is given by (n−2)×180∘(n-2). What is the sum for a dodecagon (12-sided polygon)?
What is 1800 degrees?
The Central Limit Theorem states that the distribution of sample means approaches this distribution as the sample size increases.
What is the normal distribution?
If today is Tuesday, what day of the week will it be 100 days from now?
What is Thursday? (Since 100 mod 7 = 2, it advances by 2 days)