hard Set 65 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 3840

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 22

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