easy Set 48 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 17

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