medium Set 46 Form Exercise

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

Show answer

Answer: 66

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 75

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 13

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

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

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

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

Show answer

Answer: 130

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