hard Set 11 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 85

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 19

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