TPT
Total:
$0.00
Preview of Rational Exponents - Practice Turtle Race Activity Worksheet

Rational Exponents - Practice Turtle Race Activity Worksheet

Created by
Sweet As Pi
This practice worksheet over converting rational exponents to simplest radical form is a fun and engaging way to get your kids making equivalent expressions with numerical values containing rational exponents. The students will start with 4 problems converting numerical values in radical form to rational form. Then, the next 12 problems that follow are numerical values in rational form that will be converted to simplest radical form. There are positive and negative exponents included as well
Preview of Color-by-Number: Solving Equations — Turtle-Themed Review Set

Color-by-Number: Solving Equations — Turtle-Themed Review Set

Algebra 1 Color-by-Number: Solving Equations — Turtle-Themed Review Set Make algebra practice more fun and focused with this turtle-themed color-by-number review activity! This resource includes four differentiated worksheets that all connect to one turtle picture, revealed as students solve equations correctly. Students will solve equations on each worksheet, and their answers will guide how they color the image. As the challenge increases from page to page, so does the opportunity to prac
Preview of Mutant Ninja Turtles Multiplying Monomials and Polynomials Coloring Worksheet

Mutant Ninja Turtles Multiplying Monomials and Polynomials Coloring Worksheet

Created by
Ms Flynns Finds
Students will multiply monomials and polynomials to reveal a mutant ninja turtle! Perfect for independent practice or homework and easy for teacher to check for mastery.
Preview of Inverse Functions Digital Multiple-Choice Game: "What Species of Turtle Am I?"

Inverse Functions Digital Multiple-Choice Game: "What Species of Turtle Am I?"

Created by
Niki Math
Master Complex Inverses through Biological Discovery! 🐢🔢 Are your students tired of standard function drills? Turn your Algebra 2 or Pre-Calculus lesson into a high-stakes Herpetology Mission! In this interactive Google Slides™ game, students solve rigorous inverse function problems to identify 7 professionally illustrated turtle species. Why this Inverse Game "Rocks" the Classroom:Scientifically Accurate Art: Each slide features a stunning, realistic illustration of a specific turtle specie
Preview of PYTHAGOREAN THEOREM PYTHON PROGRAMMING ACTIVITY

PYTHAGOREAN THEOREM PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: a Python program that will calculate the length of a hypotenuseThree exercise sets with suggestions on how to modify and improve the program, including how to perform s
Preview of ABSOLUTE VALUE PYTHON PROGRAMMING ACTIVITY

ABSOLUTE VALUE PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: overview of how to solve an absolute value equation by handa Python program for the student to type into their Python interpreterThree exercise sets with suggestions
Preview of Trinomial Generator - Python Script

Trinomial Generator - Python Script

Created by
Ramon Quevedo
This is a Python Script (program) that will generate as many factorable Trinomials as you tell it to. Be advised that this is not a stand alone program. You will need to have Python Version 3.x installed in order for the script to work. I prefer to run my Python scripts in Thonny (open source IDE found at Thonny.org). This Python script requires that it be executed from the same directory where the script file itself is located. This ensures that the output text file ('trinomial_problems.txt')
Preview of Algebra 2 Finite Differences Python Program for Determining Polynomial Order

Algebra 2 Finite Differences Python Program for Determining Polynomial Order

This program, written in Python, can be used to allow students to do the tedious task of determining the order of a polynomial function via the method of finite differences. Since the calculation is error prone this will help reduce cognitive load and speed up the process. Source code available on request. My contact info is in the document that is part of the zip file. Thank you!
Preview of GRAPHING LINEAR FUNCTIONS PYTHON PROGRAMMING ACTIVITY

GRAPHING LINEAR FUNCTIONS PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: a simple Python program that draws a line segment between 2 pointsan overview of how to calculate the y-values for a given pair of x-values using f(x1) and f(x2)Three e
Preview of QUADRATIC FORMULA PYTHON PROGRAMMING ACTIVITY

QUADRATIC FORMULA PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: overview of how to solve a quadratic equation using the Quadratic formulaa Python program that calculates the solutions of ax^2 + bx + c = 0Three exercise sets with sug
Preview of PARALLEL AND PERPENDICULAR LINES PYTHON PROGRAMMING ACTIVITY

PARALLEL AND PERPENDICULAR LINES PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: a Python program that determines whether a pair of lines with the given slopes are parallel, perpendicular, or neitherTwo exercise sets with suggestions on how to modif
Preview of DISTANCE FORMULA AND MIDPOINT PYTHON PROGRAMMING ACTIVITY

DISTANCE FORMULA AND MIDPOINT PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: formulas for distance formula and midpointa Python program that calculates the distance between two pointsAn exercise set with suggestions on how to modify and improve
Preview of COMPLETING THE SQUARE PYTHON PROGRAMMING ACTIVITY

COMPLETING THE SQUARE PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: overview of how to solve a quadratic equation by completing the squarea Python program for the student to type into their Python interpreterTwo exercise sets with sugge
Preview of LINEAR EQUATIONS PYTHON PROGRAMMING ACTIVITY

LINEAR EQUATIONS PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It is an excellent introduction to Python programming which is why we're offering it for free (and hopefully you will check out our other Python programming activities.) This activity includes
Preview of SOLVING A LINEAR EQUATION PYTHON PROGRAMMING ACTIVITY

SOLVING A LINEAR EQUATION PYTHON PROGRAMMING ACTIVITY

Python Programming should be an integral part of math education, in fact the newer TI-84 graphing calculators have Python interpreters built-in! Alternately, Python programs can be entered and run from web browsers and tablet apps. This activity can be assigned for self-study or in a teacher-led lesson. It includes the following: the solution to ax + b = 0 is x = -b/aa Python program that solves a linear equation in the form ax + b = 0Two exercise sets with suggestions on how to modify and impro
Preview of Classifying Triangles Using the Converse of the Pythagorean Theorem - MAZE

Classifying Triangles Using the Converse of the Pythagorean Theorem - MAZE

Created by
Niki Math
This is a turtles themed digital maze on classifying triangles using the converse of the Pythagorean Theorem. Students start solving and use each answer to navigate through the maze. The lengths of the sides of the triangles are only natural numbers. Students will need to solve 11 problems properly to complete the maze. Students are provided with pieces which to drag and drop to display their answer path. They have to show all their work typing in the table provided on the second slide. Answer k
Preview of Absolute Value Equations Color by Number Activity- Algebra Math Activity-No Prep

Absolute Value Equations Color by Number Activity- Algebra Math Activity-No Prep

Make solving absolute value equations engaging and stress-free with this fun Color by Number math activity! Students solve 12 absolute value equation problems and then color a beautiful mandala turtle design based on their answers. The coloring component keeps students motivated while reinforcing algebra skills in a meaningful way. This resource is perfect for Algebra 1 or 8th grade math, and works great for independent practice, review, math centers, early finishers, or sub plans. With a
Preview of Valentines Day Warm Up Algebra 1 Solving Quadratics by Factoring & anchor chart

Valentines Day Warm Up Algebra 1 Solving Quadratics by Factoring & anchor chart

Created by
STEM Nerdd
This Valentine's Day warm up covers factoring quadratics by solving. It also includes a solving quadratic equations anchor chart. I used this for my Algebra 1 class. I thought the turtle was cute and students can color if they have extra time. Printable PDF. Please check out the preview to see the full product! I also have other fun games and STEM activities in my store! Please feel free to follow and leave a review!
Preview of Systems of Linear Equations Puzzle

Systems of Linear Equations Puzzle

This 12-piece puzzle is a great way for students to practice solving systems of linear equations algebraically. The puzzle can be printed on colored paper and cut out prior to class or students can cut the pieces out themselves. Students must solve the given systems and find their solutions on other pieces. Once students find a match, they can tape the pieces together and the resulting puzzle forms a turtle shell. This activity will work well in groups and/or pairs. There is a mixture of systems
Preview of Quadratics Activity Set - Vertex Form, Factoring, Solving, Completing the Square

Quadratics Activity Set - Vertex Form, Factoring, Solving, Completing the Square

Save 35%! Quadratic Functions BundleWant to make your Quadratics unit engaging? Reinforce key Algebra 1 and 2 skills of Vertex Form transformations, factoring quadratics, solving by factoring, completing the square and Quadratic Formula - with this set of 10 activities including both print and digital formats. WHAT'S INSIDE?✅ 2 'Build the Longest Road' Partner Games – like everyone's favorite settler game ✅ 2 Color by Number Scavenger Hunts – Movement + self-checking math fun ✅ 1 Digita
Preview of Solving Quadratics by the Quadratic Formula Drawing Activity - Real Solutions

Solving Quadratics by the Quadratic Formula Drawing Activity - Real Solutions

Turn practice with the Quadratic Formula for solving quadratic equations—including real solutions as rounded values and exact values—into a build-as-you-solve activity where students solve quadratics with the Quadratic Formula. Each answer determines what they draw next, creating a clear sense of progress that keeps students on task and makes grading easy— perfect for sub plans or easy practice days. ⭐ TL;DR (For Busy Teachers)✔️ Build-as-you-solve Quadratic Formula activity (real solution
Preview of Inverse Functions Activities BUNDLE - 7 Engaging Resources

Inverse Functions Activities BUNDLE - 7 Engaging Resources

Created by
Niki Math
Master Inverse Functions through Digital Discovery and Creative Art! 🧜‍♀️🐢 Are your students struggling with the abstract logic of inverse functions? Turn this challenging Algebra 2 or Pre-Calculus topic into a high-interest lesson with this 7-product activities bundle. Designed for focused, independent, or group work, this collection makes math feel like a mission! Why this Bundle "Rocks" the Classroom:7 Unique Interactive Formats: No more boring, repetitive drills! This bundle offers a vari
Preview of No Prep! Grade 8 Ontario Math | Algebra Strand - CODING UNIT

No Prep! Grade 8 Ontario Math | Algebra Strand - CODING UNIT

Created by
Aira Publishing
Lessons ONLYGrade 8 Math – Coding Lessons Only | Ontario Curriculum Aligned (C3.1–C3.2)Introduce your students to essential coding concepts with this no-prep lessons-only resource for the Grade 8 Math Coding Unit! Aligned with the Ontario Math Curriculum (Strand C3), this resource includes engaging, step-by-step lessons that teach students how to write, analyze, and modify code in mathematical contexts. Each lesson is designed to build computational thinking skills while helping students und
Showing 1-23 of 23 results