hard Set 80 Form Exercise

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

Show answer

Answer: 91

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 261

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

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

Show answer

Answer: 59

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

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

Show answer

Answer: 8

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