hard Set 19 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 164

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 39

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