hard Set 58 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 588

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

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

Show answer

Answer: 195

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 11

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