Before working with complex numbers, you need to adjust the mode setting on your TI-83. Highlight a + bi on the seventh line as shown below.

Size: px
Start display at page:

Download "Before working with complex numbers, you need to adjust the mode setting on your TI-83. Highlight a + bi on the seventh line as shown below."

Transcription

1 1 Arapahoe Community College MAT Graphing Calculator Techniques for Survey of Algebra TI-83 Graphing Calculator Workshop #10 Complex Numbers and Programming 1) Demonstrate how to enter and perform operations with complex numbers on the TI-83. 2) Demonstrate how to store and retrieve information in a program, 3) Illustrate how to delete a program from memory, 4) Show how to insert and delete lines in a program, 5) Show how to cut and paste lines in a program 6) Build a more elaborate quadratic formula function. Complex Numbers Before working with complex numbers, you need to adjust the mode setting on your TI-83. Highlight a + bi on the seventh line as shown below. The small letter i above the decimal point <9, 3> is used to represent 1. Complex numbers are generally written in the form a + bi where a and b are any real numbers. 1) Start with a clear Home Screen. 2) Enter ( 49) ( 4). Be sure to use the parentheses. Press. 3) You can also perform operations with complex numbers. Use. <9,3> to access the small i on the keyboard. Try these. a) (12-6i) + (3 + 2i) ans 15-4i b) (6-3i) - (4-8i) ans 2 + 5i

2 2 c) (5 + 2i) (3-5i) ans 25-19i d) (4-3i) / (4 + 3i) Frac ans 7/25 - (24/25)i 4) Perform these calculations and report your results. a) (4-2i) + ( 3-5i) ans b) + i i ans c) ( 4 4 ) ans d) (2-3i) ( 4 4 ) ans e) (6-3i) / (4 + 2i) ans Storing Information in a Program 1) Press,<3, 3>, to NEW, and press. 2) Type in the name of your program. Notice that the calculator is in Alpha lock mode. Type in INFO. 3) Notice program lines start with : Character. 4) Use the arrow keys and the enter key to enter the following program. Spaces are entered as. 5) Press to return to the Home Screen. Retrieving Information from a Program You will now go back to the program you just entered to recall the information stored there. 1) Press. 2) Arrow over to EDIT and arrow down to INFO. Press. 3) Your program should now be on the screen. You can use all the arrow keys to move around this program.

3 3 Deleting a line from a Program You will now remove unwanted lines. 1) Use the arrow keys to move the cursor somewhere in the first "THIS IS INFO 5" line. 2) Press. 3) What happens? Adding a Line to a Program You will now add a line to your program. 1) Use the arrow keys to move the cursor at the beginning of the "THIS IS INFO 5" line. 2) Press. 3) What happens? 4) Add the following line to your program. Deleting a Program Suppose you are finished with your information program and want to remove it from the memory of your calculator. This is useful as your calculator memory becomes full. 1) Press to return to the Home Screen. 2) To access the memory functions, press and to access Mem Mgm t/del menu option. 3) Press for Program or arrow down to it and press. 4) Arrow to INFO and be sure that the small triangle pointer is next to it. Press. The program has been deleted which frees calculator RAM.

4 4 A Quadratic Formula Program You will now create a quadratic formula program. Running a Program 1) Create a new program named QUADRATC. (8 letter limit) 2) Press to NEW, press. Type QUADRATC then press. 3) Press and to I/O for Input/Output. Press for Input or press. 4) Enter the following program. Disp is below Input on the I/O menu. " is accessed by pressing. Press for =. :Input ("A=",A) :Input ("B=",B) :Input ("C=",C) :Disp "B 2-4 A C=" :Disp B 2-4 A C :Disp "X1=" :Disp (-B + (B4 A C))/(2 A) :Disp "X2=" :Disp (-B - (B4 A C))/(2 A) 5) Press to return to the Home Screen. You can execute a program from the Home Screen by pressing and using the arrows to move down to its name and pressing. 1) Call up your QUADTRTC program. 2) Press. The program will now prompt you to enter the values for A, B and C. 3) If we wished to find the solutions for x 2 + 4x - 5 = 0, we would input A = 1, B = 4 and C = -5.

5 5 4) Press. The screen now shows you the value of the discriminant as well as the two roots. It says "done" indicating that the program has finished running. 5) Find the value of the discriminant as well as the solutions to the following equations: (you can run the quadratic program again by simply pressing ) x 2 + 4x - 10 = 0 B 2-4AC =, solutions x =, x = x 2 + 4x - 7 = 0 B 2-4AC =, solutions x =, x = x 2 + 4x - 4 = 0 B 2-4AC =, solutions x =, x = x 2 + 4x - 3 = 0 B 2-4AC =, solutions x =, x = x 2 + 4x = 0 B 2-4AC =, solutions x =, x = x 2 + 4x + 2 = 0 B 2-4AC =, solutions x =, x = x 2 + 4x + 4 = 0 B 2-4AC =, solutions x =, x =

6 6 x 2 + 4x + 5 = 0 B 2-4AC =, solutions x =, x = x 2 + 4x + 8 = 0 B 2-4AC =, solutions x =, x =

Essentials for the TI-83+

Essentials for the TI-83+ Essentials for the TI-83+ Special Keys. O S O O Press and release, then press the appropriate key to access the 2nd (yellow) operation. Press and release to access characters and letters indicated above

More information

Basic Calculator Functions

Basic Calculator Functions Algebra I Common Graphing Calculator Directions Name Date Throughout our course, we have used the graphing calculator to help us graph functions and perform a variety of calculations. The graphing calculator

More information

TI-89 Calculator Workshop #1 The Basics

TI-89 Calculator Workshop #1 The Basics page 1 TI-89 Calculator Workshop #1 The Basics After completing this workshop, students will be able to: 1. find, understand, and manipulate keys on the calculator keyboard 2. perform basic computations

More information

Graphics calculator instructions

Graphics calculator instructions Graphics calculator instructions Contents: A B C D E F G Basic calculations Basic functions Secondary function and alpha keys Memory Lists Statistical graphs Working with functions 10 GRAPHICS CALCULATOR

More information

Graphics calculator instructions

Graphics calculator instructions Graphics calculator instructions Contents: A Basic calculations B Basic functions C Secondary function and alpha keys D Memory E Lists F Statistical graphs G Working with functions H Two variable analysis

More information

Introduction to the TI-83/84 Calculator

Introduction to the TI-83/84 Calculator P a g e 0 0 1 Introduction to the TI-83/84 Calculator Directions: Read each statement or question. Follow the directions each problem gives you. Basic Buttons 1 st Function Keys: Normal buttons 2 nd Function

More information

Solving Systems of Equations Using Matrices With the TI-83 or TI-84

Solving Systems of Equations Using Matrices With the TI-83 or TI-84 Solving Systems of Equations Using Matrices With the TI-83 or TI-84 Dimensions of a matrix: The dimensions of a matrix are the number of rows by the number of columns in the matrix. rows x columns *rows

More information

Graphics calculator instructions

Graphics calculator instructions Graphics calculator instructions Contents: A B C D E F G Basic calculations Basic functions Secondary function and alpha keys Memory Lists Statistical graphs Working with functions 10 GRAPHICS CALCULATOR

More information

Standardized Tests: Best Practices for the TI-Nspire CX

Standardized Tests: Best Practices for the TI-Nspire CX The role of TI technology in the classroom is intended to enhance student learning and deepen understanding. However, efficient and effective use of graphing calculator technology on high stakes tests

More information

1. Use the Trapezium Rule with five ordinates to find an approximate value for the integral

1. Use the Trapezium Rule with five ordinates to find an approximate value for the integral 1. Use the Trapezium Rule with five ordinates to find an approximate value for the integral Show your working and give your answer correct to three decimal places. 2 2.5 3 3.5 4 When When When When When

More information

Graphing Calculator Overview

Graphing Calculator Overview Graphing Calculator Overview Workshop One Objectives Learn the general layout of the calculator Learn how to navigate the menus Learn basic operating procedures Perform linear regression LEARNING CENTER

More information

SOLVER TI-83 QUICK REFERENCE. The SOLVER feature is used to solve equations. There may be one variable or more than one variable in the equation.

SOLVER TI-83 QUICK REFERENCE. The SOLVER feature is used to solve equations. There may be one variable or more than one variable in the equation. SOLVER TI-83 QUICK REFERENCE The SOLVER feature is used to solve equations. There may be one variable or more than one variable in the equation. 1. Press MATH O to activate the SOLVER. 2. Enter the equation

More information

SKILL: Fraction arithmetic and reducing fractions back to top

SKILL: Fraction arithmetic and reducing fractions back to top Table of Contents 050 Skills 1) Fraction Arithmetic 2) Check Solution 3) Graphing and Ordered Pairs 4) Finding Intercepts From a Graph 5) Solve a System of Equations 6) Evaluate an Expression with Exponents

More information

if you have anything on the screen you can clear it by pressing: CLEAR

if you have anything on the screen you can clear it by pressing: CLEAR Graphing Calculators are really very powerful hand held computing devices. The allow mathematics problems to be investigated by those whose learning styles range from the symbolic to the visual to the

More information

and numbers and no spaces. Press after typing the name. You are now in the Program Editor. Each line of code begins with the colon character ( : ).

and numbers and no spaces. Press after typing the name. You are now in the Program Editor. Each line of code begins with the colon character ( : ). NEW! Calculator Coding Explore the basics of coding using TI Basic, and create your own program. Created by Texas Instruments for their TI Codes curriculum, this activity is a great starting point for

More information

f( x ), or a solution to the equation f( x) 0. You are already familiar with ways of solving

f( x ), or a solution to the equation f( x) 0. You are already familiar with ways of solving The Bisection Method and Newton s Method. If f( x ) a function, then a number r for which f( r) 0 is called a zero or a root of the function f( x ), or a solution to the equation f( x) 0. You are already

More information

Beginning Excel for Windows

Beginning Excel for Windows Beginning Excel for Windows Version: 2002 Academic Computing Support Information Technology Services Tennessee Technological University September 2003 1. Opening Excel for Windows and Setting the Toolbars

More information

( ) ( ) Completing the Square. Alg 3 1 Rational Roots Solving Polynomial Equations. A Perfect Square Trinomials

( ) ( ) Completing the Square. Alg 3 1 Rational Roots Solving Polynomial Equations. A Perfect Square Trinomials Alg Completing the Square A Perfect Square Trinomials (± ) ± (± ) ± 4 4 (± ) ± 6 9 (± 4) ± 8 6 (± 5) ± 5 What is the relationship between the red term and the blue term? B. Creating perfect squares.. 6

More information

Graphing Calculator Comparison Activities

Graphing Calculator Comparison Activities Graphing Calculator Comparison Activities CASIO fx-9750gii VS. TI-83, TI-83 Plus, TI-84, TI-84 Plus Finding Extrema Algebraically Texas Instruments: TI-83 Plus, TI-84 Plus, & TI-84 SE CASIO GRAPHING CALCULATORS

More information

Exploring Translations

Exploring Translations Exploring Translations 1. New Sketch: To open a new sketch go to FILE and click on New Sketch 2. Create a triangle. a. Using the SEGMENT tool, construct a triangle. b. Drag the cursor and release for each

More information

TI-89 Titanium Workshop Saturday, July 17 th 2004

TI-89 Titanium Workshop Saturday, July 17 th 2004 TI-89 Titanium Workshop Saturday, July 17 th 2004 TI-89 Titanium Hands-On Activities TI-89 Titanium Geography : Apps Desktop Turning ON the Apps Desktop: 1. Press MODE 2. Press 3. Scroll down to the Apps

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Chapter 3 Polynomial and Rational Functions Review sections as needed from Chapter 0, Basic Techniques, page 8. Refer to page 187 for an example of the work required on paper for all graded homework unless

More information

RECALLING PREVIOUS EXPRESSIONS

RECALLING PREVIOUS EXPRESSIONS The variable Ans holds the most recent evaluated expression, and can be used in calculations by pressing SHIFT ( ). For example, suppose you evaluate 3 4, and then wish to subtract this from 17. This can

More information

U4L4B Box Problem - TI Nspire CAS Teacher Notes

U4L4B Box Problem - TI Nspire CAS Teacher Notes U4L4B Box Problem - TI Nspire CAS Teacher Notes You are provided with a sheet of metal that measures 80 cm by 60 cm. If you cut congruent squares from each corner, you are left with a rectangle in the

More information

Basics: How to Calculate Standard Deviation in Excel

Basics: How to Calculate Standard Deviation in Excel Basics: How to Calculate Standard Deviation in Excel In this guide, we are going to look at the basics of calculating the standard deviation of a data set. The calculations will be done step by step, without

More information

Adjusting the Display Contrast (Making the Screen Lighter or Darker)

Adjusting the Display Contrast (Making the Screen Lighter or Darker) Introduction: TI-86 On/Off, Contrast, Mode, and Editing Expressions Turning the Calculator On When you press the ON button, you should see a blinking dark rectangle (called the cursor) in the upper left-hand

More information

TI-83 Plus CellSheet Application

TI-83 Plus CellSheet Application TI TI-83 Plus CellSheet Application Getting Started Start here How To Enter data Create charts Edit data Import and export data Examples Scatter chart Bar chart Pie chart Linear regression Gravity Simple

More information

MAT 1033C -- Intermediate Algebra -- Lial Chapter 8 -- Roots and Radicals Practice for the Exam (Kincade)

MAT 1033C -- Intermediate Algebra -- Lial Chapter 8 -- Roots and Radicals Practice for the Exam (Kincade) MAT 0C -- Intermediate Algebra -- Lial Chapter 8 -- Roots and Radicals Practice for the Exam (Kincade) Name Date MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers

More information

Graphing Calculator How To Packet

Graphing Calculator How To Packet Graphing Calculator How To Packet The following outlines some of the basic features of your TI Graphing Calculator. The graphing calculator is a useful tool that will be used extensively in this class

More information

hp calculators HP 35s Using Calculator Memories to Help Solve Problems Variables and Memory Registers Practice Examples: Storing and Using a Constant

hp calculators HP 35s Using Calculator Memories to Help Solve Problems Variables and Memory Registers Practice Examples: Storing and Using a Constant HP 35s Using Calculator Memories to Help Solve Problems Variables and Memory Registers Practice Examples: Storing and Using a Constant Storing a Temporary Result Exchanging and Viewing Registers Other

More information

Heads Up! (Continued)

Heads Up! (Continued) . Name Date A c t i v i t y 6 Heads Up! (Continued) In this activity, you will do more experiments with simulations and use a calculator program that will quickly simulate multiple coin tosses. The Problem

More information

b. Suppose you enter input from the console, when you run the program. What is the output?

b. Suppose you enter input from the console, when you run the program. What is the output? Part I. Show the printout of the following code: (write the printout next to each println statement if the println statement is executed in the program). a. Show the output of the following code: public

More information

Medical Office System Chapter 18: Calculator

Medical Office System Chapter 18: Calculator Chapter 18: Calculator This chapter discusses Accessing the Calculator! the calculator program incorporated into the MOS system.! the business and general math functions.! the arithmetic functions.! amortization

More information

hp calculators HP 17bII+ The Solver and IF functions The HP Solver Accessing the solver Entering an equation Solving an equation Using functions

hp calculators HP 17bII+ The Solver and IF functions The HP Solver Accessing the solver Entering an equation Solving an equation Using functions The HP Solver Accessing the solver Entering an equation Solving an equation Using functions The and IF functions Practice using solver functions IF Practice using solver functions - The HP Solver One of

More information

OVERVIEW DISPLAYING NUMBERS IN SCIENTIFIC NOTATION ENTERING NUMBERS IN SCIENTIFIC NOTATION

OVERVIEW DISPLAYING NUMBERS IN SCIENTIFIC NOTATION ENTERING NUMBERS IN SCIENTIFIC NOTATION OVERVIEW The intent of this material is to provide instruction for the TI-86 graphing calculator that may be used in conjunction with the second edition of Gary Rockswold's College Algebra Through Modeling

More information

Alternate Appendix A: Using the TI-92 Calculator

Alternate Appendix A: Using the TI-92 Calculator Alternate Appendix A: Using the TI-92 Calculator This document summarizes TI-92 calculation and programming operations as they relate to the text, Inside Your Calculator. Even those who do not read the

More information

Contents 20. Trigonometric Formulas, Identities, and Equations

Contents 20. Trigonometric Formulas, Identities, and Equations Contents 20. Trigonometric Formulas, Identities, and Equations 2 20.1 Basic Identities............................... 2 Using Graphs to Help Verify Identities................... 2 Example 20.1................................

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

Activity 7. The Slope of the Tangent Line (Part 2) Objectives. Introduction. Problem

Activity 7. The Slope of the Tangent Line (Part 2) Objectives. Introduction. Problem Activity 7 Objectives Use the CellSheet App to find the approximate slope of a tangent line of a curve Compare the x-slope relationship of parabolic and cubic curves Introduction In Activity 6, you found

More information

Excel tutorial Introduction

Excel tutorial Introduction Office button Excel tutorial Introduction Microsoft Excel is an electronic spreadsheet. You can use it to organize your data into rows and columns. You can also use it to perform mathematical calculations

More information

TI-89 Clinic. Let s first set up our calculators so that we re all working in the same mode.

TI-89 Clinic. Let s first set up our calculators so that we re all working in the same mode. TI-89 Clinic Preliminaries Let s first set up our calculators so that we re all working in the same mode. From the home screen, select F6 new problem. Hit enter to eecute that command. This erases previous

More information

Lesson 10: Representing, Naming, and Evaluating Functions

Lesson 10: Representing, Naming, and Evaluating Functions : Representing, Naming, and Evaluation Functions Classwork Opening Exercise Study the 4 representations of a function below. How are these representations alike? How are they different? TABLE: Input 0

More information

Algebra II Quadratic Functions

Algebra II Quadratic Functions 1 Algebra II Quadratic Functions 2014-10-14 www.njctl.org 2 Ta b le o f C o n te n t Key Terms click on the topic to go to that section Explain Characteristics of Quadratic Functions Combining Transformations

More information

Texas Instruments TI-89 Graphing Calculator. Getting started with the TI-89

Texas Instruments TI-89 Graphing Calculator. Getting started with the TI-89 Part IV: Texas Instruments TI-89 Graphing Calculator IV.1 Getting started with the TI-89 In this guide, the key with the green diamond symbol inside a green border will be indicated by, the key with the

More information

FSA Algebra 1 EOC Practice Test Guide

FSA Algebra 1 EOC Practice Test Guide FSA Algebra 1 EOC Practice Test Guide This guide serves as a walkthrough of the Florida Standards Assessments (FSA) Algebra 1 End-of- Course (EOC) practice test. By reviewing the steps listed below, you

More information

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998 Created on 09/02/98 11:58 PM 1 EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998 Note for Excel 97 users: All features of Excel 98 for Macintosh are available in Excel 97 for

More information

The CATALOG, Variables, and Characters

The CATALOG, Variables, and Characters 2 The CATALOG, Variables, and Characters The CATALOG... 38 Storing Data to Variables... 39 Classifying Variables as Data Types... 42 The CUSTOM Menu... 44 The CHAR (Character) Menu... 45 TI -86 M1 M2 M3

More information

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT.

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT. Instructional Center for Educational Technologies EXCEL 2010 BASICS Things to Know Before You Start The cursor in Excel looks like a plus sign. When you click in a cell, the column and row headings will

More information

But a vertex has two coordinates, an x and a y coordinate. So how would you find the corresponding y-value?

But a vertex has two coordinates, an x and a y coordinate. So how would you find the corresponding y-value? We will work with the vertex, orientation, and x- and y-intercepts of these functions. Intermediate algebra Class notes More Graphs of Quadratic Functions (section 11.6) In the previous section, we investigated

More information

Chapter 1 TI Calculator Basics

Chapter 1 TI Calculator Basics Chapter 1 TI Calculator Basics In this chapter we introduce our calculator companion to Intro Stats (3 nd ed.) by giving an overview of Texas Instruments graphing calculators: the TI-83, -83+, -84+, and

More information

Section 2.3. Solving a System of Equations Graphically: Solving Systems of Equations by Substitution: Example: Solve by substitution

Section 2.3. Solving a System of Equations Graphically: Solving Systems of Equations by Substitution: Example: Solve by substitution Section 2.3 Systems of Linear Equations in Two Variables Solving a System of Equations Graphically: 1. Solve both equations for y and graph in Y1 and Y2. 2. Find the point of intersection. Example: Solve

More information

Interactive learning on a ClassPad 300

Interactive learning on a ClassPad 300 Interactive learning on a ClassPad 300 Barry Kissane School of Education Murdoch University http://wwwstaff.murdoch.edu.au/~kissane 1. Getting oriented Use the stylus to tap the Menu icon at the bottom

More information

Performing Matrix Operations on the TI-83/84

Performing Matrix Operations on the TI-83/84 Page1 Performing Matrix Operations on the TI-83/84 While the layout of most TI-83/84 models are basically the same, of the things that can be different, one of those is the location of the Matrix key.

More information

1) Merge the cells that contain the title and center the title

1) Merge the cells that contain the title and center the title Supplies: You will need a storage location to save your spreadsheet for use in Session 2. You will need the 2 handouts pertaining to Session 1 Instructions: Follow the directions below to create a budget

More information

Sharp EL-9900 Graphing Calculator

Sharp EL-9900 Graphing Calculator Sharp EL-9900 Graphing Calculator Basic Keyboard Activities General Mathematics Algebra Programming Advanced Keyboard Activities Algebra Calculus Statistics Trigonometry Programming Sharp EL-9900 Graphing

More information

Casio fx-cg20. Calculator Instructions A B C D E F G. Contents:

Casio fx-cg20. Calculator Instructions A B C D E F G. Contents: Calculator Instructions Casio fx-cg0 Contents: A B C D E F G Basic functions Memory Lists Solving simultaneous equations Statistics Probability Working with functions CASIO FX-CG0 A BASIC FUNCTIONS GROUPING

More information

Cell Basics. Introduction

Cell Basics. Introduction Cell Basics Introduction Cells are the basic building blocks of a worksheet. Cells can contain a variety of content such as text, formatting attributes, formulas, and functions. The Cell Each rectangle

More information

SAMPLE. Appendix: TI-Nspire. Keystroke actions and short cuts

SAMPLE. Appendix: TI-Nspire. Keystroke actions and short cuts Appendix: TI-Nspire Keystroke actions and short cuts : removes menus and dialogue boxes + : undo last move + : redo last move : move to next entry box (field) + : switch applications in split screen :

More information

Casio fx-cg20. Calculator Instructions A B C D E F G. Contents:

Casio fx-cg20. Calculator Instructions A B C D E F G. Contents: Calculator Instructions Casio fx-cg20 Contents: A B C D E F G Basic functions Memory Lists Statistics Linear modelling Probability Working with functions 2 CASIO FX-CG20 A BASIC FUNCTIONS GROUPING SYMBOLS

More information

How to use Excel Spreadsheets for Graphing

How to use Excel Spreadsheets for Graphing How to use Excel Spreadsheets for Graphing 1. Click on the Excel Program on the Desktop 2. You will notice that a screen similar to the above screen comes up. A spreadsheet is divided into Columns (A,

More information

Lesson 8 - Practice Problems

Lesson 8 - Practice Problems Lesson 8 - Practice Problems Section 8.1: A Case for the Quadratic Formula 1. For each quadratic equation below, show a graph in the space provided and circle the number and type of solution(s) to that

More information

Using the stat function of the TI-83+ graphing calculator to analyze data by making a scatter plot diagram.

Using the stat function of the TI-83+ graphing calculator to analyze data by making a scatter plot diagram. Using the stat function of the TI-83+ graphing calculator to analyze data by making a scatter plot diagram. I. Inputting the data into the TI-83 1. Press the STAT key 2. Press 1(Edit) 3. Place the cursor

More information

Graphics Calculators

Graphics Calculators Graphics Calculators Starting in ninth grade, you may use school provided calculators on exams. Today you will learn many of the features available on TI graphics calculators. Plain Vanilla The number

More information

FSA Algebra 1 EOC Practice Test Guide

FSA Algebra 1 EOC Practice Test Guide FSA Algebra 1 EOC Practice Test Guide This guide serves as a walkthrough of the Algebra 1 EOC practice test. By reviewing the steps listed below, you will have a better understanding of the test functionalities,

More information

Top bar items. Current folder should be shown. Command Window This has the the prompt >>

Top bar items. Current folder should be shown. Command Window This has the the prompt >> MA1710: Week 2 for, if, else, break Getting started in session 2 With the Windows 7 operating system that we have in our Labs start Matlab as you did last week by clicking the mouse pointer on Start (bottom

More information

Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 5/17/2012 Physics 120 Section: ####

Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 5/17/2012 Physics 120 Section: #### Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 Lab partners: Lab#1 Presentation of lab reports The first thing we do is to create page headers. In Word 2007 do the following:

More information

Lesson 10.1 Parallel and Perpendicular

Lesson 10.1 Parallel and Perpendicular Lesson 10.1 Parallel and Perpendicular 1. Find the slope of each line. a. y 4x 7 b. y 2x 7 0 c. 3x y 4 d. 2x 3y 11 e. y 4 3 (x 1) 5 f. 1 3 x 3 4 y 1 2 0 g. 1.2x 4.8y 7.3 h. y x i. y 2 x 2. Give the slope

More information

Quadratic Equations. Learning Objectives. Quadratic Function 2. where a, b, and c are real numbers and a 0

Quadratic Equations. Learning Objectives. Quadratic Function 2. where a, b, and c are real numbers and a 0 Quadratic Equations Learning Objectives 1. Graph a quadratic function using transformations. Identify the vertex and axis of symmetry of a quadratic function 3. Graph a quadratic function using its vertex,

More information

The Discriminant and Quadratic Formula:

The Discriminant and Quadratic Formula: AFDA Unit 4: Quadratic Functions Day 7 Notes: Quadratic Formula and Regression Name: Block: Date: Today you will be using the Discriminant to determine the number and type of solutions for a quadratic

More information

Microsoft Excel Level 1

Microsoft Excel Level 1 Microsoft Excel 2010 Level 1 Copyright 2010 KSU Department of Information Technology Services This document may be downloaded, printed, or copied for educational use without further permission of the Information

More information

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note:

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note: 1 of 1 NOTE: IT IS RECOMMENDED THAT YOU READ THE ACCOMPANYING DOCUMENT CALLED INTRO TO EXCEL LAYOUT 2007 TO FULLY GRASP THE BASICS OF EXCEL Introduction A spreadsheet application allows you to enter data

More information

,!7IA3C1-cjfcei!:t;K;k;K;k ISBN Graphing Calculator Reference Card. Addison-Wesley s. Basics. Created in conjuction with

,!7IA3C1-cjfcei!:t;K;k;K;k ISBN Graphing Calculator Reference Card. Addison-Wesley s. Basics. Created in conjuction with Addison-Wesley s Graphing Calculator Reference Card Created in conjuction with Basics Converting Fractions to Decimals The calculator will automatically convert a fraction to a decimal. Type in a fraction,

More information

GRAPHING CALCULATOR KEYSTROKE GUIDE

GRAPHING CALCULATOR KEYSTROKE GUIDE GRAPHING CALCULATOR KEYSTROKE GUIDE to accompany ELEMENTARY ALGEBRA: DISCOVERY AND VISUALIZATION 2nd Edition Karl M. Zilm Lewis & Clark Community College HOUGHTON MIFFLIN COMPANY BOSTON NEW YORK Editor

More information

GUIDED NOTES 3.1 FUNCTIONS AND FUNCTION NOTATION

GUIDED NOTES 3.1 FUNCTIONS AND FUNCTION NOTATION GUIDED NOTES 3.1 FUNCTIONS AND FUNCTION NOTATION LEARNING OBJECTIVES In this section, you will: Determine whether a relation represents a function. Find the value of a function. Determine whether a function

More information

Introduction to MATLAB

Introduction to MATLAB Introduction to MATLAB The Desktop When you start MATLAB, the desktop appears, containing tools (graphical user interfaces) for managing files, variables, and applications associated with MATLAB. The following

More information

Getting Ready for Quadratics With TI-Nspire 1) Creating a Scatter plot

Getting Ready for Quadratics With TI-Nspire 1) Creating a Scatter plot Getting Ready for Quadratics With TI-Nspire 1) Creating a Scatter plot The relationship shown in the table represents the height, h metres, of a fireworks rocket t seconds after it is launched. Follow

More information

1. Descriptive Statistics

1. Descriptive Statistics 1.1 Descriptive statistics 1. Descriptive Statistics A Data management Before starting any statistics analysis with a graphics calculator, you need to enter the data. We will illustrate the process by

More information

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

0.6 Graphing Transcendental Functions

0.6 Graphing Transcendental Functions 0.6 Graphing Transcendental Functions There are some special functions we need to be able to graph easily. Directions follow for exponential functions (see page 68), logarithmic functions (see page 71),

More information

Computer Algebra Systems: An Introduction

Computer Algebra Systems: An Introduction Computer Algebra Systems: An Introduction Topic: An Introduction to Computer Algebra Systems (CAS) Notes to the Teacher: R. Meisel, April 7, 2007 rollym@vaxxine.com This activity is designed to use the

More information

Models for Nurses: Quadratic Model ( ) Linear Model Dx ( ) x Models for Doctors:

Models for Nurses: Quadratic Model ( ) Linear Model Dx ( ) x Models for Doctors: The goal of this technology assignment is to graph several formulas in Excel. This assignment assumes that you using Excel 2007. The formula you will graph is a rational function formed from two polynomials,

More information

Math 1314 Lesson 2: An Introduction to Geogebra (GGB) Course Overview

Math 1314 Lesson 2: An Introduction to Geogebra (GGB) Course Overview Math 1314 Lesson : An Introduction to Geogebra (GGB) Course Overview What is calculus? Calculus is the study of change, particularly, how things change over time. It gives us a framework for measuring

More information

Watch the video below to learn more about the basics of working with cells. *Video removed from printing pages. Understanding cells

Watch the video below to learn more about the basics of working with cells. *Video removed from printing pages. Understanding cells Excel 06 Cell Basics Introduction Whenever you work with Excel, you'll enter information or content into cells. Cells are the basic building blocks of a worksheet. You'll need to learn the basics of cells

More information

EXAMPLE. 1. Enter y = x 2 + 8x + 9.

EXAMPLE. 1. Enter y = x 2 + 8x + 9. VI. FINDING INTERCEPTS OF GRAPHS As we have seen, TRACE allows us to find a specific point on the graph. Thus TRACE can be used to solve a number of important problems in algebra. For example, it can be

More information

Introductory to TI-84 Plus Graphing Calculator

Introductory to TI-84 Plus Graphing Calculator Introductory to TI-84 Plus Graphing Calculator Training Module Table of Contents INTRODUCTION: WORKING WITH TI-84 PLUS...1 TI-84 PLUS KEYBOARD...2 SWITCHING ON/OFF THE TI-84 PLUS...3 HOME SCREEN...4 SCREEN

More information

Use of Technology. Perform statistical computations on stored data or entered statistics.

Use of Technology. Perform statistical computations on stored data or entered statistics. Chapter 1 Introduction Use of Technology Statistics is a field that deals with sets of data. After the data is collected, it needs to be organized and interpreted. There is a limit to how much of the work

More information

Whole Group: Basics of Graphing on your TI Calculator

Whole Group: Basics of Graphing on your TI Calculator Whole Group: Basics of Graphing on your TI Calculator 1. Start by pressing the Y= key on the upper left of your calculator. Notice that there are 10 different lines to write; this means that it is possible

More information

Elaborations Example Exam 1 Wiskunde B 2018

Elaborations Example Exam 1 Wiskunde B 2018 Elaborations Example Exam 1 Wiskunde B 2018 Question 1a 4 points yields ; yields so in point A we have ;, so and This yields Question 1b 4 points ( ) ( ) ( ) Question 1c 4 points ( ). This is the normal

More information

Getting Started with the TI-84 Plus C Silver Edition Graphing Calculator

Getting Started with the TI-84 Plus C Silver Edition Graphing Calculator Getting Started with the TI-84 Plus C Silver Edition Graphing Calculator This guidebook applies to software version 4.0. To obtain the latest version of the documentation, go to education.ti.com/go/download.

More information

1. Move your mouse to the location you wish text to appear in the document. 2. Click the mouse. The insertion point appears.

1. Move your mouse to the location you wish text to appear in the document. 2. Click the mouse. The insertion point appears. Word 2010 Text Basics Introduction Page 1 It is important to know how to perform basic tasks with text when working in a word processing application. In this lesson you will learn the basics of working

More information

Sharp EL-9900 Graphing Calculator

Sharp EL-9900 Graphing Calculator Sharp EL-9900 Graphing Calculator Basic Keyboard Activities General Mathematics Algebra Programming Advanced Keyboard Activities Algebra Calculus Statistics Trigonometry Programming Sharp EL-9900 Graphing

More information

Algebra II Chapter 5

Algebra II Chapter 5 Algebra II Chapter 5 5.1 Quadratic Functions The graph of a quadratic function is a parabola, as shown at rig. Standard Form: f ( x) = ax2 + bx + c vertex: b 2a, f b 2a a < 0 graph opens down a > 0 graph

More information

Quickstart for Desktop Version

Quickstart for Desktop Version Quickstart for Desktop Version What is GeoGebra? Dynamic Mathematics Software in one easy-to-use package For learning and teaching at all levels of education Joins interactive 2D and 3D geometry, algebra,

More information

Online calculator with fraction button

Online calculator with fraction button Online calculator with fraction button To create your new password, just click the link in the email we sent you. Don't know how to get your TEEN to do math? Try patterns klou.tt/bx90z2k8j56a. Multiplying

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

0.5 Graphing Piecewise-Defined Functions

0.5 Graphing Piecewise-Defined Functions 0.5 Graphing Piecewise-Defined Functions To graph a piecewise-defined function, such as f(x) = { 3x + if x < x if x we must specify each piece of the function and the values of x to use for that particular

More information

Basic Excel 2010 Workshop 101

Basic Excel 2010 Workshop 101 Basic Excel 2010 Workshop 101 Class Workbook Instructors: David Newbold Jennifer Tran Katie Spencer UCSD Libraries Educational Services 06/13/11 Why Use Excel? 1. It is the most effective and efficient

More information

General Electric Foundation Computer Center. Introduction to Excel 2002

General Electric Foundation Computer Center. Introduction to Excel 2002 General Electric Foundation Computer Center Introduction to Excel 2002 June 6, 2003 Alternative Format Statement This publication is available in alternative media upon request. Statement of Non-discrimination

More information

Activity: page 1/10 Introduction to Excel. Getting Started

Activity: page 1/10 Introduction to Excel. Getting Started Activity: page 1/10 Introduction to Excel Excel is a computer spreadsheet program. Spreadsheets are convenient to use for entering and analyzing data. Although Excel has many capabilities for analyzing

More information