The P versus NP problem is a very intriguing concept as it asks whether difficult problems have an alternative easier solution, but the difficulty of a problem usually only exist from the perspective of the solver. This paper details an alternative method to efficiently solve a 3-partition problem, which is considered a strongly NP-complete problem. Thus, proving that there exists an efficient method to solve a 3-partition problem might also prove P = NP. Section 2 provides the logic behind the algorithm that efficiently solves a 3-partition problem. Section 3 provides proof of the algorithm’s efficiency by only taking 10 steps using an equation and a logic condition to find all possible subsets when given a set containing 27 elements. Se...