hard Set 62 Form Exercise

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

Show answer

Answer: 31

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

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

Show answer

Answer: 156

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 7

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