medium Set 91 Form Exercise

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

Show answer

Answer: 68

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 49

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"\u00d7","operand":4,"result":28}
  • {"op":"+","operand":7,"result":35}
  • {"op":"+","operand":7,"result":42}
  • {"op":"+","operand":7,"result":49}
FinalValue
49
PathDescription
Step 1: ×4 = 28; Step 2: +7 = 35; Step 3: +7 = 42; Step 4: +7 = 49

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

Show answer

Answer: 37

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"+","operand":7,"result":16}
  • {"op":"+","operand":2,"result":18}
  • {"op":"\u00d7","operand":2,"result":36}
  • {"op":"+","operand":1,"result":37}
FinalValue
37
PathDescription
Step 1: +7 = 16; Step 2: +2 = 18; Step 3: ×2 = 36; Step 4: +1 = 37

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

Show answer

Answer: 36

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"\u00d7","operand":3,"result":12}
  • {"op":"\u00d7","operand":3,"result":36}
  • {"op":"+","operand":7,"result":43}
  • {"op":"-","operand":7,"result":36}
FinalValue
36
PathDescription
Step 1: ×3 = 12; Step 2: ×3 = 36; Step 3: +7 = 43; Step 4: -7 = 36

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

Show answer

Answer: 4

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

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

Show answer

Answer: 32

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