hard Set 85 Form Exercise

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

Show answer

Answer: 84

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 24

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