hard Set 76 Form Exercise

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

Show answer

Answer: 104

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"+","operand":9,"result":49}
  • {"op":"\u00d7","operand":2,"result":98}
  • {"op":"+","operand":4,"result":102}
  • {"op":"+","operand":2,"result":104}
FinalValue
104
PathDescription
Step 1: ×4 = 40; Step 2: +9 = 49; Step 3: ×2 = 98; Step 4: +4 = 102; Step 5: +2 = 104

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

Show answer

Answer: 14

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"\u00d7","operand":4,"result":20}
  • {"op":"\u00d7","operand":3,"result":60}
  • {"op":"-","operand":18,"result":42}
  • {"op":"-","operand":15,"result":27}
  • {"op":"-","operand":13,"result":14}
FinalValue
14
PathDescription
Step 1: ×4 = 20; Step 2: ×3 = 60; Step 3: -18 = 42; Step 4: -15 = 27; Step 5: -13 = 14

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

Show answer

Answer: 90

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 2

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