Curated OER
Break-Even Analysis Worksheet
In this analysis worksheet, students solve accounting problems when provided with variables to be used in computations. Using data provided, students must answer questions showing they understand key terms such as fixed and variable costs.
Curated OER
River Width
Students determine the level of accuracy needed for computations involving measurements and irrational numbers. They use the correct number of digits in computation to achieve an appropriate unit or level of accuracy when solving...
Curated OER
Math Mania
Fifth graders review adding, subtracting, multiplication and division of fractions and decimals through a variety of activities and exercises.
Curated OER
Space Shuttle Statistics
students are the opportunity to enhance their computation skills using real life statistics associated with the Space Shuttle. Skills emphasized include working with fractions, decimals, percents, ratios and proportions, comparing units,...
Curated OER
Error and Power Series
In this college level calculus activity, students compare two series to compute the error given the number of terms added. Students write the Maclaurin and Taylor series for the given functions. The two page activity contains seven...
Curated OER
Pi Digit Distribution
Students study graphing skills and compare and contrast data sets. They compute pi through the first 50-100 digits and create a bar graph showing the frequencies of specific digits.
Curated OER
Diagonals and Altitudes
Students discover the mathematical way to find the dimensions of a diagonal. Using this process, they complete a worksheet in which they identify the relationships between different degree triangles. They review their answers and are...
Curated OER
Perform Accounting Functions
Students practice performing various accounting functions. Given analysis records, they prepare cost and revenue analysis based on specific criteria. They complete handouts and review their answers as a class. They also discuss the...
Curated OER
Modular Mathematics
Middle schoolers are introduced to modular mathematics. They start by making clocks for different bases. They use their clocks to count, using the base, and then finding the mod or remainder. They explore both positive and negative...
Curated OER
Which Pair?
Students practice solving equations adding decimals and integers. Using a worksheet, they identify which pair of numbers goes correctly with the problem. They review their answers and are graded based a rubric given to them.
Curated OER
Geometry - Measurement
Students review the procedure for determining appropriate types of measurements for given situations and measurement conversions. They figure perimeter, area, and volume of 2 and 3 dimensional objects.
Curated OER
Watermelon Math
Students compute the mean and median of the number of seeds in a watermelon. They work in groups with a slice of water to complete and compare their calculations. They get a class average and mean.
Curated OER
Balanced Meal Planner
Students use an online website to select foods and put them onto a plate to see if they have made healthy and balanced meals. In this healthy meals lesson plan, students review the food pyramid before this activity.
Curated OER
Triangle Explorer
Students compute the area of triangles in a computer program. In this measurement lesson plan, students complete 5 easy, 5 medium, and 5 hard problems.
Curated OER
Investigation of Pot Sherds
Fourth graders review their prior knowledge on the concept of pi. Using broken pieces of pottery, they calculate the circumference from a section of the circle. In teams, they compete against one another to get the most accurate...
Khan Academy
Challenge: Bucktooth Bunny
Practice creating and using variables by creating variables for the bunny's eyes and teeth in this JavaScript task. Use the slider above the number to see the power of using variables in your code.
Khan Academy
Challenge: Funky Frog
You haven't seen any large-mouth frogs around have you? Hopefully, there will be lots of them as your young JavaScript coders complete this task to create a frog with a wide mouth and use variables in a way that connect the frog face...
Khan Academy
Challenge: Lined Paper
Now create your own graph paper with this JavaScript programming activity! First, change the while loop that draws horizontal lines into a for loop. Then, add another for loop that draws the vertical lines. For an added challenge,...
Khan Academy
Challenge: A Loopy Ruler
Now try writing your first while loop! This activity guides you through creating a small JavaScript program that marks the top of the screen with a ruler. Use the while loop to write the numbers across the screen.
Khan Academy
Challenge: A Loopy Landscape
Drawing trees and grass over and over again is the perfect time to add a while loop to your computer code. This activity guides coders through the steps as they practice using this loop.
Khan Academy
Challenge: Recipe Card
Anyone hungry? Create a recipe object in this coding activity. Include a title, number of servings, and ingredients. All of this adds up to one delicious practice opportunity for your programming students who are just learning how to use...
Khan Academy
Challenge: Picture Painter
Your young coding students will love the result of this programming activity and will be amazed at what they can make the computer do. Using objects and their properties, they will create a paint brush that will redraw an object across...
Khan Academy
Project: Bookshelf
Start your own virtual library with this JavaScript programming project. Create arrays of book objects, and fill the shelves with different books, different colors, titles, authors, etc. Let coders create their own unique display.
Khan Academy
Challenge: Flower Grower
How does the garden grow? With inherited functions! The interactive activity has individuals alter a program to utilize object inheritance. Scholars develop an object type that two other objects use to inherit similar aspects. The...