hard Set 54 Form Exercise

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

Show answer

Answer: 93

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 109

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