Chapter 2. Getting Started with the TI-Nspire CX CAS

Size: px
Start display at page:

Download "Chapter 2. Getting Started with the TI-Nspire CX CAS"

Transcription

1

2 Your TI-Nspire CX CAS will serve as your partner while you journey through the course. This handheld device operates much like a small computer. The more familiar you become with this handheld device, the better you will understand the concepts and ideas presented. Just like anything new, you will need to take some time to become familiar with the TI and some of its basic operations. This chapter should help you gain the familiarity you need to start using the TI today. Using the TI as a calculator We can use our handheld device for basic calculations, for entering and evaluation expressions and for defining variables and functions. The first time you turn on your TI you will see the home screen. See Figure 1. Figure 1 Opening and Closing the Scratchpad The TI-NSpire CX CAS has a Scratchpad calculator which will allow you to make quick calculations without affecting a TI-Nspire document (more on Documents later). To open this 1

3 scratchpad from the Home screen, press the key. The first time you open the Scratchpad, a blank page opens. See Figure 2. Figure 2 Press to alternate between the Calculate and Graph pages (more on graphs later). Press menu to see the Scratchpad Calculate or Scratchpad Graph menu. These menus are sub-menus of the TI-Nspire menus for the Calculator and Graphs & Geometry applications. Finally, to close the Scratchpad, press esc. Open your Scratchpad in calculate mode. We are now ready to enter some basic expressions and have our TI help us to evaluate them. To get the feel for the device let us start by entering an expression. Enter 3 5 and press the enter key. Was the result 15 returned? Now it is time to start looking at some more complicated expressions. Example 2.1: Enter the expression 6 + 2! + 5 and press the enter key. What value was returned? You should see the answer: 27. 2

4 If you were unable to successfully find the value of the expression 6 + 2! + 5 you may have found the value of 6 + 2!!! = 518. To avoid this mistake you must make sure that you inform the calculator that the exponent is 4 not To do this you must hit the u after you finish entering the exponent, in this case after 4. The keystroke sequence is ^ 4 u enter Note that the symbol appears on the center keypad. Example 2.2: Enter the following: 6 + 2! +! and press the enter key. What value is!" returned? You should see the answer:!"!. Example 2.3: If you had intended to enter the expression: what would you have to do differently? Try it and see what answer you get. Did you get? (See Figure 3.) Figure 3 3

5 If you were unable to successfully enter the expression you may have forgotten to use parentheses appropriately. Remember that the importance of parentheses was mentioned in Chapter 1. The correct use of parentheses is essential when you use this, or any other, calculator. To correctly enter the expression you must use the following sequence of key presses: 6 + ( ) ctrl 16 enter Note that the square root symbol is above the x 2 key. Take some time now to explore some different expressions and evaluate each. Additional Practice Problems Answers 1. 5 (5 8) = (36 6) 3 = !!"!"!!" + 6 = 13/2 ( ) = 5 8 You may have noticed that some of the answers above were given in fractional rater than decimal form. If you ask for the value of! the calculator will return!. When the decimal form!! of this fraction is desired you must use ctrl enter rather than simply enter. This returns the decimal approximation ( ) of the fraction. 4

6 1 4 ctrl enter ctrl enter It should be noted that in some cases the decimal equivalent is an exact equivalence, as in the case of! = However, in many cases the decimal equivalent serves as an approximation of! the exact value of the fraction. For example,! = (6 s forever), but!!! ctrl enter

7 Homework = ( ) (3+7) 3 = 3. -(5+1) 2 = ( ) 2 = = = = = = = ( ) = 5 ( ) 3 ) = =

8 Defining and Evaluating Functions Your TI-Nspire device also has the ability to define and evaluate functions. In addition, functions can be represented both numerically and graphically. To demonstrate some of these features we will begin by considering the situation described in Example 1.2. Example 1.2 Revisited: The Gold-Plated Square Charms You may remember the function concerning gold-plated charms discussed in chapter 1. In that discussion we saw that the function f(x) = 2x 2 could be used to calculate the surface area of a square charm with side of length x. This function can be defined on the TI-nSpire and this definition can be used to find the surface area for squares of any size in the domain. Go to the home screen Press Press menu. Select 1:Actions Select 1:Define Type the function: g x = 2x! Press enter. You can now calculate the surface area of a square gold-plated charm with any length side. To find the surface area of a 2mm by 2mm charm simply: Type g(2), then press ENTER. 7

9 Figure 4 Did you see the screen above indicating that g(2) = 8. If not try again. For practice find the following: g(3) = g(5.25) = g(b) = g(b + 4) = To clear a particular function from this handheld device you must Hit menu Choose 1: Actions Pick 3: Delete Variables Type the name of the function you wish to delete. (In this case g.) Hit enter. The function definition is now deleted. If you now attempt to use it the calculator does not return the results of a calculation, it simply returns the expression you typed. 8

10 Figure 5 Example 2.4: The Vegetable Garden This spring you are planning to plant a vegetable garden in the back yard. To keep the animals from devouring your vegetables, you will erect a fence around the garden. The shape of the garden will be rectangular. You will be constructing the fenced-in garden up against the side of the garage so you will only need fencing on three sides. Let s start by trying to understand this situation. Are we interested in the perimeter or the area of the space? Perimeter or Area? Since we are looking foe the amount of fence needed to enclose to the space, and not the amount of space, this is a perimeter problem. We will decide on the amount of fencing we will purchase later in the problem. Our next step is to picture the situation. Be sure to include the garage in your sketch. Label all attributes in the sketch. One such design might look like the one in Figure 6: 9

11 Figure 6 Now that we have developed a rough sketch of the situation, we want to translate our sketch into an appropriate algebraic representation. What are the variables in this situation? Use these variables to create an algebraic expression that can be used to represent the situation described above. Perimeter = One such expressions can be: Perimeter = width + width + length or P = 2W + L We can generate a few different scenarios for this situation. Let s say you don t really have a predetermined amount of fencing that you plan on purchasing. Given different values for the length and width, how much fencing would be needed? We will use the TI-Nspire to assist us in answering this. 10

12 Clear Scratchpad History, as described earlier. Press menu Select 1:Actions Select 1:Define Type the function:. Press enter. Now it s time to select some values for our length and width. One possible configuration would be a garden with a length of 20 ft. and a width of 15 ft. To find the amount of fence needed for this garden you can type p(20,15)and press enter. (See Figure 7) Figure 7 This informs us that 50 feet of fence is needed for an enclosure 20 feet long and 15 feet wide. Please notice that if you had entered p(15,20) you would not get the same answer (what answer do you get? ) since this function would calculate the amount of fencing needed for an enclosure 15 feet long and 20 feet wide. 11

13 Find three additional sets of values for the length and width of the vegetable garden that use 50 feet of fence for the garden. Width 1 Length 1 uses 50 ft of fence. Width 2 Length 2 uses 50 ft of fence. Width 3 Length 3 uses 50 ft of fence. Is there a particular choice of values for the length and width that seems optimal? What might we mean by optimal? One possible interpretation for optimal, in this case, might be finding maximum area that can be enclosed by 50 feet of fence. 12

14 Homework Create the following function on the TI-Nspire CX CAS: f x = 6x! 10. Then evaluate the following: 14. f(-3) = 15. f(2) = 16. f(! ) =! 17. f(b) = 18. f(b + h) = Create the following function on the TI-Nspire CX CAS: f x =!!!. Then evaluate the 2 following: x 19. f(-3) = 20. f(2) = 21. f(! ) =! 22. f(b) = 23. f(b + h) = Create the following function on the TI-Nspire CX CAS: f x = 21. Then evaluate the following: 24. f(-3) = 25. f(2) = 26. f(b) = 13

15 Tables As mentioned in Chapter 1, functions can also be modeled using tables. The TI-Nspire has the capability of creating and displaying such tables. You will have to access this capability from the home screen. The table capabilities of the calculator will be demonstrated using the perimeter function you created above. From the home screen scroll down to the icons found on the bottom of this screen and find the icon labeled: Add Lists & Spreedsheet. Press Enter. Cursor to the top of column A and type width for the width values. Press Enter. Cursor to the top of column B and type length for the length values. Press Enter. Cursor to the top of column C and type perimeter for the perimeter values. Press Enter. Move to the cell below perimeter column and type the formula for the perimeter in our garden problem: =2 width + length. Be sure to begin with an =. Press Enter. Move the cursor to cell A1, and type 15. Move the cursor to cell B1, and type 20. Press Enter. The perimeter, given this input, will appear in cell C1. See Figure 8. Note: Column names can not be single letter names such as w, l, or p. However names such as ww or ll will work. 14

16 Figure 8 Once again, try different values for width and length and discuss the different options for perimeter. Do you get a perimeter of 50 for any of your other choices of width and length? If not, experiment to find a pair that yields a perimeter of 50. Now, let s practice entering a formula into a column. What is the formula for the area of the garden we have been discussing? Area = Enter that formula into column D. Now use your table to find the perimeter and area of a garden with: 15

17 Width = 20 feet Length = 20 feet Perimeter = Area = Width = 10 feet Length = 20 feet Perimeter = Area = Width = 10 feet Length = 30 feet Perimeter = Area = Do you now have the table in Figure 9? Figure 9 16

18 Homework 27. Create a table for the function in Example 1.1. Fill-in the blanks below: 28. Create a table for the function in Example 1.2. Fill-in the blanks below: 17

19 29. Create a table for each of the functions below. x f(x)= 2x x g(x) = x 2 x h(x)=1/x x s(x)=3x 3-2x 2-5x Describe, in words, the behavior of function f. 31. Describe, in words, the behavior of function g. 18

20 32. Describe, in words, the behavior of function h. 33. Describe, in words, the behavior of function s. 19

21 Viewing / Clearing the Scratchpad History Each expression and result becomes part of the Scratchpad history and it is displayed above the entry line. Press or to scroll through the Scratchpad history. You can clear a line in the history by highlighting the line (moving the cursor to the specified line) and hitting the del key. You can clear the entire history using the following sequence of keystrokes: Hit menu Choose 1: Actions Select 5: Clear History. When you clear the history, all variables and functions defined in the history retain their current values. If you clear the history by mistake, use the undo feature: ctrl esc. Graphing Functions on the Scratchpad As you would imagine, your TI-Nspire also has the ability to graph various types of functions. Graphing will be one of the most useful and important functions you will utilize on your handheld device. Let s look at how your TI-Nspire can help you better understand and represent functions in both graphic and/or table formats. To get started, let s consider the function: f (x) = x To use our TI-Nspire to graph this function. 20

22 Go to the Home Page Highlight B: Graph. Hit ctrl then +page Choose 2:Add Graphs In the entry line, you will see f1(x)=. Enter the function, x 2 +1 and press enter. Another path to the same place is: Go the Home page Highlight B: Graph Hit: enter Hit: menu Choose 3:Graph Entry/Edit Choose 1:Function In the entry line, you will see f1(x)=. Enter the function, x 2 +1 and press enter. The function is displayed with its equation as a label. (see Figure 10) Figure 10 21

23 To display a table of values for the function: Press menu Choose 7:Table Select 1:Split-Screen Table. You can scroll up and down to inspect different values. (See Figure 11) Figure 11 You can adjust the table start value and the table step value. Press menu. Select 2:Table Choose 5:Edit Table Settings. Change the table settings to a start value of 3 and a step of 0.5. Does your screen now look like the one In Figure 12? 22

24 Figure 12 To remove the table from your display Click menu Choose 2:Table Select 1:Remove Table You have the ability to change and enhance the graph window in various ways. To see or change the window settings: Press menu. Select 4:Window/Zoom, Select 1:Window Settings. As an example of the capabilities of this option we will modify the graph of f x = x! + 1. In Figure 13 will picture the graph of f(x) on the TI-Nspire standard axis. Figure 14 will picture 23

25 the graph of f(x) on a graph with a x-axis ranging from -5 to 15 with tick marks counted off by units of one, and a y-axis ranging from -15 to 25 with tick marks counted off by units of five. Figure 13 Figure 14 To change the appearance of the window: Press menu. Select 2:View. 24

26 As an example of the capabilities of this option we will modify the graph in Figure 14 by adding grid lines. (See Figure 15) Figure 15 To move a function label around the screen: Move the cursor over the function label. When you are in the right place, the word label will appear along with a hand symbol. Press CTRL then the hand symbol. The hand will close to grab the label. Use the cursor to move the label. When you have placed it in the position you desire hit enter. 25

27 Homework 34. Graph the function f(x) = 0.5x 3-5x 2 +x + 3 on the standard TI-Nspire axis. (-10 < x < 10 and < y < 6.67) 26

28 35. Graph the function f(x) = 0.5x 3-5x 2 +x + 3 on an axis system with -10 < x < 25 and -75 < y <

29 36. What XScale was used in problem 35? 37. What YScale was used in problem 35? 38. Comment on what was learned by expanding the view of the Domain and Range on the axes of the graph. 28

30 Plotting More than One Graph on a Single axis Let s investigate another very useful graphing option adding a second graph and finding the intersection of the two graphs. We graphed the function, f (x) = x This function graphed as a parabola opening up and crossed the y axis at the point (0, 1), (The point at which a graph crosses the y axis is called the y intercept and, for a function called f, always occur at the point (0, f (0)). ) A second function can be entered on the same graph. To enter a second graph you should: Click on menu Select 3:Graph Entry/Edit. Select 1:Function. You now have the option of adding a second function to this graphing window. Notice that the entry line no longer is asking you for f1(x). It is asking for the definition of f2(x). Type in the function, 2 3 x + 3 and press enter. Notice that your TI understood that 2 3 is the coefficient on the variable x. You should see the graph in Figure 16 below. You can use the options already explored to move the function labels and to change the window settings. 29

31 Figure 16 Notice that the graph of f 1(x) = x 2 +1, and the graph of f 2(x) = 2, appear to have 3 x + 3 two points of intersection. We can use our TI-Nspire to find those points of intersection. This feature will be both useful and important for many applications we will encounter in this course. To find the intersection point(s) for two functions, do the following: From the graph window displaying the two functions click menu. Choose 6: Analyze Graph Select option 4: Intersection. You will be prompted to identify a lower bound. Use the mouse pad to select an x value slightly to the left of the first point of intersection. In this example, select a value near x = -2 and click enter. (See Figure 17) 30

32 Figure 17 Use the mouse pad again to select an upper bound. Choose any x value slightly to the right of the point of intersection and press enter. In this example, select a value near x = 0. (See Figure 18) Figure 18 31

33 After the label of the intersection point is moved to be more clearly visible we see that the first intersection point found is approximately (-1.12, 2.25). Repeat the above process to find the second point of intersection. You should get an intersection point of (1.79, 4.19). See figure 19 below. Figure 19 This is a good time to introduce you to another feature on the TI-nspire CX CAS, its ability to do algebra. In the example above you saw that the points of intersection were approximately (-1.12, 2.25) and (1.79, 4.19). Algebra is a tool that can be used to find the exact points of intersection. You will notice that when we ask for the points of intersection we are looking for the points at which the functions have the same y values. Thus, we are looking for the x s for which f1(x) = f2(x). In this example we are looking for the solutions of the equation x 2 +1 = 2. To find these values let use begin with a clean scratchpad. 3 x

34 Hit menu Choose 3: Algebra Select 1: Solve Type in the equation you wish to solve. In this case type in x^2u +1=2 3x+3,x. (Note that you could also have typed in f1(x)=f2(x),x.) Hit enter. Did you get the results seen in Figure 20? Figure 20 Task: Show that ( 19 1) Task: Show that ( 19 +1)

35 Task: Explain how the x s found above can be used to find the associated y s. Looking at the graph in Figure 19 one sees a point of intersection that has not been discussed, the point at which the line crosses the x-axis. At this point f(x) = 0. This observation suggests both the method of finding such values and the name that we might assign them. We will call all the values x i at which f(x i ) = 0 the Zeros of the function (they are sometimes called the roots). They can be found by using the Solve subroutine of the Algebra package in the TI Nspire and setting the function equal to zero. Solve! x + 3 = 0, x x! = What happens when you try to find the zeros of f x = x! + 1? 34

36 Homework 1. Graph the functions f(x) = 2x and g(x) = x 2 on a single graph. Be sure to label and scale your axes. 2. Mark the points of intersection on the graph. 3. Find the approximate points of intersection using the graphical intersection tool. 4. Find the exact points of intersection using the algebraic method. 35

37 5. Graph the functions h(x) = 1/x and s(x) =3x 3-2x 2-5x +2 on a single graph. 6. Mark the points of intersection on the graph. 7. Find the approximate points of intersection using the graphical intersection tool. 8. Find the exact points of intersection using the algebraic method. 36

38 Clearing Graphs To delete all the graphs created on your scratchpad: Click menu Choose 1:Actions Choose 4:Delete All Click on Yes To delete a single graph created on your scratchpad: Place the function s rule you wish to delete in the entry line and Hit ctrl clear Hit enter Clearing Scratchpad Contents To delete the calculations and graphing work from the Scratchpad application, perform the following steps: Press DOC, then select B: Clear Scratchpad. Press ENTER to delete the Scratchpad contents. Your TI-Nspire has many other great graphing features. The previous example is provided to get you started. Later in the course, we will use some of these features in calculus when we are finding the area between two curves and looking for the lower and upper limits when integrating a function. In addition, you can explore many of the other functions and options as you move through the course, including scatter plots and regression, two useful techniques used in statistics. 37

39 Creating Sub-Folders and Documents One of the advanced features of the Nspire is its ability to create folders and documents. Creating a New Folder Go to Home Highlight 2: My Documents Hit enter Highlight the folder in which you wish you create a sub-subfolder and hit menu. For this example we will create a sub-folder in the My Documents folder. Choose 1: New Folder Enter the name you wish to give the new Folder. (We will call this folder Chap 2.) Hit enter Saving a Document to a Folder Go to Home Highlight 1: New Documents Hit enter Choose the action you wish to take. In this example we will choose 1: Add Calculator Enter the contents you wish to save. Let us enter enter. Hit doc Choose 1: File Choose 5: Save As (make sure the correct folder appears in the Save in box 38

40 Type in the file name, we will call this sample 1. Highlight save Hit enter Retrieving (Opening) Documents Go to Home Highlight 2: My Documents Hit enter Highlight the document you wish to retrieve (open) Hit enter Open sample 1 Adding a Page to a Document With sample 1 open: Hit ctrl doc Choose the action you wish to take. In this example we will choose 2: Add Graphs Enter the contents you wish to save. Let us enter the function f1(x)=2x+1. Hit doc Choose 1: File Choose 4: Save 39

41 Deleting a Document Go to Home Highlight 2: My Documents Hit enter Highlight the document you wish to delete Hit ctrl menu Choose 6: Delete Answer Yes if questioned about proceeding. Homework 1. Create a folder named HW Chap 2 2. Insert into that folder a document called tens containing the results of the following calculations: 3 + 7, 60 6, 25 15, Add a page to that document containing the graph of f (x) = x

Introduction to the TI-Nspire CX

Introduction to the TI-Nspire CX Introduction to the TI-Nspire CX Activity Overview: In this activity, you will become familiar with the layout of the TI-Nspire CX. Step 1: Locate the Touchpad. The Touchpad is used to navigate the cursor

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

Years after 2000. US Student to Teacher Ratio 0 16.048 1 15.893 2 15.900 3 15.900 4 15.800 5 15.657 6 15.540

Years after 2000. US Student to Teacher Ratio 0 16.048 1 15.893 2 15.900 3 15.900 4 15.800 5 15.657 6 15.540 To complete this technology assignment, you should already have created a scatter plot for your data on your calculator and/or in Excel. You could do this with any two columns of data, but for demonstration

More information

Academic Support Center. Using the TI-83/84+ Graphing Calculator PART II

Academic Support Center. Using the TI-83/84+ Graphing Calculator PART II Academic Support Center Using the TI-83/84+ Graphing Calculator PART II Designed and Prepared by The Academic Support Center Revised June 2012 1 Using the Graphing Calculator (TI-83+ or TI-84+) Table of

More information

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED CONDENSED L E S S O N 10.1 Solving Quadratic Equations In this lesson you will look at quadratic functions that model projectile motion use tables and graphs to approimate solutions to quadratic equations

More information

LAYOUT OF THE KEYBOARD

LAYOUT OF THE KEYBOARD Dr. Charles Hofmann, LaSalle hofmann@lasalle.edu Dr. Roseanne Hofmann, MCCC rhofman@mc3.edu ------------------------------------------------------------------------------------------------- DISPLAY CONTRAST

More information

Section 3.1 Quadratic Functions and Models

Section 3.1 Quadratic Functions and Models Section 3.1 Quadratic Functions and Models DEFINITION: A quadratic function is a function f of the form fx) = ax 2 +bx+c where a,b, and c are real numbers and a 0. Graphing Quadratic Functions Using the

More information

Graphing Quadratic Functions

Graphing Quadratic Functions Problem 1 The Parabola Examine the data in L 1 and L to the right. Let L 1 be the x- value and L be the y-values for a graph. 1. How are the x and y-values related? What pattern do you see? To enter the

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

Calculator Notes for the TI-Nspire and TI-Nspire CAS

Calculator Notes for the TI-Nspire and TI-Nspire CAS INTRODUCTION Calculator Notes for the Getting Started: Navigating Screens and Menus Your handheld is like a small computer. You will always work in a document with one or more problems and one or more

More information

Introduction to Quadratic Functions

Introduction to Quadratic Functions Introduction to Quadratic Functions The St. Louis Gateway Arch was constructed from 1963 to 1965. It cost 13 million dollars to build..1 Up and Down or Down and Up Exploring Quadratic Functions...617.2

More information

TI-Nspire CAS Graphing Calculator

TI-Nspire CAS Graphing Calculator TI-Nspire CAS Graphing Calculator Contents Opening a New Document 2 Setting Auto/Approximate Mode 2 Setting Degree Mode 2 Copying and Pasting a Expression or Equation 3 Accessing the Catalogue 3 Defining

More information

TI-Nspire Technology Version 3.2 Release Notes

TI-Nspire Technology Version 3.2 Release Notes TI-Nspire Technology Version 3.2 Release Notes Release Notes 1 Introduction Thank you for updating your TI Nspire products to Version 3.2. This version of the Release Notes has updates for all of the following

More information

A Quick Algebra Review

A Quick Algebra Review 1. Simplifying Epressions. Solving Equations 3. Problem Solving 4. Inequalities 5. Absolute Values 6. Linear Equations 7. Systems of Equations 8. Laws of Eponents 9. Quadratics 10. Rationals 11. Radicals

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polynomial and Rational Functions Quadratic Functions Overview of Objectives, students should be able to: 1. Recognize the characteristics of parabolas. 2. Find the intercepts a. x intercepts by solving

More information

The Circumference Function

The Circumference Function 2 Geometry You have permission to make copies of this document for your classroom use only. You may not distribute, copy or otherwise reproduce any part of this document or the lessons contained herein

More information

Application. Outline. 3-1 Polynomial Functions 3-2 Finding Rational Zeros of. Polynomial. 3-3 Approximating Real Zeros of.

Application. Outline. 3-1 Polynomial Functions 3-2 Finding Rational Zeros of. Polynomial. 3-3 Approximating Real Zeros of. Polynomial and Rational Functions Outline 3-1 Polynomial Functions 3-2 Finding Rational Zeros of Polynomials 3-3 Approximating Real Zeros of Polynomials 3-4 Rational Functions Chapter 3 Group Activity:

More information

Section 1.5 Exponents, Square Roots, and the Order of Operations

Section 1.5 Exponents, Square Roots, and the Order of Operations Section 1.5 Exponents, Square Roots, and the Order of Operations Objectives In this section, you will learn to: To successfully complete this section, you need to understand: Identify perfect squares.

More information

8 Polynomials Worksheet

8 Polynomials Worksheet 8 Polynomials Worksheet Concepts: Quadratic Functions The Definition of a Quadratic Function Graphs of Quadratic Functions - Parabolas Vertex Absolute Maximum or Absolute Minimum Transforming the Graph

More information

This activity will show you how to draw graphs of algebraic functions in Excel.

This activity will show you how to draw graphs of algebraic functions in Excel. This activity will show you how to draw graphs of algebraic functions in Excel. Open a new Excel workbook. This is Excel in Office 2007. You may not have used this version before but it is very much the

More information

High School Algebra Reasoning with Equations and Inequalities Solve systems of equations.

High School Algebra Reasoning with Equations and Inequalities Solve systems of equations. Performance Assessment Task Graphs (2006) Grade 9 This task challenges a student to use knowledge of graphs and their significant features to identify the linear equations for various lines. A student

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Summary of important mathematical operations and formulas (from first tutorial):

Summary of important mathematical operations and formulas (from first tutorial): EXCEL Intermediate Tutorial Summary of important mathematical operations and formulas (from first tutorial): Operation Key Addition + Subtraction - Multiplication * Division / Exponential ^ To enter a

More information

Activity 6 Graphing Linear Equations

Activity 6 Graphing Linear Equations Activity 6 Graphing Linear Equations TEACHER NOTES Topic Area: Algebra NCTM Standard: Represent and analyze mathematical situations and structures using algebraic symbols Objective: The student will be

More information

Pre-Calculus Graphing Calculator Handbook

Pre-Calculus Graphing Calculator Handbook Pre-Calculus Graphing Calculator Handbook I. Graphing Functions A. Button for Functions This button is used to enter any function to be graphed. You can enter up to 10 different functions at a time. Use

More information

Introductory Handbook for the TI-89 Titanium

Introductory Handbook for the TI-89 Titanium Introductory Handbook for the TI-89 Titanium Note: This handbook will, for the most part, work for the standard TI-89 as well. The color-coding used on the TI-89 differs from the color-coding used on the

More information

Excel Basics By Tom Peters & Laura Spielman

Excel Basics By Tom Peters & Laura Spielman Excel Basics By Tom Peters & Laura Spielman What is Excel? Microsoft Excel is a software program with spreadsheet format enabling the user to organize raw data, make tables and charts, graph and model

More information

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only Algebra II End of Course Exam Answer Key Segment I Scientific Calculator Only Question 1 Reporting Category: Algebraic Concepts & Procedures Common Core Standard: A-APR.3: Identify zeros of polynomials

More information

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1 Implicit Functions Defining Implicit Functions Up until now in this course, we have only talked about functions, which assign to every real number x in their domain exactly one real number f(x). The graphs

More information

Chapter Table & Graph

Chapter Table & Graph Chapter Table & Graph The Table & Graph menu makes it possible to generate numeric tables from functions stored in memory. You can also use multiple functions to generate tables. Since Table & Graph uses

More information

MA107 Precalculus Algebra Exam 2 Review Solutions

MA107 Precalculus Algebra Exam 2 Review Solutions MA107 Precalculus Algebra Exam 2 Review Solutions February 24, 2008 1. The following demand equation models the number of units sold, x, of a product as a function of price, p. x = 4p + 200 a. Please write

More information

Guide for Texas Instruments TI-83, TI-83 Plus, or TI-84 Plus Graphing Calculator

Guide for Texas Instruments TI-83, TI-83 Plus, or TI-84 Plus Graphing Calculator Guide for Texas Instruments TI-83, TI-83 Plus, or TI-84 Plus Graphing Calculator This Guide is designed to offer step-by-step instruction for using your TI-83, TI-83 Plus, or TI-84 Plus graphing calculator

More information

Graphic Designing with Transformed Functions

Graphic Designing with Transformed Functions Name Class The teacher will display the completed example to the right as an example to re-create. Work to make the image of the letter M on your handheld. Transformations of parabolas, domain restrictions,

More information

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions. Algebra I Overview View unit yearlong overview here Many of the concepts presented in Algebra I are progressions of concepts that were introduced in grades 6 through 8. The content presented in this course

More information

Grade level: secondary Subject: mathematics Time required: 45 to 90 minutes

Grade level: secondary Subject: mathematics Time required: 45 to 90 minutes TI-Nspire Activity: Paint Can Dimensions By: Patsy Fagan and Angela Halsted Activity Overview Problem 1 explores the relationship between height and volume of a right cylinder, the height and surface area,

More information

POLYNOMIAL FUNCTIONS

POLYNOMIAL FUNCTIONS POLYNOMIAL FUNCTIONS Polynomial Division.. 314 The Rational Zero Test.....317 Descarte s Rule of Signs... 319 The Remainder Theorem.....31 Finding all Zeros of a Polynomial Function.......33 Writing a

More information

First Steps with. Technology for teaching and learning mathematics. Seven Introductory Tutorials for the Handheld

First Steps with. Technology for teaching and learning mathematics. Seven Introductory Tutorials for the Handheld First Steps with Technology for teaching and learning mathematics Seven Introductory Tutorials for the Handheld 2012 Texas Instruments Education Technology Page 1 About this document This document includes

More information

1051-232 Imaging Systems Laboratory II. Laboratory 4: Basic Lens Design in OSLO April 2 & 4, 2002

1051-232 Imaging Systems Laboratory II. Laboratory 4: Basic Lens Design in OSLO April 2 & 4, 2002 05-232 Imaging Systems Laboratory II Laboratory 4: Basic Lens Design in OSLO April 2 & 4, 2002 Abstract: For designing the optics of an imaging system, one of the main types of tools used today is optical

More information

Scatter Plot, Correlation, and Regression on the TI-83/84

Scatter Plot, Correlation, and Regression on the TI-83/84 Scatter Plot, Correlation, and Regression on the TI-83/84 Summary: When you have a set of (x,y) data points and want to find the best equation to describe them, you are performing a regression. This page

More information

GeoGebra. 10 lessons. Gerrit Stols

GeoGebra. 10 lessons. Gerrit Stols GeoGebra in 10 lessons Gerrit Stols Acknowledgements GeoGebra is dynamic mathematics open source (free) software for learning and teaching mathematics in schools. It was developed by Markus Hohenwarter

More information

Graphing Parabolas With Microsoft Excel

Graphing Parabolas With Microsoft Excel Graphing Parabolas With Microsoft Excel Mr. Clausen Algebra 2 California State Standard for Algebra 2 #10.0: Students graph quadratic functions and determine the maxima, minima, and zeros of the function.

More information

ITS Training Class Charts and PivotTables Using Excel 2007

ITS Training Class Charts and PivotTables Using Excel 2007 When you have a large amount of data and you need to get summary information and graph it, the PivotTable and PivotChart tools in Microsoft Excel will be the answer. The data does not need to be in one

More information

FREE FALL. Introduction. Reference Young and Freedman, University Physics, 12 th Edition: Chapter 2, section 2.5

FREE FALL. Introduction. Reference Young and Freedman, University Physics, 12 th Edition: Chapter 2, section 2.5 Physics 161 FREE FALL Introduction This experiment is designed to study the motion of an object that is accelerated by the force of gravity. It also serves as an introduction to the data analysis capabilities

More information

Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure

Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure Note: there is a second document that goes with this one! 2046 - Absorbance Spectrophotometry. Make sure you

More information

Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities

Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities Algebra 1, Quarter 2, Unit 2.1 Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities Overview Number of instructional days: 15 (1 day = 45 60 minutes) Content to be learned

More information

Excel 2003 A Beginners Guide

Excel 2003 A Beginners Guide Excel 2003 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Statgraphics Getting started

Statgraphics Getting started Statgraphics Getting started The aim of this exercise is to introduce you to some of the basic features of the Statgraphics software. Starting Statgraphics 1. Log in to your PC, using the usual procedure

More information

Algebra II A Final Exam

Algebra II A Final Exam Algebra II A Final Exam Multiple Choice Identify the choice that best completes the statement or answers the question. Evaluate the expression for the given value of the variable(s). 1. ; x = 4 a. 34 b.

More information

A Guide to Using Excel in Physics Lab

A Guide to Using Excel in Physics Lab A Guide to Using Excel in Physics Lab Excel has the potential to be a very useful program that will save you lots of time. Excel is especially useful for making repetitious calculations on large data sets.

More information

MATH 60 NOTEBOOK CERTIFICATIONS

MATH 60 NOTEBOOK CERTIFICATIONS MATH 60 NOTEBOOK CERTIFICATIONS Chapter #1: Integers and Real Numbers 1.1a 1.1b 1.2 1.3 1.4 1.8 Chapter #2: Algebraic Expressions, Linear Equations, and Applications 2.1a 2.1b 2.1c 2.2 2.3a 2.3b 2.4 2.5

More information

Updates to Graphing with Excel

Updates to Graphing with Excel Updates to Graphing with Excel NCC has recently upgraded to a new version of the Microsoft Office suite of programs. As such, many of the directions in the Biology Student Handbook for how to graph with

More information

Calculator Notes for the TI-Nspire and TI-Nspire CAS

Calculator Notes for the TI-Nspire and TI-Nspire CAS CHAPTER 11 Calculator Notes for the Note 11A: Entering e In any application, press u to display the value e. Press. after you press u to display the value of e without an exponent. Note 11B: Normal Graphs

More information

The following is an overview of lessons included in the tutorial.

The following is an overview of lessons included in the tutorial. Chapter 2 Tutorial Tutorial Introduction This tutorial is designed to introduce you to some of Surfer's basic features. After you have completed the tutorial, you should be able to begin creating your

More information

Microsoft Excel Tutorial

Microsoft Excel Tutorial Microsoft Excel Tutorial by Dr. James E. Parks Department of Physics and Astronomy 401 Nielsen Physics Building The University of Tennessee Knoxville, Tennessee 37996-1200 Copyright August, 2000 by James

More information

Square Roots and the Pythagorean Theorem

Square Roots and the Pythagorean Theorem 4.8 Square Roots and the Pythagorean Theorem 4.8 OBJECTIVES 1. Find the square root of a perfect square 2. Use the Pythagorean theorem to find the length of a missing side of a right triangle 3. Approximate

More information

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering Engineering Problem Solving and Excel EGN 1006 Introduction to Engineering Mathematical Solution Procedures Commonly Used in Engineering Analysis Data Analysis Techniques (Statistics) Curve Fitting techniques

More information

How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left.

How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left. The verbal answers to all of the following questions should be memorized before completion of pre-algebra. Answers that are not memorized will hinder your ability to succeed in algebra 1. Number Basics

More information

Aim. Decimal Search. An Excel 'macro' was used to do the calculations. A copy of the script can be found in Appendix A.

Aim. Decimal Search. An Excel 'macro' was used to do the calculations. A copy of the script can be found in Appendix A. Aim The aim of this investigation is to use and compare three different methods of finding specific solutions to polynomials that cannot be solved algebraically. The methods that will be considered are;

More information

7.7 Solving Rational Equations

7.7 Solving Rational Equations Section 7.7 Solving Rational Equations 7 7.7 Solving Rational Equations When simplifying comple fractions in the previous section, we saw that multiplying both numerator and denominator by the appropriate

More information

Activity 5. Two Hot, Two Cold. Introduction. Equipment Required. Collecting the Data

Activity 5. Two Hot, Two Cold. Introduction. Equipment Required. Collecting the Data . Activity 5 Two Hot, Two Cold How do we measure temperatures? In almost all countries of the world, the Celsius scale (formerly called the centigrade scale) is used in everyday life and in science and

More information

Session 7 Bivariate Data and Analysis

Session 7 Bivariate Data and Analysis Session 7 Bivariate Data and Analysis Key Terms for This Session Previously Introduced mean standard deviation New in This Session association bivariate analysis contingency table co-variation least squares

More information

Gestation Period as a function of Lifespan

Gestation Period as a function of Lifespan This document will show a number of tricks that can be done in Minitab to make attractive graphs. We work first with the file X:\SOR\24\M\ANIMALS.MTP. This first picture was obtained through Graph Plot.

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

Microsoft Mathematics for Educators:

Microsoft Mathematics for Educators: Microsoft Mathematics for Educators: Familiarize yourself with the interface When you first open Microsoft Mathematics, you ll see the following elements displayed: 1. The Calculator Pad which includes

More information

Graphing Calculator Workshops

Graphing Calculator Workshops Graphing Calculator Workshops For the TI-83/84 Classic Operating System & For the TI-84 New Operating System (MathPrint) LEARNING CENTER Overview Workshop I Learn the general layout of the calculator Graphing

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

More information

PARCC Grade 08 Mathematics Practice Test Released April, 2014 http://practice.parcc.testnav.com/#

PARCC Grade 08 Mathematics Practice Test Released April, 2014 http://practice.parcc.testnav.com/# Non-Calculator Part 1. Solve for. Enter your answer in the space provided. Enter only your solution. ( ) ( ) 2. Which decimal is equivalent to? Select your answer. A. B. C. D. 3. Two lines are graphed

More information

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Introduction to CATIA V5

Introduction to CATIA V5 Introduction to CATIA V5 Release 16 (A Hands-On Tutorial Approach) Kirstie Plantenberg University of Detroit Mercy SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com

More information

Scientific Graphing in Excel 2010

Scientific Graphing in Excel 2010 Scientific Graphing in Excel 2010 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

Unit 7 Quadratic Relations of the Form y = ax 2 + bx + c

Unit 7 Quadratic Relations of the Form y = ax 2 + bx + c Unit 7 Quadratic Relations of the Form y = ax 2 + bx + c Lesson Outline BIG PICTURE Students will: manipulate algebraic expressions, as needed to understand quadratic relations; identify characteristics

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

Algebra I Notes Relations and Functions Unit 03a

Algebra I Notes Relations and Functions Unit 03a OBJECTIVES: F.IF.A.1 Understand the concept of a function and use function notation. Understand that a function from one set (called the domain) to another set (called the range) assigns to each element

More information

Math 120 Final Exam Practice Problems, Form: A

Math 120 Final Exam Practice Problems, Form: A Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,

More information

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your

More information

GeoGebra Statistics and Probability

GeoGebra Statistics and Probability GeoGebra Statistics and Probability Project Maths Development Team 2013 www.projectmaths.ie Page 1 of 24 Index Activity Topic Page 1 Introduction GeoGebra Statistics 3 2 To calculate the Sum, Mean, Count,

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

Introduction to the Graphing Calculator

Introduction to the Graphing Calculator Unit 0 Introduction to the Graphing Calculator Intermediate Algebra Update 2/06/06 Unit 0 Activity 1: Introduction to Computation on a Graphing Calculator Why: As technology becomes integrated into all

More information

The Center for Teaching, Learning, & Technology

The Center for Teaching, Learning, & Technology The Center for Teaching, Learning, & Technology Instructional Technology Workshops Microsoft Excel 2010 Formulas and Charts Albert Robinson / Delwar Sayeed Faculty and Staff Development Programs Colston

More information

Veterans Upward Bound Algebra I Concepts - Honors

Veterans Upward Bound Algebra I Concepts - Honors Veterans Upward Bound Algebra I Concepts - Honors Brenda Meery Kaitlyn Spong Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) www.ck12.org Chapter 6. Factoring CHAPTER

More information

Cabri Geometry Application User Guide

Cabri Geometry Application User Guide Cabri Geometry Application User Guide Preview of Geometry... 2 Learning the Basics... 3 Managing File Operations... 12 Setting Application Preferences... 14 Selecting and Moving Objects... 17 Deleting

More information

This Skill Builder demonstrates how to define and place sketched symbols in drawings.

This Skill Builder demonstrates how to define and place sketched symbols in drawings. Sketched Symbols This Skill Builder demonstrates how to define and place sketched symbols in drawings. A sketched symbol is a user-defined symbol. You create sketched symbols in the sketch environment

More information

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA We Can Early Learning Curriculum PreK Grades 8 12 INSIDE ALGEBRA, GRADES 8 12 CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA April 2016 www.voyagersopris.com Mathematical

More information

http://school-maths.com Gerrit Stols

http://school-maths.com Gerrit Stols For more info and downloads go to: http://school-maths.com Gerrit Stols Acknowledgements GeoGebra is dynamic mathematics open source (free) software for learning and teaching mathematics in schools. It

More information

2.1 Increasing, Decreasing, and Piecewise Functions; Applications

2.1 Increasing, Decreasing, and Piecewise Functions; Applications 2.1 Increasing, Decreasing, and Piecewise Functions; Applications Graph functions, looking for intervals on which the function is increasing, decreasing, or constant, and estimate relative maxima and minima.

More information

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class.

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. Creating a Pie Graph Step-by-step directions In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. 1. Enter Data A. Open

More information

Graphic Designing with Transformed Functions

Graphic Designing with Transformed Functions Math Objectives Students will be able to identify a restricted domain interval and use function translations and dilations to choose and position a portion of the graph accurately in the plane to match

More information

Unit #3: Investigating Quadratics (9 days + 1 jazz day + 1 summative evaluation day) BIG Ideas:

Unit #3: Investigating Quadratics (9 days + 1 jazz day + 1 summative evaluation day) BIG Ideas: Unit #3: Investigating Quadratics (9 days + 1 jazz day + 1 summative evaluation day) BIG Ideas: Developing strategies for determining the zeroes of quadratic functions Making connections between the meaning

More information

Logo Symmetry Learning Task. Unit 5

Logo Symmetry Learning Task. Unit 5 Logo Symmetry Learning Task Unit 5 Course Mathematics I: Algebra, Geometry, Statistics Overview The Logo Symmetry Learning Task explores graph symmetry and odd and even functions. Students are asked to

More information

MATHEMATICS FOR ENGINEERING BASIC ALGEBRA

MATHEMATICS FOR ENGINEERING BASIC ALGEBRA MATHEMATICS FOR ENGINEERING BASIC ALGEBRA TUTORIAL 3 EQUATIONS This is the one of a series of basic tutorials in mathematics aimed at beginners or anyone wanting to refresh themselves on fundamentals.

More information

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 University of Sheffield Contents 1. INTRODUCTION... 3 2. GETTING STARTED... 4 2.1 STARTING POWERPOINT... 4 3. THE USER INTERFACE...

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Calculator Notes for the TI-89, TI-92 Plus, and Voyage 200

Calculator Notes for the TI-89, TI-92 Plus, and Voyage 200 CHAPTER 1 Note 1A Reentry Calculator Notes for the TI-89, TI-92 Plus, and Voyage 200 If you want to do further calculation on a result you ve just found, and that result is the first number in the expression

More information

USING EXCEL ON THE COMPUTER TO FIND THE MEAN AND STANDARD DEVIATION AND TO DO LINEAR REGRESSION ANALYSIS AND GRAPHING TABLE OF CONTENTS

USING EXCEL ON THE COMPUTER TO FIND THE MEAN AND STANDARD DEVIATION AND TO DO LINEAR REGRESSION ANALYSIS AND GRAPHING TABLE OF CONTENTS USING EXCEL ON THE COMPUTER TO FIND THE MEAN AND STANDARD DEVIATION AND TO DO LINEAR REGRESSION ANALYSIS AND GRAPHING Dr. Susan Petro TABLE OF CONTENTS Topic Page number 1. On following directions 2 2.

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

0 Introduction to Data Analysis Using an Excel Spreadsheet

0 Introduction to Data Analysis Using an Excel Spreadsheet Experiment 0 Introduction to Data Analysis Using an Excel Spreadsheet I. Purpose The purpose of this introductory lab is to teach you a few basic things about how to use an EXCEL 2010 spreadsheet to do

More information

EL-9650/9600c/9450/9400 Handbook Vol. 1

EL-9650/9600c/9450/9400 Handbook Vol. 1 Graphing Calculator EL-9650/9600c/9450/9400 Handbook Vol. Algebra EL-9650 EL-9450 Contents. Linear Equations - Slope and Intercept of Linear Equations -2 Parallel and Perpendicular Lines 2. Quadratic Equations

More information

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89 by Joseph Collison Copyright 2000 by Joseph Collison All rights reserved Reproduction or translation of any part of this work beyond that permitted by Sections

More information

Getting to know your TI-83

Getting to know your TI-83 Calculator Activity Intro Getting to know your TI-83 Press ON to begin using calculator.to stop, press 2 nd ON. To darken the screen, press 2 nd alternately. To lighten the screen, press nd 2 alternately.

More information

SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( 3 5 3 2 )( 3 25 3 10 3 4 ). The Odd-Root Property

SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( 3 5 3 2 )( 3 25 3 10 3 4 ). The Odd-Root Property 498 (9 3) Chapter 9 Radicals and Rational Exponents Replace the question mark by an expression that makes the equation correct. Equations involving variables are to be identities. 75. 6 76. 3?? 1 77. 1

More information