medium Set 73 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 15

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