easy Set 84 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 40

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