Name ______
Period ______
Date ______
Part 1 Review
In Normal Mode, write in Standard Notation and use the calculator.
1. 5.0 x 106 ______2. 1.2 x 101 ______3. 4.32 x 103 ______
In Sci Mode, write in Scientific Notation and use the calculator.
1. 36,500,000 ______2. 98,700 ______3. 7,510,000,000 ______
Part 2 Calculator Programming
As a class we will code (see attached coding directions) a graphing calculator program that evaluates the expression (2ab2)3 for the values you input. It expresses the result in scientific notation. If a = 9, b = 10, c = 0, the result is 5.832 x 109.
Pair up with a partner to help each other in the coding process.
Part 3 Editing the Program
Edit the program to evaluate each expression with your partner. Then evaluate a = 4. b = 6, and c = 8.
1. a2b3c4 ______2. (-a)4(3b)2(c)6 ______
3. (3a2bc)3 ______4. (-2b)2(4c)3 ______
** Extra:
What values of a, b, and c would make the exponent in scientific notation negative?
Steps to coding program (Part 2)
- Press PRGM
- Scroll over to NEW: Press ENTER.
- Type in SCINOT next to “Name =”; Press ENTER.
- Press MODE button on calculator.
- Scroll over to SCI; Press ENTER.
- Press ENTER.
- Press PRGM button on calculator.
- Scroll over to I/O
- Press 2 or scroll down to 2: Prompt and press ENTER.
- Press ALPHA button, then A (Math button)
- Press ,
- Press ALPHA button, then B (Matrix button)
- Press,
- Press ALPHA button, then C (Prgm button)
- Press ENTER
- Press PRGM
- Scroll over to I/O
- Press 3 or scroll down to 3: Disp and press ENTER.
- Press ALPHA and then + button to get “
- Type in expression (2AB^2)^3
- Press 2nd Math and scroll down to = sign, Press ENTER.
- Press ALPHA and then + button to get “
- Press ,
- Type in expression (2AB^2)^3
- YOU ARE DONE, Press 2nd MODE to QUIT.
Steps to Running the programs.
- Press PRGM.
- Leave it on EXEC.
- Press the # your SCINOT program is or scroll down to SCINOT and press ENTER.
- Press ENTER. A should show up.
- Type in a Number for A and press ENTER.
- Do the same for B and C.
- Your answer will show up in Scientific Notation.
Steps to Edit the programs (Part 3)
- Press PRGM
- Scroll over to Edit.
- Choose SCINOT.
- Edit expression.
Programming
- Did you find it easy to code and edit the program? Would you use your knowledge of coding again for another mathematical topic?
- Do you have any suggestions to modify the lesson make it more beneficial to you?
Group Interaction
- How much did you participate? How did you participate?
- Did you work well with your partner? Would you rather work individually or in bigger groups on activities similar to this one?