hard Set 50 Form Exercise

Math Maze: Start at 1. Follow the path: +5 → -2 → -1 → +3 → -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":2,"result":4}
  • {"op":"-","operand":1,"result":3}
  • {"op":"+","operand":3,"result":6}
  • {"op":"-","operand":1,"result":5}
FinalValue
5
PathDescription
Step 1: +5 = 6; Step 2: -2 = 4; Step 3: -1 = 3; Step 4: +3 = 6; Step 5: -1 = 5

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

Show answer

Answer: 3

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 196

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 194

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

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

Show answer

Answer: 13

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