********************************************************************** * WARNING: Use this program at your own risk! Alpha Technologies, * * any person(s) afflicted with Alpha Technologies, or any other * * third parties are not responsible for any damage that this program * * may cause. * ********************************************************************** Copyright(C) 2000 by Alpha Technologies * INSTALLATION * Send prgmPRIME to you TI-83/83 Plus This program is self explaintory. You enter in a number and it determines if a number is prime or not. Then finds the two simpliest numbers (e.g. the simpliest multiples of 150 are 10 and 15; the simpliest multiples of 300 are 15 and 20; a simpliest multiple is the smallest sum of two multiples; the simpliest multiple of 100 is 10 and 10. It is not 1 and 100 or 2 and 50 etc because 10+10=20, 1+100=101, 2+50=52; 20 is the lowest number) that multiply to the inputted number. It tells the time remaining when it is trying to find the multiples, and it also tells you the numbers that divide evenly into the number that are under 20. Copyright(C) 2000 by Alpha Technologies