hard Set 64 Form Exercise

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

Show answer

Answer: 70

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 101

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

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

Show answer

Answer: 109

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

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

Show answer

Answer: 34

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