Instructions for Factorization Simulator
Simulator not currently compatible with mobile
Score is ((number of correct) - (number of incorrect) * (1/2)) * (900)/(time elapsed (in seconds))
Factoring an integer involves breaking down the integer into a series of prime numbers such that the product of the prime numbers equals the original integer. Some examples:
147 equals 3*7*7 (3 7 7)
555 equals 3*5*37 (3 5 37)
610 equals 2*5*61 (2 5 61)
In this simulator, prime factors should be simply separated by a “space” —as in the above parentheticals —- and can be written in any order.
Correct Answers: 0
Score: 0
Factorization Simulator
Timer: 0 seconds