hard Set 84 Form Exercise

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

Show answer

Answer: 752

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 106

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

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

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

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

Show answer

Answer: -7

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 49

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