hard Set 47 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 176

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 310

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 69

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