medium Set 41 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 54

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"\u00d7","operand":4,"result":108}
  • {"op":"+","operand":6,"result":114}
  • {"op":"-","operand":60,"result":54}
FinalValue
54
PathDescription
Step 1: ×3 = 27; Step 2: ×4 = 108; Step 3: +6 = 114; Step 4: -60 = 54

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

Show answer

Answer: 21

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 84

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