Lesson 6: Rational Exponents
Module 2: Roots and Powers
Connect
 Lesson Assessment
Complete the lesson quiz posted under under the Assess tab or by using the Quizzes link under the Activities block. Also, ensure your work in your binder (course folder) is complete.
 Project Connection **NOT ASSIGNED**
In the last Project Connection you learned about binary numbers and how to convert between decimal (base 10) numbers and binary numbers. You also learned that computers use binary numbers to store data, communicate information, and run programs. In this lesson you will see how binary numbers can be used to encode characters on a computer keyboard, not just numbers.
When computers were in the beginning stages of development, there was no standard way of using binary numbers to represent letters. One computer might be programmed to recognize 10010101 as the letter K and another might recognize 01001011 as the same letter. Eventually, computer manufacturers agreed to use a standard code so all computers would assign the same letter for a given binary number. This code is called the American Standard Code for Information Interchange or ASCII.
The ASCII code assigns eight-digit binary numbers to letters and punctuation marks. Each eight-digit or eight-bit number can be stored as a byte. The table shows how some of those numbers are assigned.
| 
 Binary  | 
 Dec  | 
 Glyph  | 
| 
 0100000  | 
 32  | 
|
| 
 0100001  | 
 33  | 
 !  | 
| 
 0100010  | 
 34  | 
 “  | 
| 
 0100011  | 
 35  | 
 #  | 
| 
 0100100  | 
 36  | 
 &  | 
| 
 0100101  | 
 37  | 
 %  | 
| 
 0100110  | 
 38  | 
 &  | 
| 
 0100111  | 
 39  | 
 ‘  | 
| 
 0101000  | 
 40  | 
 (  | 
| 
 0101001  | 
 41  | 
 )  | 
| 
 0101010  | 
 42  | 
 *  | 
| 
 0101011  | 
 43  | 
 +  | 
| 
 0101100  | 
 44  | 
 ,  | 
| 
 0101101  | 
 45  | 
 -  | 
| 
 0101110  | 
 46  | 
 .  | 
| 
 0101111  | 
 47  | 
 /  | 
| 
 0110000  | 
 48  | 
 0  | 
| 
 0110001  | 
 49  | 
 1  | 
| 
 0110010  | 
 50  | 
 2  | 
| 
 0110011  | 
 51  | 
 3  | 
| 
 0110100  | 
 52  | 
 4  | 
| 
 0110101  | 
 53  | 
 5  | 
| 
 0110110  | 
 54  | 
 6  | 
| 
 0110111  | 
 55  | 
 7  | 
| 
 0111000  | 
 56  | 
 8  | 
| 
 0111001  | 
 57  | 
 9  | 
| 
 0111010  | 
 58  | 
 :  | 
| 
 0111011  | 
 59  | 
 ;  | 
| 
 0111100  | 
 60  | 
 <  | 
| 
 0111101  | 
 61  | 
 =  | 
| 
 0111110  | 
 62  | 
 >  | 
| 
 0111111  | 
 63  | 
 ?  | 
| 
 Binary  | 
 Dec  | 
 Glyph  | 
| 
 1000000  | 
 64  | 
 @  | 
| 
 1000001  | 
 65  | 
 A  | 
| 
 1000010  | 
 66  | 
 B  | 
| 
 1000011  | 
 67  | 
 C  | 
| 
 1000100  | 
 68  | 
 D  | 
| 
 1000101  | 
 69  | 
 E  | 
| 
 1000110  | 
 70  | 
 F  | 
| 
 1000111  | 
 71  | 
 G  | 
| 
 1001000  | 
 72  | 
 H  | 
| 
 1001001  | 
 73  | 
 I  | 
| 
 1001010  | 
 74  | 
 J  | 
| 
 1001011  | 
 75  | 
 K  | 
| 
 1001100  | 
 76  | 
 L  | 
| 
 1001101  | 
 77  | 
 M  | 
| 
 1001110  | 
 78  | 
 N  | 
| 
 1001111  | 
 79  | 
 O  | 
| 
 1010000  | 
 80  | 
 P  | 
| 
 1010001  | 
 81  | 
 Q  | 
| 
 1010010  | 
 82  | 
 R  | 
| 
 1010011  | 
 83  | 
 S  | 
| 
 1010100  | 
 84  | 
 T  | 
| 
 1010101  | 
 85  | 
 U  | 
| 
 1010110  | 
 86  | 
 V  | 
| 
 1010111  | 
 87  | 
 W  | 
| 
 1011000  | 
 88  | 
 X  | 
| 
 1011001  | 
 89  | 
 Y  | 
| 
 1011010  | 
 90  | 
 Z  | 
| 
 1011011  | 
 91  | 
 [  | 
| 
 1011100  | 
 92  | 
 \  | 
| 
 1011101  | 
 93  | 
 ]  | 
| 
 1011110  | 
 94  | 
 ^  | 
| 
 1011111  | 
 95  | 
 _  | 
| 
 Binary  | 
 Dec  | 
 Glyph  | 
| 
 1100000  | 
 96  | 
 `  | 
| 
 1100001  | 
 97  | 
 a  | 
| 
 1100010  | 
 98  | 
 b  | 
| 
 1100011  | 
 99  | 
 c  | 
| 
 1100100  | 
 100  | 
 d  | 
| 
 1100101  | 
 101  | 
 e  | 
| 
 1100110  | 
 102  | 
 f  | 
| 
 1100111  | 
 103  | 
 g  | 
| 
 1101000  | 
 104  | 
 h  | 
| 
 1101001  | 
 105  | 
 i  | 
| 
 1101010  | 
 106  | 
 j  | 
| 
 1101011  | 
 107  | 
 k  | 
| 
 1101100  | 
 108  | 
 l  | 
| 
 1101101  | 
 109  | 
 m  | 
| 
 1101110  | 
 110  | 
 n  | 
| 
 1101111  | 
 111  | 
 o  | 
| 
 1110000  | 
 112  | 
 p  | 
| 
 1110001  | 
 113  | 
 q  | 
| 
 1110010  | 
 114  | 
 r  | 
| 
 1110011  | 
 115  | 
 s  | 
| 
 1110100  | 
 116  | 
 t  | 
| 
 1110101  | 
 117  | 
 u  | 
| 
 1110110  | 
 118  | 
 v  | 
| 
 1110111  | 
 119  | 
 w  | 
| 
 1111000  | 
 120  | 
 x  | 
| 
 1111001  | 
 121  | 
 y  | 
| 
 1111010  | 
 122  | 
 z  | 
| 
 1111011  | 
 123  | 
 {  | 
| 
 1111100  | 
 124  | 
 |  | 
| 
 1111101  | 
 125  | 
 }  | 
| 
 1111110  | 
 126  | 
 ~  | 
You can use the ASCII table and your knowledge of decimal to binary conversions to encode secret messages. The following section outlines the steps for encoding the message “Hello Eva.”
Step 1: Create a chart like the following:
| 
 Letter  | 
 Decimal Number  | 
 Binary  | 
Step 2: Write the letters of the secret message in the first column. Note that the chart provides different codes for upper case and lower case letters.
| 
 Letter  | 
 Decimal Number  | 
 Binary  | 
| 
 H  | 
||
| 
 e  | 
||
| 
 l  | 
||
| 
 l  | 
||
| 
 o  | 
||
| 
 E  | 
||
| 
 v  | 
||
| 
 a  | 
Step 3: Use the ASCII table to locate the decimal or binary numbers.
| 
 Letter  | 
 Decimal Number  | 
 Binary  | 
| 
 H  | 
 72  | 
 1001000  | 
| 
 e  | 
 101  | 
 1100101  | 
| 
 l  | 
 108  | 
 1101100  | 
| 
 l  | 
 108  | 
 1101100  | 
| 
 o  | 
 111  | 
 1101111  | 
| 
 E  | 
 69  | 
 1000101  | 
| 
 v  | 
 118  | 
 1110110  | 
| 
 a  | 
 97  | 
 1100001  | 
Step 4: Express your code in the format of your choice:
72.101.108.108.111.69.118.97
OR
1001000-1100101-1101100-1101100-1101111-1000101-1110110-1100001
At this time, go to the Unit 2 Project and complete the Module 2: Lesson 6 portion of the project.
 Going Beyond

© andrés arias/shutterstock
If you have ever worked with Internet that was delivered using a satellite, you may have experienced a slight hesitation in the transmission of information. Why is that?
One of the disadvantages of the geosynchronous orbit (an orbit that keeps the satellite at the same place with regards to Earth) is the signal delay.
When a satellite is 22 240 mi away from the surface of Earth and the speed of light is around 186 000 mi per second, there is a delay of around one-quarter of a second from the time a signal is sent up to the satellite to the time the signal is received by an antenna back here on Earth.
Here is the formula that has been developed by scientists:
![]()
t = satellite’s time duration of orbit
d = distance from the centre of Earth
k = a constant
Using this formula, you could find out what the time lag would be with satellites in other orbits. What if, for example, there is a satellite that orbits in 12 hours? Or what about a satellite that orbits in 18 hours? Would the light lag be half as much or something different?
If you know the lag for a 24-hour orbit, you can find the value for k. Then you can use it and the formula to find the lag for other orbits.
| 
 Duration of Orbit  | 
 Light Lag  | 
| 
 24 hours  | 
 0.24 seconds  | 
| 
 18 hours  | 
|
| 
 12 hours  |