hard Set 55 Form Exercise

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

Show answer

Answer: 46

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 59

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":3,"result":63}
  • {"op":"-","operand":22,"result":41}
  • {"op":"+","operand":10,"result":51}
  • {"op":"+","operand":8,"result":59}
FinalValue
59
PathDescription
Step 1: ×3 = 21; Step 2: ×3 = 63; Step 3: -22 = 41; Step 4: +10 = 51; Step 5: +8 = 59

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

Show answer

Answer: 10

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 46

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