hard Set 46 Form Exercise

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

Show answer

Answer: 54

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 29

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