16
Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

Embed Size (px)

Citation preview

Page 1: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

Math 110 -- Intermediate AlgebraSample Problems Web Page

Bruce JohnstonProfessor Emeritus

Page 2: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

My Experience with Math 110• Taught similar courses in graduate school (1974-1977)• Taught CS at UW-Stout (1983 – 2008)• Impressed by success of Math TLC using CourseCompass• Motivated to try teaching Math 110 in this environment

– Summer 2006: Online Math 110– Fall 2006: Classroom Math 110

• Developed Sample Problems Web Page

– Summer 2007: Online Math 110• Developed Quiz & Test Review Notes documents

Page 3: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

Motivation for My Math 110 Sample Problems Web Page

• PowerPoint Mathematics lectures were ineffective.– Slides put students to sleep.

• PowerPoint lectures don’t fit my Mathematics teaching style.– I prefer to teach Mathematics by doing Mathematics.

• Course Compass login / drill-down / PowerPoint was slow.

Page 4: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

Goals for My Math 110 Sample Problems Web Page

• Spend most of the class period doing sample homework problems.• Leverage Math TLC assets to enhance this method of teaching.

– CourseCompass/MyMathLab Software

– Math TLC Environment including Student TAs in the classroom

• Mimic the student homework environment as closely as possible.

Page 5: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

Intermediate Algebra (Before & After)

1974 Sample homework problem is selected from textbook.

Problem is solved on the chalkboard.

↓2006 Sample homework problem is generated by MML.

Problem is displayed on digital projector.

Problem is solved on the whiteboard.

Solution is entered into MML using Math Palette.

Page 6: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

Design of the Math 110Sample Problems Web Page

• Access problems from the MML database.• Select representative sampling of problems from each

homework assignment.• Build a table of links to these sample homework problems.• Add supplementary links to each section where applicable.

Page 7: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

Operation of the Math 110Sample Problems Web Page

• TA operates web page and brings up the sample problems.• Instructor solves the problem at the whiteboard.

– Go slow enough for students to take notes & ask questions.

• TA enters solution using the MML Math Palette.• TA performs any necessary calculator operations.

Page 8: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

Advantages of Using the Math 110Sample Problems Web Page

• Fast and simple operation (no login required).• Closely duplicates the student homework environment.• Easy to demonstrate common solution entry mistakes.• Similar Exercises button is available if students need more

examples.• Links to related web sites enhances the educational

experience.

Page 9: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

Implementation of the Math 110Sample Problems Web Page

1. Print out the exercise list for each homework assignmentSelect Control Panel | Homework/Test Manager | Homework.

Select List Exercises from the Actions drop-down list.

Pay close attention to the Exercise ID numbers shown in the list.

See a sample Exercise List for section 2.4 on the next slide.

Page 10: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus
Page 11: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

• Find out which exercises are in the database.Go to www.interactmath.com to access the database directly.

Press the Enter button to enter the InterAct Site.

Page 12: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

• Find out which exercises are in the database (continued).Select your textbook from the Book drop-down list.Press the Submit button.Close the pop-up Installation Wizard window.

Page 13: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

• Find out which exercises are in the database (continued).Select the desired chapter.Select the desired section.

Page 14: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

• Selecting exercises from the database.Identify the exercise ID Numbers that match with the homework list.Select representative set of sample problems for each assignment.As an example, I used problems 1, 3, 7, 13, 15, 23, 25, 31, 41, & 81 for section 2.4.

Page 15: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

• Adding problem links to the Sample Problems Web Page.Insert a URL for each problem of the following form:

javascript:getProblem(2,4,7)This URL is for exercise ID 2.4.7 (problem 7 from section 2.4).

Add the JavaScript code (shown below) to the <head> tag of your web page.This code is specific to the Martin-Gay Intermediate Algebra, 4th enhanced edition.

<script language="javascript"> function getProblem(chapter,section,problem) { var theURL='http://www.mathxl.com/info/exercise.asp?id=mginter4e,' + chapter + ',' + section + ',' + problem; window.open(theURL,'', 'width=800,height=435'); } </script>

Page 16: Math 110 -- Intermediate Algebra Sample Problems Web Page Bruce Johnston Professor Emeritus

Building Your OwnSample Problems Web Page

• Instructions– Creating a Sample Problems Web Page (.doc)

• Starting Files for Sample Problem Web Pages– Math 010 Beginning Algebra– Math 110 Intermediate Algebra– Math 118 Concepts of Mathematics– Math 120 College Algebra