Hi there! This is my first public release of a program for the  85. It is designed to factor any trinomial into two binomials. Always make sure that the individual binomials can t be factored more. This is primarily for Algebra I students. Here are some Examples of how to use the program.

Say you have this problem:
	8x^2+10x-3

1) Run TriFactr
	This will Come up
		Ax^2+Bx+C
		A=?
2) Type in 8 for A. Then a B=? will come up. Input 10. Finally, C=? pops onto the screen, and you d put in -3.
3) The screen will go blank, and after a second, the program will display
(Ax+B)(Cx+D)
A=4
B=-1
C=2
D=3

So 8x^2+10x-3 factors to (4x-1)(2x+3). Got it? There are only a few limitations. It will only factor over the integers, The leading coefficient is non positive, or the constant equals 0. Sorry. If you d like to fix this, be my guest and send me the new version to kschwarcz@aol.com

Thanx to....
The Zshell guys, for Zshell, for without Zshell, I would still have an  82.
Doug Melton, for letting me help him with Zcasino (Check it out, I did the grafix for the slot machine. You should have seen the grayscale version, It kicked butt. The next version of Zcasino will be grayscale)
Andreas Ess, for asking me to do the grafix for Plain Jump 2, yes, Plain Jump shall return!!! (its 4 grayscale, 8 different columns, external level editor, blows the first version away!!!)
Sam Davies, for having me do the Title screen for Daedalus.
My math teacher, for assigning my math book, which had this program in BASIC.


Email me! kschwarcz@aol.com

I ll do graphics for anyone s Zshell progs! I m pretty good, (thankyouverymuch, now!). The only restriction, is you have to let me ask you stupid questions as I work on my first Zshell game.

Here s some ideas for you programmer types to do:
	*make a factoring that factors polynomials of any degree
	*How about making me a grayscale sprite engine for me. (email me first, and I ll tell you what I need.
	*How  bout giving Deadalus some competition! Make a 3d engine!!
	*How  bout tutoring me in asm!
	*How about a program that solves for variables (ie. pt=e solve for p, e/t=p)