Home | Travaux STAF | Report for EUREKA - euro.wgt & hilo.wgt - STAF11 STAF-E


REPORT
euro.wgt & hilo.wgt


Contents

Description
Educative goals and technical problems
Conclusion


Description

euro.wgt


This Eureka problem is the presentation of a simple formula converter of French francs to Euro:
( x + x/2 ) / 10 = y, where x=FF and y=euro

In other words, to convert FF you just add to it the half and divide it with 10.

hilo.wgt


This Eureka is a simple very old child game that almost all of us have played it once in a lifetime. The student tries to guess a random number. Each time he gets a hint whether this guess is bigger or smaller than the random number. It is proposed to the student that the best approach is the binary search but the student is free to choose his own way of guessing the number. He can easily find out as his trials are being counted, that by using the binary search algorithm he achieves his goal extremely faster.


TOP

Educative goals and technical problems

euro.wgt

hilo.wgt



TOP

Conclusion

In both Eurekas I tried to make the student to participate even in the simplest way by choosing the number to be converted in the euro.wgt, or the more interesting one in the hilo.wgt by playing the game all the way to the end guessing the number.
I have to admit that it took me quite some time to decide what kind of Eureka I would create. It definately needs a lot of creative imagination and when a good idea comes up usually stucks in technical details because Eureka software doesn't provide a lot of tools in order to create all kinds of problems.

TOP

Back to "Travaux" page

by Vivian Synteta (6/1/99) updated 6/1/99
synteta8@etu.unige.ch