name = 'puzzle_abc/3' slug = 'age puzzle: abc' description = '''\

Person A is two years older than B who is twice as old as C. The total of the ages of A, B and C is 27.

Write the predicate puzzle_abc(A, B, C) that finds the ages of the three people.

''' hint = {}