hard Set 20 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 10

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