08-01-2012 03:09 PM - edited 08-01-2012 03:13 PM
Finally got something that worked...
I will wave my right to choose the next puzzle.
08-01-2012 07:15 PM
How do we know the cricket in the recording is a snowy tree cricket?
08-02-2012 09:43 AM
Nice work Crossrulz.
So we are left to wonder if the guy is innocent:) Or maybe... the cricket had something to do with it? Purposely changing his wing beats would provide the perfect cover if he had poisoned the entomologist.
Yes there is no way of knowing if it was a snowy tree cricket and some speculate that he may have lied on his application. Labwork is a pretty nice gig.
-SS
08-17-2012 03:49 PM - edited 08-17-2012 03:50 PM
1. This is a simple graphics puzzle. Using LabVIEW draw a circle and create nine points along the circle, equidistance around the circumference.
We will call the points "1" - "9" on it excluding "0".
Now start with the number 1 and double it, you get 2, draw a line from 1 to 2.
Now take 2 and double it, you get 4, draw a line from 2 to 4
Now take 4 and double it, you get 8, draw a line from 4 to 8
8 doubled is 16, but we only have the digits 1-9 so add the digits 1 + 6 = 7. Draw a line from 8 to 7
Continue the pattern:
32 would reduce to 3 + 2 = 5
64 would reduce to 6 + 4 = 10, which would reduce further to 1 + 0 = 1, and so on always summing the digit to get an integer between 1 and 9.
Continue this pattern and see what happens. 1, 2, 4, 8, 16, 32, 64...
2. Now try multiplying by 5s. 1, 5, 10, 15...
3. Next, try counting by odd integers. 1, 3, 5...
The first person with all three pictures using LabVIEW graphics functions is the winner...
Have a Nice Weekend,
-SS
08-18-2012 09:31 PM
There you go:
08-18-2012 10:19 PM
08-19-2012 12:16 AM
Well, at least I learned from your solution that the sum of the digits of a number is equal to N MOD 9 (if you're willing to get 0 instead of 9). I didn't know that.
08-19-2012 06:31 AM
08-19-2012 01:04 PM
I prefer the regular (non-mobile) site: Casting_out_nines
12-01-2012 05:48 PM
OK I read about this little program on the Commadore 64.
So here's the challenge... make the smallest program in Labview that implements: 10 PRINT CHR$(205.5+RND(1)); : GOTO 10
Like the commadore 64. Hint: I ended up downloading a Commadore 64 font.
Smallest in size and shape and that looks closest to the Commadore 64 wins. True randomness is not required as long as it looks random enough.
Light blue is with white font is required:)
-SS