easy Set 60 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 21

SubType
math-maze
Difficulty
easy
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"-","operand":12,"result":15}
  • {"op":"+","operand":6,"result":21}
FinalValue
21
PathDescription
Step 1: ×3 = 27; Step 2: -12 = 15; Step 3: +6 = 21

Math Maze: Start at 8. Follow the path: +10 → -14 → ×2. What is the final value?

Show answer

Answer: 8

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