hard Set 74 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 513

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 16

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