medium Set 73 Form Exercise

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

Show answer

Answer: 96

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

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

Show answer

Answer: 15

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"+","operand":7,"result":14}
  • {"op":"+","operand":10,"result":24}
  • {"op":"-","operand":8,"result":16}
  • {"op":"-","operand":1,"result":15}
FinalValue
15
PathDescription
Step 1: +7 = 14; Step 2: +10 = 24; Step 3: -8 = 16; Step 4: -1 = 15

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

Show answer

Answer: 2

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 240

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

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

Show answer

Answer: 10

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