How to find factors of a number on a ti-nspire cx

Finding Prime Factors:

factor(rationalNumber) returns the rational number factored into primes.

If you are simply trying to decide if a number is prime, use isPrime( ).

Example:

Find the prime factors of 72.

From a Calculator Page:
MENU - #2 Number - #2 Factor

How to find factors of a number on a ti-nspire cx

NOTE: According to the manual, the computing time for composite numbers grows exponentially with the number of digits in the second-largest factor. Factoring a 30-digit integer could take more than a day and a 100-digit number could take more than a century.


Finding the Least Common Multiple (LCM):

lcm(Number1, Number2)
will return the least common multiple of the two numeric values.
Only accepts two values at a time.

Example:  
Find the LCM for 10, 15, and 45.

From a Calculator Page:
MENU - #2 Number
#3 Least Common Multiple
 

Since LCM can only accept two entries at a time, find the LCM of the first two values, and then find the LCM of your answer and the third value.

How to find factors of a number on a ti-nspire cx

Finding the Greatest Common Factor (GCF):

gcd(Number1, Number2)
will return the greatest common divisor of the two numeric values.
Only accepts two values at a time.

NOTE:  The calculator refers to the GCF as the GCD, greatest common divisor.

Example:  
Find the GCF (or GCD) for 12, 24, and 32.

From a Calculator Page:
MENU - #2 Number
#4 Greatest Common Divisor 

Since GCD can only accept two entries at a time, find the GCD of the first two values, and then find the GCD of your answer and the third value.

How to find factors of a number on a ti-nspire cx

How to find factors of a number on a ti-nspire cx

The Factor command from the TI-Nspire CAS Algebra submenu factors numerical and algebraic expressions. Choose [MENU]→Algebra→Factor to open the Factorcommand. Take a look at the first two lines of the first screen. TI-Nspire CAS attempts to factor any expression as much as possible with linear, rational, and real factors. The expression shown in the second line is not factorable based on these conditions.

How to find factors of a number on a ti-nspire cx

Notice in the third and fourth lines a comma is followed by a variable. By specifying a variable, TI-Nspire CAS produces linear factors (that is, factors in which the degree of the specified variable is 1) as long as these factors contain only real numbers.

The fourth and fifth lines are intended to illustrate that TI-Nspire CAS provides some sorting when it does its factoring. For example, notice that the fourth line is sorted with respect to the variable x (sorted means that x shows up first in the factors).

The fifth line specifies that you want to factor with respect to the variable b. As a result, the factors in the result lead with this variable.

Now, look at the second screen. The first line returns the original expression because the polynomial x4 – 3x3 + 3x – 12 is prime, meaning that it cannot be factored into linear, rational factors. However, by specifying that you want to factor in terms of the variable x (as shown in the second line), you make TI-Nspire produce linear factors with decimal approximations of irrational numbers, which provides a nice way to find the zeroes of a polynomial.

Finally, take a look at the third line of this screen, which illustrates that the Factorcommand factors numbers, too. The fourth line gives an example of what you get when you try to factor a prime number.

The computing time required to factor large composite numbers can be quite long. If you are interested only in determining whether a number is prime or composite, try using the isPrime command. This command returns the word true if the number is prime and false if the number is composite. See the fifth line of the second screen.

About This Article

This article is from the book:

  • TI-Nspire For Dummies ,

About the book authors:

Jeff McCalla teaches Algebra 2 and Pre-Calculus at St. Mary's Episcopal School in Memphis. He is a T3 instructor for Texas Instruments and co- founder of the TI-Nspire SuperUser group. Steve Ouellette wrote the first edition of TI-Nspire For Dummies as well as CliffsNotes® Guide to TI-Nspire.

This article can be found in the category:

  • Graphing Calculators ,