medium Set 78 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 59

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 5

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