medium Set 57 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 12

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