easy Set 51 Form Exercise

Math Maze: Start at 1. Follow the path: -1 → -1 → -1. What is the final value?

Show answer

Answer: -2

SubType
math-maze
Difficulty
easy
StartValue
1
Steps
  • {"op":"-","operand":1,"result":0}
  • {"op":"-","operand":1,"result":-1}
  • {"op":"-","operand":1,"result":-2}
FinalValue
-2
PathDescription
Step 1: -1 = 0; Step 2: -1 = -1; Step 3: -1 = -2

Math Maze: Start at 9. Follow the path: ×4 → +2 → +9. What is the final value?

Show answer

Answer: 47

SubType
math-maze
Difficulty
easy
StartValue
9
Steps
  • {"op":"\u00d7","operand":4,"result":36}
  • {"op":"+","operand":2,"result":38}
  • {"op":"+","operand":9,"result":47}
FinalValue
47
PathDescription
Step 1: ×4 = 36; Step 2: +2 = 38; Step 3: +9 = 47

Math Maze: Start at 9. Follow the path: +1 → -1 → +2. What is the final value?

Show answer

Answer: 11

SubType
math-maze
Difficulty
easy
StartValue
9
Steps
  • {"op":"+","operand":1,"result":10}
  • {"op":"-","operand":1,"result":9}
  • {"op":"+","operand":2,"result":11}
FinalValue
11
PathDescription
Step 1: +1 = 10; Step 2: -1 = 9; Step 3: +2 = 11

Math Maze: Start at 10. Follow the path: -9 → +1 → -1. What is the final value?

Show answer

Answer: 1

SubType
math-maze
Difficulty
easy
StartValue
10
Steps
  • {"op":"-","operand":9,"result":1}
  • {"op":"+","operand":1,"result":2}
  • {"op":"-","operand":1,"result":1}
FinalValue
1
PathDescription
Step 1: -9 = 1; Step 2: +1 = 2; Step 3: -1 = 1

Math Maze: Start at 3. Follow the path: -1 → -1 → +9. What is the final value?

Show answer

Answer: 10

SubType
math-maze
Difficulty
easy
StartValue
3
Steps
  • {"op":"-","operand":1,"result":2}
  • {"op":"-","operand":1,"result":1}
  • {"op":"+","operand":9,"result":10}
FinalValue
10
PathDescription
Step 1: -1 = 2; Step 2: -1 = 1; Step 3: +9 = 10

Math Maze: Start at 4. Follow the path: +10 → +5 → ×4. What is the final value?

Show answer

Answer: 76

SubType
math-maze
Difficulty
easy
StartValue
4
Steps
  • {"op":"+","operand":10,"result":14}
  • {"op":"+","operand":5,"result":19}
  • {"op":"\u00d7","operand":4,"result":76}
FinalValue
76
PathDescription
Step 1: +10 = 14; Step 2: +5 = 19; Step 3: ×4 = 76

Math Maze: Start at 2. Follow the path: ×4 → ×4 → -25. What is the final value?

Show answer

Answer: 7

SubType
math-maze
Difficulty
easy
StartValue
2
Steps
  • {"op":"\u00d7","operand":4,"result":8}
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"-","operand":25,"result":7}
FinalValue
7
PathDescription
Step 1: ×4 = 8; Step 2: ×4 = 32; Step 3: -25 = 7

Math Maze: Start at 5. Follow the path: -4 → -1 → -1. What is the final value?

Show answer

Answer: -1

SubType
math-maze
Difficulty
easy
StartValue
5
Steps
  • {"op":"-","operand":4,"result":1}
  • {"op":"-","operand":1,"result":0}
  • {"op":"-","operand":1,"result":-1}
FinalValue
-1
PathDescription
Step 1: -4 = 1; Step 2: -1 = 0; Step 3: -1 = -1