hard Set 29 Form Exercise

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

Show answer

Answer: 34

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

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

Show answer

Answer: 1056

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

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

Show answer

Answer: -24

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 68

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 13

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