The missing angle in a triangle with 36 degrees and 72 degrees
What is 72
The unit used to measure length in the Metric System
What are meters (also accepted with any prefix)
solve for x in the following equation:
x + 4 = 9
What is 5
The standard equation for a line
What is y = mx+b
The list of steps that tells a computer what to do
What is an algorithm
Two angles that add to 180 degrees are called
What is complementary
The unit to measure volume
What are liters
solve for t in the following equation:
3t + 6 = 9
what is 1
The slope of the line y = 3x - 7
What is 3
The amount of time the robot will move with this line
Send(122,600)
What is 6 seconds
Angle 3 measures 33 degrees. The measure of angle 8 is
What is 147
The unit used to measure mass
What are grams
Solve for p in the following equation
9p - 5 = 3p + 7
What is 2
What is -3/5
The direction the robot will turn with this command
Send(112,300)
What is left
Find h
What is 92
There are this many centimeters in a meter
What is 100
Evaluate the following expression when x = 4
4x + 3x - 9x + 2x
What is 0
The y value when x=3 for the following line
y = 8x - 24
What is 0
You must put this after each Send() function to end the line
What is Get(R)
Find y
What is 9
The amount, in liters, of 3 cups of rice
What is 750 mL
What is 102
Are the following two lines parallel? (For full credit, you must explain why)
y = 3x + 4
5y = 15x - 8
What is yes, because the slope of both lines is 3
This algorithm will make the robot do what (You must say the full steps)
Send(200,300)
Get(R)
Send(122,300)
Get(R)
What is travel backwards until the bumper hits the wall, then travel forwards for three seconds