easy Set 22 Form Exercise

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

Show answer

Answer: 78

SubType
math-maze
Difficulty
easy
StartValue
6
Steps
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"\u00d7","operand":3,"result":72}
  • {"op":"+","operand":6,"result":78}
FinalValue
78
PathDescription
Step 1: ×4 = 24; Step 2: ×3 = 72; Step 3: +6 = 78

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

Show answer

Answer: 3

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 22

SubType
math-maze
Difficulty
easy
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":4,"result":84}
  • {"op":"-","operand":62,"result":22}
FinalValue
22
PathDescription
Step 1: ×3 = 21; Step 2: ×4 = 84; Step 3: -62 = 22

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

Show answer

Answer: 8

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 3

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