easy Set 94 Form Exercise

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

Show answer

Answer: 43

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 59

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 14

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