hard Set 11 Form Exercise

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

Show answer

Answer: 1176

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 1

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