hard Set 59 Form Exercise

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

Show answer

Answer: 54

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 276

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

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

Show answer

Answer: -4

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":"+","operand":1,"result":-2}
  • {"op":"\u00d7","operand":2,"result":-4}
FinalValue
-4
PathDescription
Step 1: -1 = 0; Step 2: -1 = -1; Step 3: ×3 = -3; Step 4: +1 = -2; Step 5: ×2 = -4

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

Show answer

Answer: 2

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

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

Show answer

Answer: 82

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

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

Show answer

Answer: 102

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

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

Show answer

Answer: 7

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