hard Set 81 Form Exercise

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

Show answer

Answer: 51

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

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

Show answer

Answer: 1296

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 202

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 4

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