getPrime() getOddComposite() getOddComposite() getOddComposite() getEvenComposite() sortNumbers( [ PRIME, WRONG_1, WRONG_2, WRONG_3, WRONG_4 ] )

Which of these numbers is prime?

\large{CHOICES.join( ",\\ " )}

PRIME

  • CHOICE

A prime number has exactly two factors: 1 and itself.

The factors of CHOICE are toSentence( getFactors( CHOICE ) ).

Thus, PRIME is a prime number.