hard Set 74 Form Exercise

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

Show answer

Answer: 72

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 43

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":9,"result":19}
  • {"op":"+","operand":8,"result":27}
  • {"op":"+","operand":9,"result":36}
  • {"op":"+","operand":5,"result":41}
  • {"op":"+","operand":2,"result":43}
FinalValue
43
PathDescription
Step 1: +9 = 19; Step 2: +8 = 27; Step 3: +9 = 36; Step 4: +5 = 41; Step 5: +2 = 43

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

Show answer

Answer: 48

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 46

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