PyPE solution to PE problem 33

Registered by Scott Armitage

PyPE solution to PE problem 33

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
Approved
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
Scott Armitage
Completed by
Scott Armitage

Related branches

Sprints

Whiteboard

    ProjectEuler.net problem 33
    ===========================

    The fraction ^(49)/_(98) is a curious fraction, as an inexperienced
    mathematician in attempting to simplify it may incorrectly believe that
    ^(49)/_(98) = ^(4)/_(8), which is correct, is obtained by cancelling the 9s.

    We shall consider fractions like, ^(30)/_(50) = ^(3)/_(5), to be trivial
    examples.

    There are exactly four non-trivial examples of this type of fraction, less
    than one in value, and containing two digits in the numerator and
    denominator.

    If the product of these four fractions is given in its lowest common terms,
    find the value of the denominator.

    Solution
    --------

    This is a brute force solution.

    Answer
    ------

    100

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.