Mathematics

Model
Digital Document
Description
Intermediate Algebra is designed to meet the scope and sequence requirements of a one-semester Intermediate algebra course. The book’s organization makes it easy to adapt to a variety of course syllabi. The text expands on the fundamental concepts of algebra while addressing the needs of students with diverse backgrounds and learning styles. Each topic builds upon previously developed material to demonstrate the cohesiveness and structure of mathematics.
Model
Digital Document
Publisher
OpenStax
Description
Intermediate Algebra 2e is designed to meet the scope and sequence requirements of a one-semester intermediate algebra course. The book’s organization makes it easy to adapt to a variety of course syllabi. The text expands on the fundamental concepts of algebra while addressing the needs of students with diverse backgrounds and learning styles. The material is presented as a sequence of clear steps, building on concepts presented in prealgebra and elementary algebra courses.

The second edition contains detailed updates and accuracy revisions to address comments and suggestions from users. Dozens of faculty experts worked through the text, exercises and problems, graphics, and solutions to identify areas needing improvement. Though the authors made significant changes and enhancements, exercise and problem numbers remain nearly the same in order to ensure a smooth transition for faculty.
Model
Digital Document
Publisher
OpenStax CNX
Description
Collaborative Statistics was written by Barbara Illowsky and Susan Dean, faculty members at De Anza Collegein Cupertino, California. The textbook was developed over several years and has been used in regularand honors-level classroom settings and in distance learning classes. Courses using this textbook have beenarticulated by the University of California for transfer of credit. The textbook contains full materials forcourse offerings, including expository text, examples, labs, homework, and projects. A Teacher's Guide iscurrently available in print form and on the Connexions site at and supplemental course materials including additional problem sets and video lectures are available. The on-line text for each of these collections collections willmeet the Section 508 standards for accessibility.

An on-line course based on the textbook was also developed by Illowsky and Dean. It has won an awardas the best on-line California community college course. The on-line course will be available at a later dateas a collection in Connexions, and each lesson in the on-line course will be linked to the on-line textbookchapter. The on-line course will include, in addition to expository text and examples, videos of courselectures in captioned and non-captioned format.

The original preface to the book as written by professors Illowsky and Dean, now follows:

This book is intended for introductory statistics courses being taken by students at two– and four–yearcolleges who are majoring in fields other than math or engineering. Intermediate algebra is the only prerequisite.The book focuses on applications of statistical knowledge rather than the theory behind it. Thetext is named Collaborative Statistics because students learn best by doing. In fact, they learn best byworking in small groups. The old saying “two heads are better than one” truly applies here.

Our emphasis in this text is on four main concepts:

thinking statistically
incorporating technology
working collaboratively
writing thoughtfully

These concepts are integral to our course. Students learn the best by actively participating, not by justwatching and listening. Teaching should be highly interactive. Students need to be thoroughly engagedin the learning process in order to make sense of statistical concepts. Collaborative Statistics providestechniques for students to write across the curriculum, to collaborate with their peers, to think statistically,and to incorporate technology.

This book takes students step by step. The text is interactive. Therefore, students can immediately applywhat they read. Once students have completed the process of problem solving, they can tackle interestingand challenging problems relevant to today's world. The problems require the students to apply theirnewly found skills. In addition, technology (TI-83 graphing calculators are highlighted) is incorporatedthroughout the text and the problems, as well as in the special group activities and projects. The book alsocontains labs that use real data and practices that lead students step by step through the problem solvingprocess.

At De Anza, along with hundreds of other colleges across the country, the college audience involves alarge number of ESL students as well as students from many disciplines. The ESL students, as well asthe non-ESL students, have been especially appreciative of this text. They find it extremely readable andunderstandable. Collaborative Statistics has been used in classes that range from 20 to 120 students, and inregular, honor, and distance learning classes
Model
Digital Document
Publisher
Saylor Foundation
Description
This book is meant to be a textbook for a standard one-semester introductory statistics course for general education students. Our motivation for writing it is twofold: 1.) to provide a low-cost alternative to many existing popular textbooks on the market; and 2.) to provide a quality textbook on the subject with a focus on the core material of the course in a balanced presentation.The high cost of textbooks has spiraled out of control in recent years. The high frequency at which new editions of popular texts appear puts a tremendous burden on students and faculty alike, as well as the natural environment. Against this background we set out to write a quality textbook with materials such as examples and exercises that age well with time and that would therefore not require frequent new editions. Our vision resonates well with the publisher’s business model which
includes free digital access, reduced paper prints, and easy customization by instructors if additional material is desired. Over time the core content of this course has developed into a well-defined body of material that is substantial for a one-semester course. The authors believe that the students in this course are best served by a focus on the core material and not by an exposure to a plethora of peripheral topics.Therefore in writing this book we have sought to present material that comprises fully a central body of knowledge that is defined according to convention, realistic expectation with respect to course duration and students’ maturity level, and our professional judgment and experience. We believe that certain topics, among them Poisson and geometric distributions and the normal approximation to the binomial distribution (particularly with a continuity correction) are distracting in nature. Other topics, such as nonparametric methods, while important, do not belong in a first course in statistics. As a result we envision a smaller and less intimidating textbook that trades some extended and unnecessary topics for a better focused presentation of the central material. Textbooks for this course cover a wide range in terms of simplicity and complexity. Some popular textbooks emphasize the simplicity of individual concepts to the point of lacking the coherence of an overall network of concepts. Other textbooks include overly detailed conceptual and computational discussions and as a result repel students from reading them. The authors believe that a successful book must strike a balance between the two extremes, however difficult it may be. As a consequence the overarching guiding principle of our writing is to seek simplicity but to preserve the coherence of the whole body of information communicated, both conceptually and computationally. We seek to remind ourselves (and others) that we teach ideas, not just step-by-step algorithms, but ideas that can be implemented by straightforward algorithms.
Model
Digital Document
Description
Think Stats: Probability and Statistics for Programmers is a textbook for a new kind of introductory prob-stat class. It emphasizes the use of statistics to explore large datasets. It takes a computational approach, which has several advantages:

Students write programs as a way of developing and testing their understanding. For example, they write functions to compute a least squares fit, residuals, and the coefficient of determination. Writing and testing this code requires them to understand the concepts and implicitly corrects misunderstandings.

Students run experiments to test statistical behavior. For example, they explore the Central Limit Theorem (CLT) by generating samples from several distributions. When they see that the sum of values from a Pareto distribution doesn’t converge to normal, they remember the assumptions the CLT is based on.

Some ideas that are hard to grasp mathematically are easy to understand by simulation. For example, we approximate p-values by running Monte Carlo simulations, which reinforces the meaning of the p-value.

Using discrete distributions and computation makes it possible to present topics like Bayesian estimation that are not usually covered in an introductory class. For example, one exercise asks students to compute the posterior distribution for the “German tank problem,” which is difficult analytically but surprisingly easy computationally.

Because students work in a general-purpose programming language (Python), they are able to import data from almost any source. They are not limited to data that has been cleaned and formatted for a particular statistics tool.

The book lends itself to a project-based approach. In my class, students work on a semester-long project that requires them to pose a statistical question, find a dataset that can address it, and apply each of the techniques they learn to their own data.
Model
Digital Document
Description
The additions to this edition mostly involve adding the commands to create graphs, compute descriptive statistics, finding probabilities, and computing inferential analysis using the open source software R Studio, and the removal of all other technologies. Data Frames with multiple variables and multiple units of measurements were expanded to most of the data. This is to make the course more data-centric. Lastly, minor explanations were made and corrections were made where necessary.