hard Set 55 Form Exercise

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

Show answer

Answer: 20

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

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

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 34

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