73. Creating 100 With Four Sevens Using the numbers 7, 7, 7, 7, 1, the answer is 100. How?Condition: using only +, *, /, %, () these symbols. Don't use other symbols. Added 20 July 2012 Show Hint Show Solution Hint: Consider how you can manipulate the numbers through multiplication and addition to reach 100. Solution: (7 * 7) + (7 * 7) + 1 = 100
Comments (0)
No comments yet. Be the first!
Add a Comment or Suggest an Answer