hard Set 66 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 36

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"+","operand":8,"result":15}
  • {"op":"+","operand":8,"result":23}
  • {"op":"+","operand":9,"result":32}
  • {"op":"-","operand":6,"result":26}
  • {"op":"+","operand":10,"result":36}
FinalValue
36
PathDescription
Step 1: +8 = 15; Step 2: +8 = 23; Step 3: +9 = 32; Step 4: -6 = 26; Step 5: +10 = 36

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

Show answer

Answer: 13

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 32

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