easy Set 48 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 78

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