medium Set 66 Form Exercise

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

Show answer

Answer: 50

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 11

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

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

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 33

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