Euler problems/141 to 146

From HaskellWiki
< Euler problems
Revision as of 08:24, 27 March 2007 by Vincenz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Problem 141

Investigating progressive numbers, n, which are also square.

Solution:

problem_141 = undefined

Problem 142

Perfect Square Collection

Solution:

problem_142 = undefined

Problem 143

Investigating the Torricelli point of a triangle

Solution:

problem_143 = undefined

Problem 144

Investigating multiple reflections of a laser beam.

Solution:

problem_144 = undefined

Problem 145

How many reversible numbers are there below one-billion?

Solution:

problem_145 = undefined

Problem 146

Investigating a Prime Pattern

Solution:

problem_146 = undefined