I want to teach my 10 year old son some simple programming. Can anyone suggest a simple problem I could get him to solve using the 35s that has enough steps to be fun?
Daniel
Good puzzle for kids to solve on 35s?
|
|
« Next Oldest | Next Newest »
|
▼
Post: #3
09-17-2013, 08:09 AM
I want to teach my 10 year old son some simple programming. Can anyone suggest a simple problem I could get him to solve using the 35s that has enough steps to be fun? Daniel ▼
Post: #5
09-17-2013, 09:20 AM
How about guess the number, 1-100? The calculator generates a random number and he tries to guess it, and it tells him how many guesses it took when he gets it. This has the added advantage of teaching him about a binary search. ▼
Post: #6
09-17-2013, 09:27 AM
And you can do the reverse game, have your son guess a number between 1 and 100 and the calculator try to figure out the number. Perhaps the simplest program is having the calculator add integers from 1 to a specified upper limit and then comparing the result with Gauss's formula n(n+1)/2. Namir
Post: #7
09-17-2013, 09:33 AM
All I can think of is finding areas of (simple) geometric shapes like the circle, rectangles, ellipses, and right triangles.
Post: #8
09-17-2013, 09:54 AM
Daniel
If I may suggest a modification to the suggestion by Csaba - population dynamics - w an emphasis on intersecting populations. The following URL(s) are very informative; ▼
▼
Post: #10
09-17-2013, 11:26 AM
Namir ▼
Post: #11
09-17-2013, 11:57 AM
Quote:"Three New Pocket Calculators : Smaller, Less Costly, More Powerful" from November 1975 HP Journal.
Post: #13
09-17-2013, 05:52 PM
Two games I can recommend are the well-known 'Nimb' found in HP-25C, HP-33E and HP-34C program manuals or here in MoHPC's Program Library or 'Sum of Digits Game' from the HP Digest article 'How Programmable Calculators Help Kids Learn.' Edited: 17 Sept 2013, 5:53 p.m.
Post: #14
09-18-2013, 10:40 PM
It may be too advanced for a 10 year old, but finding prime factors of a number is fun too. |