hard Set 59 Form Exercise

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

Show answer

Answer: 49

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

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

Show answer

Answer: 13

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

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

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 30

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":4,"result":28}
  • {"op":"\u00d7","operand":4,"result":112}
  • {"op":"-","operand":80,"result":32}
  • {"op":"-","operand":8,"result":24}
  • {"op":"+","operand":6,"result":30}
FinalValue
30
PathDescription
Step 1: ×4 = 28; Step 2: ×4 = 112; Step 3: -80 = 32; Step 4: -8 = 24; Step 5: +6 = 30

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

Show answer

Answer: 46

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