hard Set 64 Form Exercise

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

Show answer

Answer: 92

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"\u00d7","operand":3,"result":15}
  • {"op":"+","operand":3,"result":18}
  • {"op":"+","operand":5,"result":23}
  • {"op":"\u00d7","operand":2,"result":46}
  • {"op":"\u00d7","operand":2,"result":92}
FinalValue
92
PathDescription
Step 1: ×3 = 15; Step 2: +3 = 18; Step 3: +5 = 23; Step 4: ×2 = 46; Step 5: ×2 = 92

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

Show answer

Answer: 48

SubType
math-maze
Difficulty
hard
StartValue
1
Steps
  • {"op":"-","operand":1,"result":0}
  • {"op":"+","operand":8,"result":8}
  • {"op":"\u00d7","operand":3,"result":24}
  • {"op":"-","operand":12,"result":12}
  • {"op":"\u00d7","operand":4,"result":48}
FinalValue
48
PathDescription
Step 1: -1 = 0; Step 2: +8 = 8; Step 3: ×3 = 24; Step 4: -12 = 12; Step 5: ×4 = 48

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

Show answer

Answer: 40

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

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

Show answer

Answer: 23

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":7,"result":17}
  • {"op":"-","operand":5,"result":12}
  • {"op":"+","operand":6,"result":18}
  • {"op":"+","operand":3,"result":21}
  • {"op":"+","operand":2,"result":23}
FinalValue
23
PathDescription
Step 1: +7 = 17; Step 2: -5 = 12; Step 3: +6 = 18; Step 4: +3 = 21; Step 5: +2 = 23

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

Show answer

Answer: 24

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 10

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