hard Set 68 Form Exercise

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

Show answer

Answer: 58

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 37

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