medium Set 59 Form Exercise

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

Show answer

Answer: 148

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"+","operand":8,"result":35}
  • {"op":"\u00d7","operand":4,"result":140}
  • {"op":"+","operand":8,"result":148}
FinalValue
148
PathDescription
Step 1: ×3 = 27; Step 2: +8 = 35; Step 3: ×4 = 140; Step 4: +8 = 148

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

Show answer

Answer: 8

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

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

Show answer

Answer: 13

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"+","operand":4,"result":11}
  • {"op":"-","operand":6,"result":5}
  • {"op":"+","operand":9,"result":14}
  • {"op":"-","operand":1,"result":13}
FinalValue
13
PathDescription
Step 1: +4 = 11; Step 2: -6 = 5; Step 3: +9 = 14; Step 4: -1 = 13

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

Show answer

Answer: 1

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 12

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"+","operand":2,"result":29}
  • {"op":"-","operand":9,"result":20}
  • {"op":"-","operand":8,"result":12}
FinalValue
12
PathDescription
Step 1: ×3 = 27; Step 2: +2 = 29; Step 3: -9 = 20; Step 4: -8 = 12

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

Show answer

Answer: 144

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

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

Show answer

Answer: 3

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