easy Set 91 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 16

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