hard Set 50 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 28

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"\u00d7","operand":2,"result":12}
  • {"op":"\u00d7","operand":4,"result":48}
  • {"op":"\u00d7","operand":4,"result":192}
  • {"op":"\u00d7","operand":3,"result":576}
  • {"op":"-","operand":548,"result":28}
FinalValue
28
PathDescription
Step 1: ×2 = 12; Step 2: ×4 = 48; Step 3: ×4 = 192; Step 4: ×3 = 576; Step 5: -548 = 28

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

Show answer

Answer: 21

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