The simplified expression of (x+2)2-x2.
What is 4x+4 (or 4(x+1))?
In binary notation, 10012 + 11102 equals
What is 101112?
The study of body systems is
What is physiology?
Famous scientist introduced the idea of natural selection
Who is Charles Darwin?
To calculate average speed you must
What is divide the total distance by the total time?
Let the function f be defined by f(x) = 3x-1 and let functiong be defined by g(x) = x2. If m is a positive number such that f(7) = g(m) + g(2), the value of m would be this.
What is 4?
This is the output of the following code:
int[] data = {3, 2, 4, 3, 1, 0};
data[1] = data[1] + data[3];
System.out.println(data[1]);
The word stem ecto means
What is outer/external?
Most common element found in the human body
What is oxygen?
Constant speed on a distance v time graph looks like
What is a vertical line?
At a certain time of day, a 25-foot telephone pole casts a 10-foot shadow. At that same time, this would be the height of a tree needing to cast a 25- foot shadow.
What is 62.5 feet?
This is the output for the following code:
String s = "South88";
System.out.println(s.toUpperCase(s));
What is SOUTH88?
The hair-like projections on the outside of cells are called
The name of a pyrimidine nitrogenous base found only in RNA that pairs with adenine
What is uracil?
A diagram represents the motion of an object by displaying its location at various equally spaced times on the same diagram
What is a motion diagram?
x, y, 22, 14, 10... In this sequence, each term after the first term x is obtained by halving the term that comes before it and then adding 3 to that number. This would be the value of x-y.
What is 32?
This is the output for this code.
int x = 3;
int y = 2;
System.out.println(x+y*x);
What is 9?
This is the condition that refers to a low oxygen level in the blood.
What is hypoxia?
The pressure exerted by the flow of water through a semipermeable membrane responsible for separating solution into two concentrations of solute
What is osmotic pressure?
Another word for distance in a certain direction
What is displacement?
Working alone, Bill takes three times the amount of time to paint a fence that Mike takes. If Bill and Mike work together, they can paint the fence in 2 hours. If Mike works at the same rate as when he worked with Bill, this is how long would it take Mike working alone to paint the same fence.
This would be the output of this code snippet:
int total = 0;
for(int i = 0; i<=5; i++) {
total += 2;
}
System.out.println(total);
What is 12?
The year the black plague ended
What is 1352?
The name of metabolically active protein clusters that inaccurately reproduce and may even be evolutionary precursors to prokaryotes
What is protobionts?
An object has a negative acceleration and positive velocity, this means it is
What is slowing down?