Tuesday, April 20, 2010
Z for 7
While you are doing this exercise, you should not look at what you would have written at any time!
Learn how the following strings are generated.
In the first string, write down from 0 to 9 but instead of zero write A.
In the second string, write down from 0 to 9 but instead of one write B.
In the third string, write down from 0 to 9 but instead of two write C.
...
In the 26th string, write down from 0 to 9 but instead of five write Z.
In the 27th string, write down from 0 to 9 but instead of six write A (after Z you should continue with A, B, C…).
In the 28th string, write down from 0 to 9 but instead of seven write B.
In the 29th string, write down from 0 to 9 but instead of eight write C.
…
As shown in the following, write until you would write Z instead of 7.
A, 1, 2, 3, 4, 5, 6, 7, 8, 9
0, B, 2, 3, 4, 5, 6, 7, 8, 9
0, 1, C, 3, 4, 5, 6, 7, 8, 9
0, 1, 2, D, 4, 5, 6, 7, 8, 9
0, 1, 2, 3, E, 5, 6, 7, 8, 9
0, 1, 2, 3, 4, F, 6, 7, 8, 9
0, 1, 2, 3, 4, 5, G, 7, 8, 9
0, 1, 2, 3, 4, 5, 6, H, 8, 9
0, 1, 2, 3, 4, 5, 6, 7, I, 9
0, 1, 2, 3, 4, 5, 6, 7, 8, J
K, 1, 2, 3, 4, 5, 6, 7, 8, 9
0, L, 2, 3, 4, 5, 6, 7, 8, 9
0, 1, M, 3, 4, 5, 6, 7, 8, 9
0, 1, 2, N, 4, 5, 6, 7, 8, 9
0, 1, 2, 3, O, 5, 6, 7, 8, 9
0, 1, 2, 3, 4, P, 6, 7, 8, 9
0, 1, 2, 3, 4, 5, Q, 7, 8, 9
0, 1, 2, 3, 4, 5, 6, R, 8, 9
0, 1, 2, 3, 4, 5, 6, 7, S, 9
0, 1, 2, 3, 4, 5, 6, 7, 8, T
U, 1, 2, 3, 4, 5, 6, 7, 8, 9
0, V, 2, 3, 4, 5, 6, 7, 8, 9
0, 1, W, 3, 4, 5, 6, 7, 8, 9
0, 1, 2, X, 4, 5, 6, 7, 8, 9
0, 1, 2, 3, Y, 5, 6, 7, 8, 9
0, 1, 2, 3, 4, Z, 6, 7, 8, 9
0, 1, 2, 3, 4, 5, A, 7, 8, 9
0, 1, 2, 3, 4, 5, 6, B, 8, 9
0, 1, 2, 3, 4, 5, 6, 7, C, 9
0, 1, 2, 3, 4, 5, 6, 7, 8, D
E, 1, 2, 3, 4, 5, 6, 7, 8, 9
0, F, 2, 3, 4, 5, 6, 7, 8, 9
0, 1, G, 3, 4, 5, 6, 7, 8, 9
0, 1, 2, H, 4, 5, 6, 7, 8, 9
0, 1, 2, 3, I, 5, 6, 7, 8, 9
0, 1, 2, 3, 4, J, 6, 7, 8, 9
0, 1, 2, 3, 4, 5, K, 7, 8, 9
0, 1, 2, 3, 4, 5, 6, L, 8, 9
0, 1, 2, 3, 4, 5, 6, 7, M, 9
0, 1, 2, 3, 4, 5, 6, 7, 8, N
…
S, 1, 2, 3, 4, 5, 6, 7, 8, 9
0, T, 2, 3, 4, 5, 6, 7, 8, 9
0, 1, U, 3, 4, 5, 6, 7, 8, 9
0, 1, 2, V, 4, 5, 6, 7, 8, 9
0, 1, 2, 3, W, 5, 6, 7, 8, 9
0, 1, 2, 3, 4, X, 6, 7, 8, 9
0, 1, 2, 3, 4, 5, Y, 7, 8, 9
0, 1, 2, 3, 4, 5, 6, Z, 8, 9
Do the Radio Practice now!
Do the Multiply By 99 exercise again!