Download Print this page

Casio fx9750GII Getting Started page 39

Graphic calculator
Hide thumbs Also See for fx9750GII:

Advertisement

Example
'Rain on the Roof' is a simulation of raindrops that have fallen on a roof (that has been divided into 16
square) in a 'snapshot' in time.
'RAIN ON THE ROOF' 
"HOW MANY RAIN DROPS?"
? →G 
ViewWindow 0,16.15,1,0,16,1 
Graph Y=4:Graph Y=8:
Graph Y=12:Graph Y=16 
Graph X=4:
Graph X=8:
Graph X=12:
Graph X=16 
0→N
Lbl 1
Int (Ran#x16)→A
Int (Ran#x16)→B
Plot A+1 ┘ 2,B+1 ┘ 2
N+1→N
N>G⇒Goto 2
Goto 1
Lbl 2
0→N
Example 2
'Number Guess Game'. The
input number is entered and the
reply from the program is a 'too
high' or 'too low'.
You have 7
chances!
This is a good strategy and logic
game, compare the game with
the notion of folding a piece of
paper in half over and over again.
The 'lowest score' is kept in
memory space 'L'. When you exit
the game or turn the calculator
off the memory of 'L' is returned
to the original setting of 8. Happy
guessing!
Refer to the 'Programme Mode
Command List' for entering and
editing the program. (See index
for page reference)
This is a Poisson Distribution activity that lets the 'user' decide how
many raindrops are to fall. Bar graphs can be drawn to show the
distribution to the number of raindrops that have fallen into each
square.
How many raindrops are to fall is given by the input value:
Another related activity could be:
How many currants are in the currant bun?
This could have the variation of how many
currants are necessary to put in the baker's mix to
have at least 5 (say) currants in each bun. Look at
median, mean, standard error, maximum values
and calculations from sample simulations.
Refer to the 'Programme Mode Command
List' for entering and editing the program.
(See index for page reference).
'NUMBER GUESS' 
" GAME"
8 → L 
Lbl 1
0→C
"GUESS A NUMBER"
" PLEASE"
Int (Ran#x101)→N
"THAT IS BETWEEN 0 X 100
YOUR GUESS IS..."
Lbl 2
?→G
C+1→C
G=N⇒Goto 5
C=7⇒Goto 4
G>N⇒Goto 3
"TOO LOW"
"GUESS AGAIN"
Goto 2
Lbl 3
"TOO HIGH"
fx9750GII
G
"GUESS AGAIN"
Goto 2
Lbl 4 
"OUT OF GUESSES TRY
AGAIN"
"THE NUMBER WAS"
N
Goto 6
Lbl 5
"YOU GOT IT IN"
C
"GUESSES"
C<L⇒C→L
"LOWEST YET"
Lbl 6
L=100⇒Goto 1
"LOWEST SO FAR" :L
Goto 1
CHAPTER 5 | PG 39

Hide quick links:

Advertisement

loading