Contents Functions and Graphs

Size: px
Start display at page:

Download "Contents Functions and Graphs"

Transcription

1 Contents 4. Functions and Graphs Calculator Graphs and Solving Equations Graphically Example Example Example Example Example Example Example Introduction to Modeling Example Example Example Example

2 Peterson, Technical Mathematics, 3rd edition Calculator Graphs and Solving Equations Graphically A graphing calculator or computer can remove much of the drudgery of plotting equations by hand. In this section we will use a graphing calculator to demonstrate some mathematical concepts and to show how it can relieve you of some work. Moreover, we will show you how to interpret the information displayed on the machine. Examples in this section were run on a Texas Instruments TI-83 graphing calculator. However, you could have used a different graphing calculator or a computer program. Rather than teach you how to write a graphing program for a computer, we will assume you have access to a program that can be used to graph functions. Some, such as Excel, are computer spreadsheets that have graphing capabilities. Other more specialized programs include Mathematica, Derive, and Maple, all of which are classified as computer algebra systems. A purpose of this book is not to explain how to use the graphing capabilities of these programs, but to help you use these computer programs to graph curves and to interpret their graphs. Using a Graphing Calculator We begin with a discussion on using graphing calculators. The examples and the instructions in this book are meant to supplement the user s guide for your calculator, not to replace it. You should always consult the user s guide to get answers to how to questions. All examples described in the text used a Texas Instruments TI-86 graphing calculator. This special print out works those same examples using a TI-83 graphing calculator. The first equation to graph will be of a straight line, y = 2x + 7. Before we begin, we must determine the domain of this function and what portion we want to see. The viewing range of this function is partially determined by the allowable values of y that can appear on the calculator s screen. Example 4.53 Use a calculator to sketch the graph of f(x) = 2x + 7. FIGURE 4.26a Solution We begin by entering the function. First, press Y= and then type 2x+7. For the x key you can press the key labeled X,T,θ,n. What you see should look like Figure 4.26a The domain of this function is all real numbers. We can only view a portion of the domain in the viewing window. We select 5 x 4. To set the size of the viewing window press the WINDOW key. The part of the x-coordinate system that will be shown on the screen is indicated by Xmin (the smallest value of x displayed on the screen), Xmax (the corresponding largest x-value), and Xscl (the x-axis scale or, more precisely, the distance between tick marks on the x-axis). The y-coordinate is similarly restricted by Ymin, Ymax, and Yscl. For this function we use the values in Figure 4.26b. To display the graph press GRAPH. The result is shown in Figure 4.26c.

3 Peterson, Technical Mathematics, 3rd edition 3 FIGURE 4.26b FIGURE 4.26c Example 4.54 Use a graphing calculator to sketch the graph of g(x) = 0.2x FIGURE 4.27a Solution Again, press Y=. If you want to erase the previous function, press CLEAR. If you want to graph this new function and the previous function, press ENTER and then type 0.2x To get x 2 you can type either X,T,θ,n x 2 or X,T,θ,n 2. When you press graph you get the result shown in Figure 4.27a. This is not very satisfactory because we don t see any of the graph. This is because we used the same window settings as in the previous example. There are several ways to correct this. One way is to decide what x-values you want to see in the viewing windows. Suppose for this example, you wanted to see the graph when 6 x 5. Press WINDOW and set xmin=-6 and xmax=5. If you then use ZoomFit by pressing ZOOM and holding down the key until you see 0: ZoomFit, as shown in Figure 4.27b. Pressing ENTER graphs the function and gives Figure 4.27c. FIGURE 4.27b FIGURE 4.27c Whenever we are not using the default window settings on a calculator, we will adopt the notation [Xmin, Xmax, Xscl] [Ymin, Ymax, Yscl]. Thus, the viewing window used in Figure 4.27c is [ 6, 5, 1] [15, 22.2, 1]. If both Xscl and Yscl are 1 we may shorten this to [ 6, 5] [15, 22.2]. The default window settings, written ZStandard for Zoom Standard, are [ 10, 10, 1] [ 10, 10, 1]. Example 4.55 Use a graphing calculator to sketch the graph of f(x) = x2 + 1 x + 2. Solution In graphing this function you must be careful to insert enough parentheses and to insert them in the right spots. Remember that everything over the fraction bar is one group and everything under the fraction bar is another group. Parentheses are used to group terms. So, we end up writing the equation as y = (x 2 + 1)/(x + 2)

4 Peterson, Technical Mathematics, 3rd edition 4 FIGURE 4.28a When this is graphed on a TI-83 in the standard viewing window. you get the graph in Figure 4.28a. (You get the standard viewing window by pressing ZOOM 6 [6:ZStandard].) Sometimes, as in Figure 4.28a, the calculator draws in some points (usually shown as vertical lines) that are really not part of the graph. This may also happen with some computer graphing software. It may be possible to adjust the viewing window, as in Figure 4.28b, to eliminate these extraneous points. Another possibility is to set the graph format to draw individual dots (Dot on a TI-83) rather than connecting the dots. When this is done you get a graph like the one in Figure 4.28c. ON a TI-83, you get the calculator to draw individual dots by pressing MODE ENTER. FIGURE 4.28b FIGURE 4.28c Solving Equations Graphically To solve an equation graphically means to locate the x-intercepts of the graph. For a function these points are called the zeros of the function because these are the values of x where f(x) = 0. Other places these are called the solutions or roots of the equation. Steps to Solving an Equation Graphically 1. Write the equation in the form [expression in x] = 0 or f(x) = [expression in x]. 2. Graph y = [expression in x]. 3. Find the x-intercepts of the graph. These are the solutions of the equation. Example 4.56 Graphically approximate the roots of x 2 3x 1 = 0. Solution First, set f(x) = x 2 3x 1. Then set up a partial table of values for the function f. x y = f(x) Graphing the curve determined by these points, we get the curve in Figure 4.29 in the text. From the graph we can see that there appear to be roots at x = 0.25 and x = If we evaluate the function at these two values, we get f( 0.25) = and f(3.25) = This shows two things. First, it shows that 0.25 and 3.25 are not roots of this function, since f(x) 0 at either of these two points. Second, it does show that the roots of this function are close to 0.25 and 3.25.

5 Peterson, Technical Mathematics, 3rd edition 5 If we wanted more accurate approximations of the roots of the function in Example 4.56, we could substitute different values for x until we got an approximation that was as accurate as we wanted. In a later chapter, we will find out how to determine the exact roots to this function. In the next example, we will show how to use a graphing calculator to approximate this function s roots. Example 4.57 Use a graphing calculator to find the approximate roots of f(x) = x 2 3x 1. FIGURE 4.30a Solution This is the same function we graphed in Example We already know that the roots are near x = 0.25 and x = When you graph the function using the calculator s default window settings, you obtain the graph in Figure 4.30a on a TI-83. As you can see from this figure, the graph crosses the x-axis at two points; these are the x-intercepts or roots. On a TI-83 press 2nd TRACE [CALC] 2 [2:zero]. [Note: Some calculators, here the TI-83, use the term zero rather than root.] This function has two roots, and we will find the one on the left first. At the bottom left of the calculator screen you should see the question Left Bound? as in Figure 4.30b. Use the or to move the cursor to the left of the root you are trying to find. When the cursor is left of this root press ENTER and you see something like Figure 4.30c. FIGURE 4.30b FIGURE 4.30c Now, you should see the question Right Bound? at the bottom left of the screen. Use the key to move the cursor to the right of the root you are trying to find as in Figure 4.30c. Again, press ENTER. You should now see the question Guess?. Move the cursor near the x-intercept and press ENTER a third time. Shortly, you should see Figure 4.30d on your calculator screen. This indicates that the root is x (A TI-83 gives an answer of x ) The screen also displays y=0. Now, approximate the other root of this function. Press 2nd TRACE [CALC] 2 [2:zero] and repeat the process as shown in Figures Figure 4.30e Figure 4.30g. The second root is x (Notice in the text that the TI-83 found that the root is x )

6 Peterson, Technical Mathematics, 3rd edition 6 FIGURE 4.30d FIGURE 4.30e FIGURE 4.30f FIGURE 4.30g FIGURE 4.31 Example 4.58 Use a graphing calculator or computer graphing software with zoom capability to determine any x-intercepts of y = x Solution The graph of this function is shown in Figure As you can see, the graph does not cross the x-axis. Thus, this function does not have any real roots. * * * Go to the textbook until you finish Example * * * Example 4.61 Use a graphing calculator to rework parts of Example FIGURE 4.36 (a) Sketch the graph of C(m) = 50 m 2 + 4, m 0. (b) Use the graph and your calculator to estimate how far you are from the factory if the concentration of the pollutant is 3.08 ppm. Solutions: (a) You must make two changes before we begin graphing. First, you must replace C(m) with y. Second, your calculator will only allow you to use certain variables when you graph a function. At present the only variable you can use is x. So, rewrite the given function as y = 50 x 2, x 0. Don t forget the correct use of parentheses. You will want to graph this as y = (x 2. Also, to get + 4) the graph to look like the one in Figure 4.35b, change the viewing window to [0, 14, 1] [0, 14, 1]. The result is the graph shown in Figure 4.36.

7 Peterson, Technical Mathematics, 3rd edition 7 (b) We want to know when the concentration of the pollutant is 3.08 ppm. This means we want to know the value of x when y = Press TRACE and move the cursor until you have a y-value near On this particular calculator, the y-values change from around 2.98 to Zooming in around one of these points and using the trace function, we see that when y 3.08, then x Once again, we conclude that the pollutant was collected about 3.5 mi from the factory.

8 Peterson, Technical Mathematics, 3rd edition Introduction to Modeling We are not always given a function or an equation and asked to use it. Instead, we collect some data and have to interpret it. The first step is to organize the data in a list or table. Next, graph the points and use a calculator or computer program to draw a curve through the points. The points seldom lie on a nice curve. You can connect the points using a series of line segments in what is called a broken line graph. A broken line graph makes the graph easier to see but is not very useful. If at all possible we want to develop a model for the data. A model is a function that comes close to going through the data points. It may not go through them all in fact it may not go through any of them but it comes the closest of any given type of function. Determining these models uses a technique known as regression and until it was built into calculators it was very difficult to do. A look to the Future The next example will show a plot of some data, a broken line graph for that data, and one model that seems to fit the data. We will use that model to predict an outcome that is not in the table. This example is intended as a demonstration of what we will be doing later in this section and later in the book. Example 4.62 Table 4.3 gives the annual domestic fuel consumption, in billion gallons, of all motor vehicles in the United States for selected years from 1970 through (a) Plot the points. (b) Connect the points to form a broken line graph. (c) Determine a regression curve that will fit the data. (d) Use the regression curve to determine the fuel consumption in 1998 and Table 4.3: Annual Motor Vehicle Fuel Consumption in the US, Year Fuel consumption (billion gallons) Solutions: Note that the entry for 1970 is The fuel data is given in billion gallons so 92.3 represents 92,300,000,000 gallons. (a) Using the statistical plotting feature of the calculator, we are given several plot types. The first is the scatter plot. When it is selected and the data in Table 4.3 is plotted using the zoom setting 9:ZoomStat you obtain the result in Figure 4.37a. (b) Changing the plot type to xyline you obtain the broken line graph in Figure 4.37b.

9 Peterson, Technical Mathematics, 3rd edition 9 FIGURE 4.37a FIGURE 4.37b FIGURE 4.37c FIGURE 4.37d (c) A cubic regression that fits this data is C(t) 0.005t t t billion gallons t years after When the actual regression equation produced by the calculator is graphed on the scatter plot we obtain the graph in Figure 4.37c. (d) We can use the regression formula stored in the calculator to approximate the fuel consumption in 1998 and According to the calculator (see Figure 4.37d) C(98) = Note here that in the regression formula t represented years after 1900 and so 1998 would use the value t = 98. Similarly, fuel consumption in 2000 would be C(100) billion gallons. The actual fuel consumption for 1998 was billion gallons; very close to the predicted value. The actual value for 2000 was billion gallons. Linear Curve Fitting In Example 4.60 we looked at the graph of some data, had the calculator determine the formula for a curve that would come close to passing through the data, and made some predictions based on the formula. Now lets look at this more closely. We will begin with some data that seems to fit a line. This process is called linear curve fitting or linear regression. Graphing calculators and many computer software programs with graphing ability contain built-in programs that find the best fit equation for a collection of points in a scatter diagram. Different software has different names for this ability. For example, in Excel it is referred to as Add Trendline and a TI-83 calls it LinReg. Example 4.63 The total vehicle highway miles of travel in the United States from , in billions of miles, is shown in Table 4.4. (a) Plot the points. (b) Determine a linear regression curve that will fit the data. Solutions: (a) On a calculator you begin by entering the data in two lists. On a TI-83 calculator you begin by pressing the STAT key and then selecting 1:EDIT by either

10 Peterson, Technical Mathematics, 3rd edition 10 Table 4.4: Motor Vehicle Miles of Travel Year Billion Miles FIGURE 4.38a pressing ENTER or 1. The first two columns are called L1 and L2. Place the independent variable, in this case the years, in the L1 list and place the dependent variable, the number of miles, in the L2 list. In Figure 4.38a you will see that only the last two digits of the year were entered in L1. If you do this type of transformation of the data you must be sure to indicate that fact when you write the linear equation and also when you use the equation to make predictions. To graph these data first press Y= and delete any functions that are listed. Next, press 2nd Y= [STAT PLOT]. The result, shown in Figure 4.38b, shows three possible stat plot screens. Press ENTER or 1 to select the first plot screen. The result is shown in Figure 4.38c. Set your calculator so it looks like the screen in Figure 4.38c. FIGURE 4.38b FIGURE 4.38c To plot the data press ZOOM 9 [9:ZoomStat]. The result should look like Figure 4.38d. To get the regression equation, press STAT 4 [Lin- Reg (ax+b)] ENTER with the result in Figure 4.38e. The second, third, and fourth lines of Figure 4.38e indicate that the linear regression line is y = ax + b and that a = and b = We would probably write our answer as the function M(t) = t billion miles t years after FIGURE 4.38d FIGURE 4.38e

11 Peterson, Technical Mathematics, 3rd edition 11 FIGURE 4.38f To graph the regression line with the original data first press Y= and then press VARS 5 [5:Statistics] 1 [1:RegEq] ENTER. This pastes the regression equation on the Y1 line of the Y= screen. Notice that the regression equation shows more digits for a and b than were given in Figure 4.38e. Now press GRAPH to get the result in Figure 4.38f. As we will see later when we study linear equations, is the slope of this line and is the y-intercept. * * * Go to the textbook and read the subsection Correlation Coefficients. * * * Interpolation and Extrapolation When you predict values of the dependent variable for independent values that are within the interval of the given data in your table or scatter plot, you are using a process called interpolation. On the other hand, when you are predicting values of the dependent variable for values of the independent variable that are outside the interval of the given data you are using a process call extrapolation. Because you do not know what happens outside the given data, estimates obtained through extrapolation should be viewed with more caution than estimates found with interpolation. Example 4.64 FIGURE 4.40a FIGURE 4.40b Use the regression curve from Example 4.63 to determine the total vehicle highway miles of travel in the United States for 1996 and Solution In Example 4.63, we entered the regression equation from Example 4.63 as Y1 in the Y=. We can use this to evaluate M(1996) and M(2000). 1. Use the function feature of the calculator. Key VARS 1 [1:Function] ENTER ( 96 ) ENTER and VARS 1 [1:Function] ENTER ( 100 ) ENTER on the home screen of the calculator. You should obtain something like Figure 4.40a. 2. Use the table feature of the calculator. Since you want the data for 1996 and 2000 press 2nd WINDOW [TBLSET] and set TblStart=96. If you leave Tbl=1 and press 2nd GRAPH [TABLE] you should obtain Figure 4.40b. Both procedures yield the same results. According to our regression formula and interpolation all the motor vehicles in the United States traveled around 2495 billion miles. (The actual value was 2486 billion miles.) In 2000, extrapolation predicts that the vehicles traveled about 1742 billion miles.

12 Peterson, Technical Mathematics, 3rd edition 12 Example 4.65 The following table gives the height, in inches, and the weight, in pounds, for 12 students. Student A B C D E F G H I J K L Height Weight (a) Plot the points. (b) Determine a linear regression curve that will fit the data. (c) Determine the correlation coefficient for this curve. (d) Use the regression curve to predict the weight of a student who is 6 6 tall. Solutions: (a) A graph of these 12 points is shown in Figure 4.41a. A quick glance at this graph tells you that these points do not all lie on the same straight line. But, in general, the taller a person is, the more he or she weighs. Thus, we think that it is possible that there might be some straight line that would come close to these points and from which none of the points differ by very much. FIGURE 4.41a (b) The calculator gives a regression curve of y x We will write this as the function w(h) h where h is the height in inches and w is the weight in pounds. A graph of the original 12 points and the regression line is in Figure 4.41b. FIGURE 4.41b (c) The correlation coefficient is about r = (d) A student who is 6 6 tall is 78 inches tall. Evaluating, we obtain w(78) 257. So, a student who is 6 6 tall would weigh about 257 pounds.

AP Statistics Summer Assignment 17-18

AP Statistics Summer Assignment 17-18 AP Statistics Summer Assignment 17-18 Welcome to AP Statistics. This course will be unlike any other math class you have ever taken before! Before taking this course you will need to be competent in basic

More information

Statewide Framework Document for:

Statewide Framework Document for: Statewide Framework Document for: 270301 Standards may be added to this document prior to submission, but may not be removed from the framework to meet state credit equivalency requirements. Performance

More information

Exploring Derivative Functions using HP Prime

Exploring Derivative Functions using HP Prime Exploring Derivative Functions using HP Prime Betty Voon Wan Niu betty@uniten.edu.my College of Engineering Universiti Tenaga Nasional Malaysia Wong Ling Shing Faculty of Health and Life Sciences, INTI

More information

Probability and Statistics Curriculum Pacing Guide

Probability and Statistics Curriculum Pacing Guide Unit 1 Terms PS.SPMJ.3 PS.SPMJ.5 Plan and conduct a survey to answer a statistical question. Recognize how the plan addresses sampling technique, randomization, measurement of experimental error and methods

More information

Getting Started with TI-Nspire High School Science

Getting Started with TI-Nspire High School Science Getting Started with TI-Nspire High School Science 2012 Texas Instruments Incorporated Materials for Institute Participant * *This material is for the personal use of T3 instructors in delivering a T3

More information

Physics 270: Experimental Physics

Physics 270: Experimental Physics 2017 edition Lab Manual Physics 270 3 Physics 270: Experimental Physics Lecture: Lab: Instructor: Office: Email: Tuesdays, 2 3:50 PM Thursdays, 2 4:50 PM Dr. Uttam Manna 313C Moulton Hall umanna@ilstu.edu

More information

Characteristics of Functions

Characteristics of Functions Characteristics of Functions Unit: 01 Lesson: 01 Suggested Duration: 10 days Lesson Synopsis Students will collect and organize data using various representations. They will identify the characteristics

More information

AGS THE GREAT REVIEW GAME FOR PRE-ALGEBRA (CD) CORRELATED TO CALIFORNIA CONTENT STANDARDS

AGS THE GREAT REVIEW GAME FOR PRE-ALGEBRA (CD) CORRELATED TO CALIFORNIA CONTENT STANDARDS AGS THE GREAT REVIEW GAME FOR PRE-ALGEBRA (CD) CORRELATED TO CALIFORNIA CONTENT STANDARDS 1 CALIFORNIA CONTENT STANDARDS: Chapter 1 ALGEBRA AND WHOLE NUMBERS Algebra and Functions 1.4 Students use algebraic

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Ch 2 Test Remediation Work Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Provide an appropriate response. 1) High temperatures in a certain

More information

Edexcel GCSE. Statistics 1389 Paper 1H. June Mark Scheme. Statistics Edexcel GCSE

Edexcel GCSE. Statistics 1389 Paper 1H. June Mark Scheme. Statistics Edexcel GCSE Edexcel GCSE Statistics 1389 Paper 1H June 2007 Mark Scheme Edexcel GCSE Statistics 1389 NOTES ON MARKING PRINCIPLES 1 Types of mark M marks: method marks A marks: accuracy marks B marks: unconditional

More information

Algebra 1, Quarter 3, Unit 3.1. Line of Best Fit. Overview

Algebra 1, Quarter 3, Unit 3.1. Line of Best Fit. Overview Algebra 1, Quarter 3, Unit 3.1 Line of Best Fit Overview Number of instructional days 6 (1 day assessment) (1 day = 45 minutes) Content to be learned Analyze scatter plots and construct the line of best

More information

Grade 6: Correlated to AGS Basic Math Skills

Grade 6: Correlated to AGS Basic Math Skills Grade 6: Correlated to AGS Basic Math Skills Grade 6: Standard 1 Number Sense Students compare and order positive and negative integers, decimals, fractions, and mixed numbers. They find multiples and

More information

*Lesson will begin on Friday; Stations will begin on the following Wednesday*

*Lesson will begin on Friday; Stations will begin on the following Wednesday* UDL Lesson Plan Template Instructor: Josh Karr Learning Domain: Algebra II/Geometry Grade: 10 th Lesson Objective/s: Students will learn to apply the concepts of transformations to an algebraic context

More information

Mathematics Scoring Guide for Sample Test 2005

Mathematics Scoring Guide for Sample Test 2005 Mathematics Scoring Guide for Sample Test 2005 Grade 4 Contents Strand and Performance Indicator Map with Answer Key...................... 2 Holistic Rubrics.......................................................

More information

Functional Skills Mathematics Level 2 assessment

Functional Skills Mathematics Level 2 assessment Functional Skills Mathematics Level 2 assessment www.cityandguilds.com September 2015 Version 1.0 Marking scheme ONLINE V2 Level 2 Sample Paper 4 Mark Represent Analyse Interpret Open Fixed S1Q1 3 3 0

More information

Dublin City Schools Mathematics Graded Course of Study GRADE 4

Dublin City Schools Mathematics Graded Course of Study GRADE 4 I. Content Standard: Number, Number Sense and Operations Standard Students demonstrate number sense, including an understanding of number systems and reasonable estimates using paper and pencil, technology-supported

More information

This scope and sequence assumes 160 days for instruction, divided among 15 units.

This scope and sequence assumes 160 days for instruction, divided among 15 units. In previous grades, students learned strategies for multiplication and division, developed understanding of structure of the place value system, and applied understanding of fractions to addition and subtraction

More information

Chapters 1-5 Cumulative Assessment AP Statistics November 2008 Gillespie, Block 4

Chapters 1-5 Cumulative Assessment AP Statistics November 2008 Gillespie, Block 4 Chapters 1-5 Cumulative Assessment AP Statistics Name: November 2008 Gillespie, Block 4 Part I: Multiple Choice This portion of the test will determine 60% of your overall test grade. Each question is

More information

Focus of the Unit: Much of this unit focuses on extending previous skills of multiplication and division to multi-digit whole numbers.

Focus of the Unit: Much of this unit focuses on extending previous skills of multiplication and division to multi-digit whole numbers. Approximate Time Frame: 3-4 weeks Connections to Previous Learning: In fourth grade, students fluently multiply (4-digit by 1-digit, 2-digit by 2-digit) and divide (4-digit by 1-digit) using strategies

More information

Measurement. When Smaller Is Better. Activity:

Measurement. When Smaller Is Better. Activity: Measurement Activity: TEKS: When Smaller Is Better (6.8) Measurement. The student solves application problems involving estimation and measurement of length, area, time, temperature, volume, weight, and

More information

The New York City Department of Education. Grade 5 Mathematics Benchmark Assessment. Teacher Guide Spring 2013

The New York City Department of Education. Grade 5 Mathematics Benchmark Assessment. Teacher Guide Spring 2013 The New York City Department of Education Grade 5 Mathematics Benchmark Assessment Teacher Guide Spring 2013 February 11 March 19, 2013 2704324 Table of Contents Test Design and Instructional Purpose...

More information

Mathematics process categories

Mathematics process categories Mathematics process categories All of the UK curricula define multiple categories of mathematical proficiency that require students to be able to use and apply mathematics, beyond simple recall of facts

More information

The lab is designed to remind you how to work with scientific data (including dealing with uncertainty) and to review experimental design.

The lab is designed to remind you how to work with scientific data (including dealing with uncertainty) and to review experimental design. Name: Partner(s): Lab #1 The Scientific Method Due 6/25 Objective The lab is designed to remind you how to work with scientific data (including dealing with uncertainty) and to review experimental design.

More information

Using Calculators for Students in Grades 9-12: Geometry. Re-published with permission from American Institutes for Research

Using Calculators for Students in Grades 9-12: Geometry. Re-published with permission from American Institutes for Research Using Calculators for Students in Grades 9-12: Geometry Re-published with permission from American Institutes for Research Using Calculators for Students in Grades 9-12: Geometry By: Center for Implementing

More information

GCSE Mathematics B (Linear) Mark Scheme for November Component J567/04: Mathematics Paper 4 (Higher) General Certificate of Secondary Education

GCSE Mathematics B (Linear) Mark Scheme for November Component J567/04: Mathematics Paper 4 (Higher) General Certificate of Secondary Education GCSE Mathematics B (Linear) Component J567/04: Mathematics Paper 4 (Higher) General Certificate of Secondary Education Mark Scheme for November 2014 Oxford Cambridge and RSA Examinations OCR (Oxford Cambridge

More information

Creating a Test in Eduphoria! Aware

Creating a Test in Eduphoria! Aware in Eduphoria! Aware Login to Eduphoria using CHROME!!! 1. LCS Intranet > Portals > Eduphoria From home: LakeCounty.SchoolObjects.com 2. Login with your full email address. First time login password default

More information

Math-U-See Correlation with the Common Core State Standards for Mathematical Content for Third Grade

Math-U-See Correlation with the Common Core State Standards for Mathematical Content for Third Grade Math-U-See Correlation with the Common Core State Standards for Mathematical Content for Third Grade The third grade standards primarily address multiplication and division, which are covered in Math-U-See

More information

Cal s Dinner Card Deals

Cal s Dinner Card Deals Cal s Dinner Card Deals Overview: In this lesson students compare three linear functions in the context of Dinner Card Deals. Students are required to interpret a graph for each Dinner Card Deal to help

More information

SURVIVING ON MARS WITH GEOGEBRA

SURVIVING ON MARS WITH GEOGEBRA SURVIVING ON MARS WITH GEOGEBRA Lindsey States and Jenna Odom Miami University, OH Abstract: In this paper, the authors describe an interdisciplinary lesson focused on determining how long an astronaut

More information

Mathematics Assessment Plan

Mathematics Assessment Plan Mathematics Assessment Plan Mission Statement for Academic Unit: Georgia Perimeter College transforms the lives of our students to thrive in a global society. As a diverse, multi campus two year college,

More information

Hardhatting in a Geo-World

Hardhatting in a Geo-World Hardhatting in a Geo-World TM Developed and Published by AIMS Education Foundation This book contains materials developed by the AIMS Education Foundation. AIMS (Activities Integrating Mathematics and

More information

Missouri Mathematics Grade-Level Expectations

Missouri Mathematics Grade-Level Expectations A Correlation of to the Grades K - 6 G/M-223 Introduction This document demonstrates the high degree of success students will achieve when using Scott Foresman Addison Wesley Mathematics in meeting the

More information

STT 231 Test 1. Fill in the Letter of Your Choice to Each Question in the Scantron. Each question is worth 2 point.

STT 231 Test 1. Fill in the Letter of Your Choice to Each Question in the Scantron. Each question is worth 2 point. STT 231 Test 1 Fill in the Letter of Your Choice to Each Question in the Scantron. Each question is worth 2 point. 1. A professor has kept records on grades that students have earned in his class. If he

More information

STA 225: Introductory Statistics (CT)

STA 225: Introductory Statistics (CT) Marshall University College of Science Mathematics Department STA 225: Introductory Statistics (CT) Course catalog description A critical thinking course in applied statistical reasoning covering basic

More information

UNIT ONE Tools of Algebra

UNIT ONE Tools of Algebra UNIT ONE Tools of Algebra Subject: Algebra 1 Grade: 9 th 10 th Standards and Benchmarks: 1 a, b,e; 3 a, b; 4 a, b; Overview My Lessons are following the first unit from Prentice Hall Algebra 1 1. Students

More information

LESSON PLANS: AUSTRALIA Year 6: Patterns and Algebra Patterns 50 MINS 10 MINS. Introduction to Lesson. powered by

LESSON PLANS: AUSTRALIA Year 6: Patterns and Algebra Patterns 50 MINS 10 MINS. Introduction to Lesson. powered by Year 6: Patterns and Algebra Patterns 50 MINS Strand: Number and Algebra Substrand: Patterns and Algebra Outcome: Continue and create sequences involving whole numbers, fractions and decimals. Describe

More information

Chapter 4 - Fractions

Chapter 4 - Fractions . Fractions Chapter - Fractions 0 Michelle Manes, University of Hawaii Department of Mathematics These materials are intended for use with the University of Hawaii Department of Mathematics Math course

More information

Minitab Tutorial (Version 17+)

Minitab Tutorial (Version 17+) Minitab Tutorial (Version 17+) Basic Commands and Data Entry Graphical Tools Descriptive Statistics Outline Minitab Basics Basic Commands, Data Entry, and Organization Minitab Project Files (*.MPJ) vs.

More information

Sample Problems for MATH 5001, University of Georgia

Sample Problems for MATH 5001, University of Georgia Sample Problems for MATH 5001, University of Georgia 1 Give three different decimals that the bundled toothpicks in Figure 1 could represent In each case, explain why the bundled toothpicks can represent

More information

CONSTRUCTION OF AN ACHIEVEMENT TEST Introduction One of the important duties of a teacher is to observe the student in the classroom, laboratory and

CONSTRUCTION OF AN ACHIEVEMENT TEST Introduction One of the important duties of a teacher is to observe the student in the classroom, laboratory and CONSTRUCTION OF AN ACHIEVEMENT TEST Introduction One of the important duties of a teacher is to observe the student in the classroom, laboratory and in other settings. He may also make use of tests in

More information

Digital Fabrication and Aunt Sarah: Enabling Quadratic Explorations via Technology. Michael L. Connell University of Houston - Downtown

Digital Fabrication and Aunt Sarah: Enabling Quadratic Explorations via Technology. Michael L. Connell University of Houston - Downtown Digital Fabrication and Aunt Sarah: Enabling Quadratic Explorations via Technology Michael L. Connell University of Houston - Downtown Sergei Abramovich State University of New York at Potsdam Introduction

More information

TOPICS LEARNING OUTCOMES ACTIVITES ASSESSMENT Numbers and the number system

TOPICS LEARNING OUTCOMES ACTIVITES ASSESSMENT Numbers and the number system Curriculum Overview Mathematics 1 st term 5º grade - 2010 TOPICS LEARNING OUTCOMES ACTIVITES ASSESSMENT Numbers and the number system Multiplies and divides decimals by 10 or 100. Multiplies and divide

More information

Standard 1: Number and Computation

Standard 1: Number and Computation Standard 1: Number and Computation Standard 1: Number and Computation The student uses numerical and computational concepts and procedures in a variety of situations. Benchmark 1: Number Sense The student

More information

Paper 2. Mathematics test. Calculator allowed. First name. Last name. School KEY STAGE TIER

Paper 2. Mathematics test. Calculator allowed. First name. Last name. School KEY STAGE TIER 259574_P2 5-7_KS3_Ma.qxd 1/4/04 4:14 PM Page 1 Ma KEY STAGE 3 TIER 5 7 2004 Mathematics test Paper 2 Calculator allowed Please read this page, but do not open your booklet until your teacher tells you

More information

TI-Time. In this issue. Contents

TI-Time. In this issue. Contents TI-Time http://education.ti.com In this issue Developing the use of Graphics Calculators at Key Stage 3 Distance-Time graphs using the CBR The TI-83 and the Numeracy Strategy Probability activities at

More information

Montana Content Standards for Mathematics Grade 3. Montana Content Standards for Mathematical Practices and Mathematics Content Adopted November 2011

Montana Content Standards for Mathematics Grade 3. Montana Content Standards for Mathematical Practices and Mathematics Content Adopted November 2011 Montana Content Standards for Mathematics Grade 3 Montana Content Standards for Mathematical Practices and Mathematics Content Adopted November 2011 Contents Standards for Mathematical Practice: Grade

More information

The following shows how place value and money are related. ones tenths hundredths thousandths

The following shows how place value and money are related. ones tenths hundredths thousandths 2-1 The following shows how place value and money are related. ones tenths hundredths thousandths (dollars) (dimes) (pennies) (tenths of a penny) Write each fraction as a decimal and then say it. 1. 349

More information

Case study Norway case 1

Case study Norway case 1 Case study Norway case 1 School : B (primary school) Theme: Science microorganisms Dates of lessons: March 26-27 th 2015 Age of students: 10-11 (grade 5) Data sources: Pre- and post-interview with 1 teacher

More information

Visit us at:

Visit us at: White Paper Integrating Six Sigma and Software Testing Process for Removal of Wastage & Optimizing Resource Utilization 24 October 2013 With resources working for extended hours and in a pressurized environment,

More information

Student s Edition. Grade 6 Unit 6. Statistics. Eureka Math. Eureka Math

Student s Edition. Grade 6 Unit 6. Statistics. Eureka Math. Eureka Math Student s Edition Grade 6 Unit 6 Statistics Eureka Math Eureka Math Lesson 1 Lesson 1: Posing Statistical Questions Statistics is about using data to answer questions. In this module, the following four

More information

Honors Mathematics. Introduction and Definition of Honors Mathematics

Honors Mathematics. Introduction and Definition of Honors Mathematics Honors Mathematics Introduction and Definition of Honors Mathematics Honors Mathematics courses are intended to be more challenging than standard courses and provide multiple opportunities for students

More information

What s Different about the CCSS and Our Current Standards?

What s Different about the CCSS and Our Current Standards? The Common Core State Standards and CPM Educational Program The Need for Change in Our Educational System: College and Career Readiness Students are entering into a world that most of us would have found

More information

THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF MATHEMATICS ASSESSING THE EFFECTIVENESS OF MULTIPLE CHOICE MATH TESTS

THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF MATHEMATICS ASSESSING THE EFFECTIVENESS OF MULTIPLE CHOICE MATH TESTS THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF MATHEMATICS ASSESSING THE EFFECTIVENESS OF MULTIPLE CHOICE MATH TESTS ELIZABETH ANNE SOMERS Spring 2011 A thesis submitted in partial

More information

Extending Place Value with Whole Numbers to 1,000,000

Extending Place Value with Whole Numbers to 1,000,000 Grade 4 Mathematics, Quarter 1, Unit 1.1 Extending Place Value with Whole Numbers to 1,000,000 Overview Number of Instructional Days: 10 (1 day = 45 minutes) Content to Be Learned Recognize that a digit

More information

Algebra 2- Semester 2 Review

Algebra 2- Semester 2 Review Name Block Date Algebra 2- Semester 2 Review Non-Calculator 5.4 1. Consider the function f x 1 x 2. a) Describe the transformation of the graph of y 1 x. b) Identify the asymptotes. c) What is the domain

More information

Mathematics subject curriculum

Mathematics subject curriculum Mathematics subject curriculum Dette er ei omsetjing av den fastsette læreplanteksten. Læreplanen er fastsett på Nynorsk Established as a Regulation by the Ministry of Education and Research on 24 June

More information

ALEKS. ALEKS Pie Report (Class Level)

ALEKS. ALEKS Pie Report (Class Level) ALEKS ALEKS Pie Report (Class Level) The ALEKS Pie Report at the class level shows average learning rates and a detailed view of what students have mastered, not mastered, and are ready to learn. The pie

More information

AP Calculus AB. Nevada Academic Standards that are assessable at the local level only.

AP Calculus AB. Nevada Academic Standards that are assessable at the local level only. Calculus AB Priority Keys Aligned with Nevada Standards MA I MI L S MA represents a Major content area. Any concept labeled MA is something of central importance to the entire class/curriculum; it is a

More information

Conversions among Fractions, Decimals, and Percents

Conversions among Fractions, Decimals, and Percents Conversions among Fractions, Decimals, and Percents Objectives To reinforce the use of a data table; and to reinforce renaming fractions as percents using a calculator and renaming decimals as percents.

More information

Math Grade 3 Assessment Anchors and Eligible Content

Math Grade 3 Assessment Anchors and Eligible Content Math Grade 3 Assessment Anchors and Eligible Content www.pde.state.pa.us 2007 M3.A Numbers and Operations M3.A.1 Demonstrate an understanding of numbers, ways of representing numbers, relationships among

More information

The Indices Investigations Teacher s Notes

The Indices Investigations Teacher s Notes The Indices Investigations Teacher s Notes These activities are for students to use independently of the teacher to practise and develop number and algebra properties.. Number Framework domain and stage:

More information

PHYSICS 40S - COURSE OUTLINE AND REQUIREMENTS Welcome to Physics 40S for !! Mr. Bryan Doiron

PHYSICS 40S - COURSE OUTLINE AND REQUIREMENTS Welcome to Physics 40S for !! Mr. Bryan Doiron PHYSICS 40S - COURSE OUTLINE AND REQUIREMENTS Welcome to Physics 40S for 2016-2017!! Mr. Bryan Doiron The course covers the following topics (time permitting): Unit 1 Kinematics: Special Equations, Relative

More information

Janine Williams, Mary Rose Landon

Janine Williams, Mary Rose Landon TI-nspire Activity Janine Williams, Mary Rose Landon Course Level: Advanced Algebra, Precalculus Time Frame: 2-3 regular (45 min.) class sessions Objectives: Students will... 1. Explore the Unit Circle,

More information

Storytelling Made Simple

Storytelling Made Simple Storytelling Made Simple Storybird is a Web tool that allows adults and children to create stories online (independently or collaboratively) then share them with the world or select individuals. Teacher

More information

Page 1 of 11. Curriculum Map: Grade 4 Math Course: Math 4 Sub-topic: General. Grade(s): None specified

Page 1 of 11. Curriculum Map: Grade 4 Math Course: Math 4 Sub-topic: General. Grade(s): None specified Curriculum Map: Grade 4 Math Course: Math 4 Sub-topic: General Grade(s): None specified Unit: Creating a Community of Mathematical Thinkers Timeline: Week 1 The purpose of the Establishing a Community

More information

Numeracy Medium term plan: Summer Term Level 2C/2B Year 2 Level 2A/3C

Numeracy Medium term plan: Summer Term Level 2C/2B Year 2 Level 2A/3C Numeracy Medium term plan: Summer Term Level 2C/2B Year 2 Level 2A/3C Using and applying mathematics objectives (Problem solving, Communicating and Reasoning) Select the maths to use in some classroom

More information

Math 96: Intermediate Algebra in Context

Math 96: Intermediate Algebra in Context : Intermediate Algebra in Context Syllabus Spring Quarter 2016 Daily, 9:20 10:30am Instructor: Lauri Lindberg Office Hours@ tutoring: Tutoring Center (CAS-504) 8 9am & 1 2pm daily STEM (Math) Center (RAI-338)

More information

Introducing the New Iowa Assessments Mathematics Levels 12 14

Introducing the New Iowa Assessments Mathematics Levels 12 14 Introducing the New Iowa Assessments Mathematics Levels 12 14 ITP Assessment Tools Math Interim Assessments: Grades 3 8 Administered online Constructed Response Supplements Reading, Language Arts, Mathematics

More information

OCR for Arabic using SIFT Descriptors With Online Failure Prediction

OCR for Arabic using SIFT Descriptors With Online Failure Prediction OCR for Arabic using SIFT Descriptors With Online Failure Prediction Andrey Stolyarenko, Nachum Dershowitz The Blavatnik School of Computer Science Tel Aviv University Tel Aviv, Israel Email: stloyare@tau.ac.il,

More information

TabletClass Math Geometry Course Guidebook

TabletClass Math Geometry Course Guidebook TabletClass Math Geometry Course Guidebook Includes Final Exam/Key, Course Grade Calculation Worksheet and Course Certificate Student Name Parent Name School Name Date Started Course Date Completed Course

More information

Experience College- and Career-Ready Assessment User Guide

Experience College- and Career-Ready Assessment User Guide Experience College- and Career-Ready Assessment User Guide 2014-2015 Introduction Welcome to Experience College- and Career-Ready Assessment, or Experience CCRA. Experience CCRA is a series of practice

More information

OVERVIEW OF CURRICULUM-BASED MEASUREMENT AS A GENERAL OUTCOME MEASURE

OVERVIEW OF CURRICULUM-BASED MEASUREMENT AS A GENERAL OUTCOME MEASURE OVERVIEW OF CURRICULUM-BASED MEASUREMENT AS A GENERAL OUTCOME MEASURE Mark R. Shinn, Ph.D. Michelle M. Shinn, Ph.D. Formative Evaluation to Inform Teaching Summative Assessment: Culmination measure. Mastery

More information

Workshop Guide Tutorials and Sample Activities. Dynamic Dataa Software

Workshop Guide Tutorials and Sample Activities. Dynamic Dataa Software VERSION Dynamic Dataa Software Workshop Guide Tutorials and Sample Activities You have permission to make copies of this document for your classroom use only. You may not distribute, copy or otherwise

More information

Diagnostic Test. Middle School Mathematics

Diagnostic Test. Middle School Mathematics Diagnostic Test Middle School Mathematics Copyright 2010 XAMonline, Inc. All rights reserved. No part of the material protected by this copyright notice may be reproduced or utilized in any form or by

More information

EDEXCEL FUNCTIONAL SKILLS PILOT TEACHER S NOTES. Maths Level 2. Chapter 4. Working with measures

EDEXCEL FUNCTIONAL SKILLS PILOT TEACHER S NOTES. Maths Level 2. Chapter 4. Working with measures EDEXCEL FUNCTIONAL SKILLS PILOT TEACHER S NOTES Maths Level 2 Chapter 4 Working with measures SECTION G 1 Time 2 Temperature 3 Length 4 Weight 5 Capacity 6 Conversion between metric units 7 Conversion

More information

Using SAM Central With iread

Using SAM Central With iread Using SAM Central With iread January 1, 2016 For use with iread version 1.2 or later, SAM Central, and Student Achievement Manager version 2.4 or later PDF0868 (PDF) Houghton Mifflin Harcourt Publishing

More information

Mathematics Success Level E

Mathematics Success Level E T403 [OBJECTIVE] The student will generate two patterns given two rules and identify the relationship between corresponding terms, generate ordered pairs, and graph the ordered pairs on a coordinate plane.

More information

Interpreting Graphs Middle School Science

Interpreting Graphs Middle School Science Middle School Free PDF ebook Download: Download or Read Online ebook interpreting graphs middle school science in PDF Format From The Best User Guide Database. Rain, Rain, Go Away When the student council

More information

Broward County Public Schools G rade 6 FSA Warm-Ups

Broward County Public Schools G rade 6 FSA Warm-Ups Day 1 1. A florist has 40 tulips, 32 roses, 60 daises, and 50 petunias. Draw a line from each comparison to match it to the correct ratio. A. tulips to roses B. daises to petunias C. roses to tulips D.

More information

CAAP. Content Analysis Report. Sample College. Institution Code: 9011 Institution Type: 4-Year Subgroup: none Test Date: Spring 2011

CAAP. Content Analysis Report. Sample College. Institution Code: 9011 Institution Type: 4-Year Subgroup: none Test Date: Spring 2011 CAAP Content Analysis Report Institution Code: 911 Institution Type: 4-Year Normative Group: 4-year Colleges Introduction This report provides information intended to help postsecondary institutions better

More information

Introduction to the Practice of Statistics

Introduction to the Practice of Statistics Chapter 1: Looking at Data Distributions Introduction to the Practice of Statistics Sixth Edition David S. Moore George P. McCabe Bruce A. Craig Statistics is the science of collecting, organizing and

More information

Foothill College Summer 2016

Foothill College Summer 2016 Foothill College Summer 2016 Intermediate Algebra Math 105.04W CRN# 10135 5.0 units Instructor: Yvette Butterworth Text: None; Beoga.net material used Hours: Online Except Final Thurs, 8/4 3:30pm Phone:

More information

Answers To Hawkes Learning Systems Intermediate Algebra

Answers To Hawkes Learning Systems Intermediate Algebra Answers To Hawkes Learning Free PDF ebook Download: Answers To Download or Read Online ebook answers to hawkes learning systems intermediate algebra in PDF Format From The Best User Guide Database Double

More information

Statistical Analysis of Climate Change, Renewable Energies, and Sustainability An Independent Investigation for Introduction to Statistics

Statistical Analysis of Climate Change, Renewable Energies, and Sustainability An Independent Investigation for Introduction to Statistics 5/22/2012 Statistical Analysis of Climate Change, Renewable Energies, and Sustainability An Independent Investigation for Introduction to Statistics College of Menominee Nation & University of Wisconsin

More information

Teaching a Laboratory Section

Teaching a Laboratory Section Chapter 3 Teaching a Laboratory Section Page I. Cooperative Problem Solving Labs in Operation 57 II. Grading the Labs 75 III. Overview of Teaching a Lab Session 79 IV. Outline for Teaching a Lab Session

More information

Grade 2: Using a Number Line to Order and Compare Numbers Place Value Horizontal Content Strand

Grade 2: Using a Number Line to Order and Compare Numbers Place Value Horizontal Content Strand Grade 2: Using a Number Line to Order and Compare Numbers Place Value Horizontal Content Strand Texas Essential Knowledge and Skills (TEKS): (2.1) Number, operation, and quantitative reasoning. The student

More information

MAT 122 Intermediate Algebra Syllabus Summer 2016

MAT 122 Intermediate Algebra Syllabus Summer 2016 Instructor: Gary Adams Office: None (I am adjunct faculty) Phone: None Email: gary.adams@scottsdalecc.edu Office Hours: None CLASS TIME and LOCATION: Title Section Days Time Location Campus MAT122 12562

More information

Urban Analysis Exercise: GIS, Residential Development and Service Availability in Hillsborough County, Florida

Urban Analysis Exercise: GIS, Residential Development and Service Availability in Hillsborough County, Florida UNIVERSITY OF NORTH TEXAS Department of Geography GEOG 3100: US and Canada Cities, Economies, and Sustainability Urban Analysis Exercise: GIS, Residential Development and Service Availability in Hillsborough

More information

Classroom Connections Examining the Intersection of the Standards for Mathematical Content and the Standards for Mathematical Practice

Classroom Connections Examining the Intersection of the Standards for Mathematical Content and the Standards for Mathematical Practice Classroom Connections Examining the Intersection of the Standards for Mathematical Content and the Standards for Mathematical Practice Title: Considering Coordinate Geometry Common Core State Standards

More information

Science Fair Project Handbook

Science Fair Project Handbook Science Fair Project Handbook IDENTIFY THE TESTABLE QUESTION OR PROBLEM: a) Begin by observing your surroundings, making inferences and asking testable questions. b) Look for problems in your life or surroundings

More information

Using Proportions to Solve Percentage Problems I

Using Proportions to Solve Percentage Problems I RP7-1 Using Proportions to Solve Percentage Problems I Pages 46 48 Standards: 7.RP.A. Goals: Students will write equivalent statements for proportions by keeping track of the part and the whole, and by

More information

Study Guide for Right of Way Equipment Operator 1

Study Guide for Right of Way Equipment Operator 1 Study Guide for Right of Way Equipment Operator 1 Test Number: 2814 Human Resources Talent Planning & Programs Southern California Edison An Edison International Company REV082815 Introduction The 2814

More information

Outreach Connect User Manual

Outreach Connect User Manual Outreach Connect A Product of CAA Software, Inc. Outreach Connect User Manual Church Growth Strategies Through Sunday School, Care Groups, & Outreach Involving Members, Guests, & Prospects PREPARED FOR:

More information

Analysis of Enzyme Kinetic Data

Analysis of Enzyme Kinetic Data Analysis of Enzyme Kinetic Data To Marilú Analysis of Enzyme Kinetic Data ATHEL CORNISH-BOWDEN Directeur de Recherche Émérite, Centre National de la Recherche Scientifique, Marseilles OXFORD UNIVERSITY

More information

Math 098 Intermediate Algebra Spring 2018

Math 098 Intermediate Algebra Spring 2018 Math 098 Intermediate Algebra Spring 2018 Dept. of Mathematics Instructor's Name: Office Location: Office Hours: Office Phone: E-mail: MyMathLab Course ID: Course Description This course expands on the

More information

Centre for Evaluation & Monitoring SOSCA. Feedback Information

Centre for Evaluation & Monitoring SOSCA. Feedback Information Centre for Evaluation & Monitoring SOSCA Feedback Information Contents Contents About SOSCA... 3 SOSCA Feedback... 3 1. Assessment Feedback... 4 2. Predictions and Chances Graph Software... 7 3. Value

More information

Notetaking Directions

Notetaking Directions Porter Notetaking Directions 1 Notetaking Directions Simplified Cornell-Bullet System Research indicates that hand writing notes is more beneficial to students learning than typing notes, unless there

More information

Excel Intermediate

Excel Intermediate Instructor s Excel 2013 - Intermediate Multiple Worksheets Excel 2013 - Intermediate (103-124) Multiple Worksheets Quick Links Manipulating Sheets Pages EX5 Pages EX37 EX38 Grouping Worksheets Pages EX304

More information

Paper Reference. Edexcel GCSE Mathematics (Linear) 1380 Paper 1 (Non-Calculator) Foundation Tier. Monday 6 June 2011 Afternoon Time: 1 hour 30 minutes

Paper Reference. Edexcel GCSE Mathematics (Linear) 1380 Paper 1 (Non-Calculator) Foundation Tier. Monday 6 June 2011 Afternoon Time: 1 hour 30 minutes Centre No. Candidate No. Paper Reference 1 3 8 0 1 F Paper Reference(s) 1380/1F Edexcel GCSE Mathematics (Linear) 1380 Paper 1 (Non-Calculator) Foundation Tier Monday 6 June 2011 Afternoon Time: 1 hour

More information