medium Set 13 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 29

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