easy Set 27 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 12

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