medium Set 5 Form Exercise

Start at 24. Follow the path: -10, ×3, +15. What is the final answer?

Show answer

Answer: 57

StartValue
24
Steps
  • {"op":"-","value":10,"result":14}
  • {"op":"\u00d7","value":3,"result":42}
  • {"op":"+","value":15,"result":57}
Forks
  • {"correct":14,"wrong":13,"options":[14,13],"correctIndex":0,"op":"-","value":10}
  • {"correct":42,"wrong":39,"options":[42,39],"correctIndex":0,"op":"\u00d7","value":3}
  • {"correct":57,"wrong":61,"options":[61,57],"correctIndex":1,"op":"+","value":15}

Start at 9. Follow the path: +10, -14, +13. What is the final answer?

Show answer

Answer: 18

StartValue
9
Steps
  • {"op":"+","value":10,"result":19}
  • {"op":"-","value":14,"result":5}
  • {"op":"+","value":13,"result":18}
Forks
  • {"correct":19,"wrong":21,"options":[19,21],"correctIndex":0,"op":"+","value":10}
  • {"correct":5,"wrong":7,"options":[7,5],"correctIndex":1,"op":"-","value":14}
  • {"correct":18,"wrong":19,"options":[18,19],"correctIndex":0,"op":"+","value":13}

Start at 19. Follow the path: ×3, -8, +5. What is the final answer?

Show answer

Answer: 54

StartValue
19
Steps
  • {"op":"\u00d7","value":3,"result":57}
  • {"op":"-","value":8,"result":49}
  • {"op":"+","value":5,"result":54}
Forks
  • {"correct":57,"wrong":53,"options":[57,53],"correctIndex":0,"op":"\u00d7","value":3}
  • {"correct":49,"wrong":52,"options":[49,52],"correctIndex":0,"op":"-","value":8}
  • {"correct":54,"wrong":52,"options":[54,52],"correctIndex":0,"op":"+","value":5}

Start at 3. Follow the path: +13, -7, -3. What is the final answer?

Show answer

Answer: 6

StartValue
3
Steps
  • {"op":"+","value":13,"result":16}
  • {"op":"-","value":7,"result":9}
  • {"op":"-","value":3,"result":6}
Forks
  • {"correct":16,"wrong":14,"options":[14,16],"correctIndex":1,"op":"+","value":13}
  • {"correct":9,"wrong":14,"options":[9,14],"correctIndex":0,"op":"-","value":7}
  • {"correct":6,"wrong":3,"options":[6,3],"correctIndex":0,"op":"-","value":3}

Start at 6. Follow the path: ×3, +2, -1. What is the final answer?

Show answer

Answer: 19

StartValue
6
Steps
  • {"op":"\u00d7","value":3,"result":18}
  • {"op":"+","value":2,"result":20}
  • {"op":"-","value":1,"result":19}
Forks
  • {"correct":18,"wrong":14,"options":[18,14],"correctIndex":0,"op":"\u00d7","value":3}
  • {"correct":20,"wrong":16,"options":[20,16],"correctIndex":0,"op":"+","value":2}
  • {"correct":19,"wrong":20,"options":[19,20],"correctIndex":0,"op":"-","value":1}

Start at 25. Follow the path: ×2, +12, +13. What is the final answer?

Show answer

Answer: 75

StartValue
25
Steps
  • {"op":"\u00d7","value":2,"result":50}
  • {"op":"+","value":12,"result":62}
  • {"op":"+","value":13,"result":75}
Forks
  • {"correct":50,"wrong":51,"options":[51,50],"correctIndex":1,"op":"\u00d7","value":2}
  • {"correct":62,"wrong":58,"options":[62,58],"correctIndex":0,"op":"+","value":12}
  • {"correct":75,"wrong":76,"options":[75,76],"correctIndex":0,"op":"+","value":13}

Start at 6. Follow the path: ×2, -11, +13. What is the final answer?

Show answer

Answer: 14

StartValue
6
Steps
  • {"op":"\u00d7","value":2,"result":12}
  • {"op":"-","value":11,"result":1}
  • {"op":"+","value":13,"result":14}
Forks
  • {"correct":12,"wrong":16,"options":[16,12],"correctIndex":1,"op":"\u00d7","value":2}
  • {"correct":1,"wrong":1,"options":[1,1],"correctIndex":0,"op":"-","value":11}
  • {"correct":14,"wrong":11,"options":[14,11],"correctIndex":0,"op":"+","value":13}

Start at 26. Follow the path: -7, ×4, ×2. What is the final answer?

Show answer

Answer: 152

StartValue
26
Steps
  • {"op":"-","value":7,"result":19}
  • {"op":"\u00d7","value":4,"result":76}
  • {"op":"\u00d7","value":2,"result":152}
Forks
  • {"correct":19,"wrong":16,"options":[19,16],"correctIndex":0,"op":"-","value":7}
  • {"correct":76,"wrong":74,"options":[74,76],"correctIndex":1,"op":"\u00d7","value":4}
  • {"correct":152,"wrong":157,"options":[152,157],"correctIndex":0,"op":"\u00d7","value":2}