hard Set 32 Form Exercise

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

Show answer

Answer: 84

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 48

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