English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

I don't know of any, but you can easily make your own program. Pull up a spreadsheet.

In cell a3, type (or cut and paste):
=ROUND((A1/A2)-0.5,0)

In cell a4, type:
=A1-A2*A3

Then type the numbers you want to divide in cells a1 and a2 (big number in a1 and small number in a2.) The amount you get by dividing will be in a3 and the remainder will be in a4.

I hope this helps!

2007-11-14 11:27:53 · answer #1 · answered by math guy 6 · 0 0

Hi,
There probably is, but if you're talking about program for a TI-82, TI-83 Plus or TI-84, hold on a minute and I'll whip one up for you. :-)
Prgm DIVISION
"FKIZER 111407"
:Input "DIVIDEND ",x
:Input "DIVISIOR ",y
:x/y-->Z (The ..--> is obtained by pressing STO.)
:iPart(Z)-->Q
:X-Q*Y-->R
:Disp "QUOT=",Q
:Disp "REM=",R
:STOP

Eliminate STOP if you're short of memory.
I did this just on the fly, so if you have any problems with it let me know. You can contact me from my Website at this URL:
www.angelfire.com/pro/fkizer

Hope this is what you need.

FE

2007-11-14 20:30:16 · answer #2 · answered by formeng 6 · 0 0

No not that I no of but I always google the problem and it gives me the answer! Hope I could help!!!

2007-11-14 19:22:37 · answer #3 · answered by Homie D 1 · 1 0

fedest.com, questions and answers