hard Set 40 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 77

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 15

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