medium Set 66 Form Exercise

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

Show answer

Answer: 122

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 61

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 104

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