First Function in Excel (Assumes that You Have Access to an Office 365 Subscription)
Please attempt the following procedure:
- Type Excel in the Windows 10 Search Box
- Select the Excel App
- Select Blank workbook
- Maximize the Excel Window
- Type x in Cell A1
- Tab to Cell B1
- Type y in Cell B1
- Type 0 in Cell A2
- Type 1 in Cell B2
- Type 1 in Cell A3
- Type 2 in Cell B3
- Type 2 in Cell A4
- Type 4 in Cell B4
- Type 3 in Cell A5
- Type 8 in Cell B5
- Type 4 in Cell A6
- Type 16 in Cell B6
- Type 5 in Cell A7
- Type 32 in Cell A8
- Highlight Cells A1 and B1
- From the Toolbar Select Alignment and Right Alignment
- Select File Save As
- Select “Documents” and “Powers of Two” as the filename
- Highlight Cells A1 to B7
- Select Insert from Toolbar
- Select Charts Scatter
- Select the Chart
- Select the Big + Sign on the Right
- Label the y-axis “y = 2 ^ n”
- Label the x-axis “n”
- Relabel the Title of the Chart as “Powers of Two”
Note that x is in the finite set { 0, 1, 2, 3, 4, 5 }
Note that y is the function y = 2 ^ x where ^ is the exponentiation operator


