Properties
Category
English
Due On
2021-03-07
Similar Topics
Statistics
Comments
1
Participants
2
Subscribers
2
Votes
1
Views
449
Share
Needs Answer
Hello everyone!
Could you please help me to solve the following problem?
I'm creating a division game for Primary school students, they are going to drag some objects into the region according to the formula Div(x,y).
For example
x=20
y=4
Div (20,4)
then the student has to drag 5 random objects into the region.
Someone suggested me to use the IsInRegion Command, however, it only counts specific object but not random object.
Thank you for your help!
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
create a list L with all random objects
then use length(keepif(isinregion(P,<nameofregion>),P,L))
Comments have been locked on this page!