hard Set 79 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 222

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 113

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