Biker123

none

Biker123 #Fun Talk

General Fun

Ti-84 Quadratic Equation For those who have a ti-84 or a graphing calc. Here is the program written to easily solve a quadratic by punching in 3 numbers: Made it just for fun. Also give me any equations that you would like me to write for you. Point of this: saves time on your test :P PROGRAM:QUAD :"(A,B,C)" :Prompt A,B,C :Disp "The ROOTS ARE:",(-B+sqrt(B^2-4(A)(C)))/(2A),"AND",(-B-sqrt(B^2-4(A)(C)))/(2A) P.s. to get prompt and disp, hit the program button. Also the space between Prompt and A is automatically created, same with Disp. So don't add a space in.