hard Set 70 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 344

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 100

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