jifarooq / Puzzles

Repo for fun puzzles to solve

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Year Problem

Turn digits into the current year

  • You have the number 123456789.
  • Between each number, you can either insert nothing, or one of the 4 basic arithmetic operations (plus, minus, multiply, or divide).
  • Can the resulting expression equal the current year 2015?

There are 3 solutions

About

Repo for fun puzzles to solve


Languages

Language:Ruby 100.0%