hard Set 46 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 94

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 56

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