hard Set 11 Form Exercise

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

Show answer

Answer: 74

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

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

Show answer

Answer: 77

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

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

Show answer

Answer: 411

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

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

Show answer

Answer: 61

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

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

Show answer

Answer: 3

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"-","operand":17,"result":13}
  • {"op":"\u00d7","operand":3,"result":39}
  • {"op":"-","operand":22,"result":17}
  • {"op":"-","operand":14,"result":3}
FinalValue
3
PathDescription
Step 1: ×3 = 30; Step 2: -17 = 13; Step 3: ×3 = 39; Step 4: -22 = 17; Step 5: -14 = 3

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

Show answer

Answer: 1

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 27

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