11th Grade Math Lectures

Right Triangle Trigonometry | High School Math PowerPoint Lesson Slides

By Building Bright Brains

Are you teaching your High School students about Right Triangle Trigonometry? Plenty of examples and application exercises are included. You can also easily convert this to a Google Slides lesson by dragging it into your Google Drive.

What is included?

11 total slides for notes, examples and applications.

✦ All steps are animated to allow the teacher to explain them gradually.

Throughout the Lesson, students will be introduced to the following:
✦ Right Triangle Definition

✦ Properties and Remarks

✦ Measure of an angle

✦ Fundamental Relations

✦ Complementary angles

✦ The tangent of an angle and the equation of a line

This resource is great for:

  • In-Classroom Teaching (Displaying for the Whole Class)
  • Online Learning
  • Homeschooling
  • Sharing on Google Classroom or Other Platforms as a Tool for Revision

-Follow us on TeachShare to be informed with new products and updates.

➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵

Other Resources:

⤞ Lines and Planes In Space | High School Math PowerPoint Lesson Slides

⤞ Exponential Functions | High School Math PowerPoint Lesson Slides

⤞ Logarithm Functions | High School Math PowerPoint Lesson Slides

⤞ Functions Limit continuity derivative| High School Math PowerPoint Lesson Slides

⤞ Integration | Definite & Indefinite integral| High School Math PowerPoint Lesson

$3.00

Programming in Java 19: Sprites

By Howlin' Husky Math Games

Hello and welcome!

Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!

I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.

The second semester of lessons are an extension and not taught in most schools. I researched and created them with a focus on students having fun while using higher level coding techniques. They are geared toward using Java to create forms and games. These sections are by far my students' favorites because they get to use images, GUI components, and animation.

These lessons are meant to be done over a few days; the idea is to get students doing cool stuff as fast as possible. With Java, that is NOT an easy task.

Topics:

Programming in Java 19: Sprites
What is a Sprite?

Creating a general Sprite class

Methods Sprites should have

What makes your Sprite special?

Programmatically resizing an Image

All lessons will come with the following:

a pdf slideshow

a pacing guide with hints for teaching the section and common student
errors

an assignment, differentiated with three different levels!

an answer key in pdf form

an answer key in .java form.

Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.

Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.

Welcome to the world of programming! It's going to be a blast!

Interested in more computer science content?? Check this out!

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Looping-11442643

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Arrays-11580049

https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530

https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432

Interested in more games?? Check it!

https://www.TeachShare.com/Product/DEMO-Math-Tac-Toe-Add-and-Subtract-Within-100-Multiply-and-Divide-Within-144-11161362

https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762

Interested in forms to make life easier!? Got it!

https://www.TeachShare.com/Product/MTSS-DI-RTI-Cooperative-Learning-Tiered-Groups-Based-on-Assessment-11097984

$5.00

Functions limits and continuity | High School Math PowerPoint Lesson Slides

By Building Bright Brains

Are you teaching your High School students about Functions limits and continuity? Plenty of examples and application exercises are included. You can also easily convert this to a Google Slides lesson by dragging it into your Google Drive.

What is included?

20 total slides for notes, examples and applications.

✦ All steps are animated to allow the teacher to explain them gradually.

Throughout the Lesson, students will be introduced to the following:
✦ Boundary term

✦ Limits at +∞ and -∞ of a function

✦ Limit of a function at one point x=a

✦ Asymptotes

✦ Indeterminate Forms

✦ Continuity of a function at one point x=a

✦ Theorem

✦ Sandwich Rule

This resource is great for:

  • In-Classroom Teaching (Displaying for the Whole Class)
  • Online Learning
  • Homeschooling
  • Sharing on Google Classroom or Other Platforms as a Tool for Revision

-Follow us on TeachShare to be informed with new products and updates.

➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵

Other Resources:

⤞ Equations & polynomials of the 2nd degree | High School Math PowerPoint Lesson

⤞ Rational and Irrational Functions | High School Math PowerPoint Lesson Slides

⤞ Polynomial Functions | High School Math PowerPoint Lesson Slides

⤞ Scalar Product in Space | High School Math PowerPoint Lesson Slides | Cosine Law

⤞ Numerical Sequence | High School Math PowerPoint Lesson Slides

$3.50

Programming in Java 18: Collision Detection

By Howlin' Husky Math Games

Hello and welcome!

Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!

I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.

The second semester of lessons are an extension and not taught in most schools. I researched and created them with a focus on students having fun while using higher level coding techniques. They are geared toward using Java to create forms and games. These sections are by far my students' favorites because they get to use images, GUI components, and animation.

These lessons are meant to be done over a few days; the idea is to get students doing cool stuff as fast as possible. With Java, that is NOT an easy task.

Topics:

Programming in Java 18: Collision Detection
What is Collision?

What is a game?

Rectangle collision

Creating a collision rectangle

Other collision

The Rectangle class

All lessons will come with the following:

a pdf slideshow

a pacing guide with hints for teaching the section and common student
errors

an assignment, differentiated with three different levels!

an answer key in pdf form

an answer key in .java form.

Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.

Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.

Welcome to the world of programming! It's going to be a blast!

Interested in more computer science content?? Check this out!

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Looping-11442643

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Arrays-11580049

https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530

https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432

Interested in more games?? Check it!

https://www.TeachShare.com/Product/DEMO-Math-Tac-Toe-Add-and-Subtract-Within-100-Multiply-and-Divide-Within-144-11161362

https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762

Interested in forms to make life easier!? Got it!

https://www.TeachShare.com/Product/MTSS-DI-RTI-Cooperative-Learning-Tiered-Groups-Based-on-Assessment-11097984

$5.00

Order on R-Framing and approximation | High School Math PowerPoint Lesson Slides

By Building Bright Brains

Are you teaching your High School students about Order on R- Framing and approximation? Plenty of examples and application exercises are included. You can also easily convert this to a Google Slides lesson by dragging it into your Google Drive.

What is included?

11 total slides for notes, examples and applications.

✦ All steps are animated to allow the teacher to explain them gradually.

Throughout the Lesson, students will be introduced to the following:
✦ Order and Operations

(Addition and Subtraction, Multiplication, Division, Square and square root, Reciprocal )

✦ Comparing a positive number with its square , its square root , and its reciprocal

✦ Framing and Operations

This resource is great for:

  • In-Classroom Teaching (Displaying for the Whole Class)
  • Online Learning
  • Homeschooling
  • Sharing on Google Classroom or Other Platforms as a Tool for Revision

-Follow us on TeachShare to be informed with new products and updates.

➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵

Other Resources:

⤞ Generalities of Functions (part 1) | High School Math PowerPoint Lesson Slides

⤞ Coordinate System | High School Math PowerPoint Lesson Slides

⤞ Parallel Lines and Planes | High School Math PowerPoint Lesson Slides

⤞ Scalar Product of Vectors | High School Math PowerPoint Lesson Slides

⤞ Statistics Part 2 | High School Math PowerPoint Lesson Slides

⤞ Statistics Part 1 | High School Math PowerPoint Lesson Slides

$3.50

Programming in Java 17: Timers

By Howlin' Husky Math Games

Hello and welcome!

Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!

I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.

The second semester of lessons are an extension and not taught in most schools. I researched and created them with a focus on students having fun while using higher level coding techniques. They are geared toward using Java to create forms and games. These sections are by far my students' favorites because they get to use images, GUI components, and animation.

These lessons are meant to be done over a few days; the idea is to get students doing cool stuff as fast as possible. With Java, that is NOT an easy task.

Topics:

Programming in Java 17: Timers
Setting up and starting the Timer

What is a Timer used for?

Animations and the Timer

Moving an object using the Timer

All lessons will come with the following:

a pdf slideshow

a pacing guide with hints for teaching the section and common student
errors

an assignment, differentiated with three different levels!

an answer key in pdf form

an answer key in .java form.

Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.

Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.

Welcome to the world of programming! It's going to be a blast!

Interested in more computer science content?? Check this out!

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Looping-11442643

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Arrays-11580049

https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530

https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432

Interested in more games?? Check it!

https://www.TeachShare.com/Product/DEMO-Math-Tac-Toe-Add-and-Subtract-Within-100-Multiply-and-Divide-Within-144-11161362

https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762

Interested in forms to make life easier!? Got it!

https://www.TeachShare.com/Product/MTSS-DI-RTI-Cooperative-Learning-Tiered-Groups-Based-on-Assessment-11097984

$5.00

Numerical Sequence | High School Math PowerPoint Lesson Slides

By Building Bright Brains

Are you teaching your High School students about Numerical Sequence? Plenty of examples and application exercises are included. You can also easily convert this to a Google Slides lesson by dragging it into your Google Drive.

What is included?

19 total slides for notes, examples and applications.

✦ All steps are animated to allow the teacher to explain them gradually.

Throughout the Lesson, students will be introduced to the following:
✦ General Definition of a numerical sequence

✦ Determination of a sequence

✦ Increasing and decreasing sequences

✦ Methods to study the sense of variation of a sequence

✦ Principle of reasoning by recurrence

✦ Particular Sequences

✦ Arithmetic Sequence

✦ Sum of the first n terms

✦ Geometric Sequence

✦ Calculation of the general term

This resource is great for:

  • In-Classroom Teaching (Displaying for the Whole Class)
  • Online Learning
  • Homeschooling
  • Sharing on Google Classroom or Other Platforms as a Tool for Revision

-Follow us on TeachShare to be informed with new products and updates.

➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵

Other Resources:

⤞ Right Triangle Trigonometry | High School Math PowerPoint Lesson Slides

⤞ Lines and Planes In Space | High School Math PowerPoint Lesson Slides

⤞ Generalities of Functions (part 2) | High School Math PowerPoint Lesson Slides

⤞ Primitives Anti-Derivative | High School Math PowerPoint Lesson Slides

⤞ Derivative of Functions | High School Math PowerPoint Lesson Slides

$4.00

Programming in Java 11: JSwing- Introduction to JSwing

By Howlin' Husky Math Games

Hello and welcome!

Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!

I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.

The second semester of lessons are an extension and not taught in most schools. I researched and created them with a focus on students having fun while using higher level coding techniques. They are geared toward using Java to create forms and games. These sections are by far my students' favorites because they get to use images, GUI components, and animation.

These lessons are meant to be done over a few days; the idea is to get students doing cool stuff as fast as possible. With Java, that is NOT an easy task.

Topics:

Programming in Java 11: Introduction to JSwing
Using JFrames and JPanels

Adding and using a JButton

Styling components

FlowLayout

Includes starter student code for making a JFrame and JPanel

All lessons will come with the following:

a pdf slideshow

a pacing guide with hints for teaching the section and common student
errors

an assignment, differentiated with three different levels!

an answer key in pdf form

an answer key in .java form.

Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.

Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.

Welcome to the world of programming! It's going to be a blast!

Interested in more computer science content?? Check this out!

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Looping-11442643

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Arrays-11580049

https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530

https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432

Interested in more games?? Check it!

https://www.TeachShare.com/Product/DEMO-Math-Tac-Toe-Add-and-Subtract-Within-100-Multiply-and-Divide-Within-144-11161362

https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762

Interested in forms to make life easier!? Got it!

https://www.TeachShare.com/Product/MTSS-DI-RTI-Cooperative-Learning-Tiered-Groups-Based-on-Assessment-11097984

$5.00

Straight Lines and Planes | High School Math PowerPoint Lesson Slides

By Building Bright Brains

Are you teaching your High School students about Straight Lines and Planes? Plenty of examples and application exercises are included. You can also easily convert this to a Google Slides lesson by dragging it into your Google Drive.

What is included?

31 total slides for notes, examples and applications.

✦ All steps are animated to allow the teacher to explain them gradually.

Throughout the Lesson, students will be introduced to the following:
✦ Definition of planes

✦ Basic Rules of straight lines and planes

✦ Determination of a Plane

✦ Relative positions of two straight lines in space

✦ Relative Position of a Line and a Plane

✦ Relative Positions of Two Planes

This resource is great for:

  • In-Classroom Teaching (Displaying for the Whole Class)
  • Online Learning
  • Homeschooling
  • Sharing on Google Classroom or Other Platforms as a Tool for Revision

-Follow us on TeachShare to be informed with new products and updates.

➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵

Other Resources:

⤞ Complex Numbers | High School Math PowerPoint Lesson Slides

⤞ Equation of a circle tangent | High School Math PowerPoint Lesson Slides

⤞ Order on R-Framing and approximation | High School Math PowerPoint Lesson Slides

⤞ Functions and Graphing | High School Math PowerPoint Lesson Slides

⤞ Sets and Cartesian Product | High School Math PowerPoint Lesson Slides

$6.00

Programming in Java 14: awt Drawing

By Howlin' Husky Math Games

Hello and welcome!

Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!

I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.

The second semester of lessons are an extension and not taught in most schools. I researched and created them with a focus on students having fun while using higher level coding techniques. They are geared toward using Java to create forms and games. These sections are by far my students' favorites because they get to use images, GUI components, and animation.

These lessons are meant to be done over a few days; the idea is to get students doing cool stuff as fast as possible. With Java, that is NOT an easy task.

Topics:

Programming in Java 14 awt Drawing
Intro to the drawing surface

Drawing images and shapes to the world

repaint()

Adding JSwing components

All lessons will come with the following:

a pdf slideshow

a pacing guide with hints for teaching the section and common student
errors

an assignment, differentiated with three different levels!

an answer key in pdf form

an answer key in .java form.

Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.

Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.

Welcome to the world of programming! It's going to be a blast!

Interested in more computer science content?? Check this out!

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Looping-11442643

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Arrays-11580049

https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530

https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432

Interested in more games?? Check it!

https://www.TeachShare.com/Product/DEMO-Math-Tac-Toe-Add-and-Subtract-Within-100-Multiply-and-Divide-Within-144-11161362

https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762

Interested in forms to make life easier!? Got it!

https://www.TeachShare.com/Product/MTSS-DI-RTI-Cooperative-Learning-Tiered-Groups-Based-on-Assessment-11097984

$5.00

Powers and Radicals | High School Math PowerPoint Lesson Slides

By Building Bright Brains

Are you teaching your High School students about Powers and Radicals? Plenty of examples and application exercises are included. You can also easily convert this to a Google Slides lesson by dragging it into your Google Drive.

What is included?

21 total slides for notes, examples and applications.

✦ All steps are animated to allow the teacher to explain them gradually.

Throughout the Lesson, students will be introduced to the following:
✦ Powers Definition

✦ Product of powers

✦ Division of powers

✦ Power of power

✦ Square Root Definition

✦ Solution of equations

✦ The n^th root of a real number

✦ Changing to rational exponent

This resource is great for:

  • In-Classroom Teaching (Displaying for the Whole Class)
  • Online Learning
  • Homeschooling
  • Sharing on Google Classroom or Other Platforms as a Tool for Revision

-Follow us on TeachShare to be informed with new products and updates.

➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵

Other Resources:

⤞ Polynomials | High School Math PowerPoint Lesson Slides

⤞ First Degree of Equations and Inequalities | High School Math PowerPoint Lesson

⤞ Linear System | High School Math PowerPoint Lesson Slides

⤞ Equation of Straight Lines | High School Math PowerPoint Lesson Slides

⤞ Permutations, Combinations, and Counting Principle | High School Math PowerPoint

$4.00

Programming in Java 12 JSwing- More Components

By Howlin' Husky Math Games

Hello and welcome!

Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!

I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.

The second semester of lessons are an extension and not taught in most schools. I researched and created them with a focus on students having fun while using higher level coding techniques. They are geared toward using Java to create forms and games. These sections are by far my students' favorites because they get to use images, GUI components, and animation.

These lessons are meant to be done over a few days; the idea is to get students doing cool stuff as fast as possible. With Java, that is NOT an easy task.

Topics:

Programming in Java 12 JSwing- More Components
Multiple Callers

JLabels and JTextFields

ImageIcons

GridLayout

Parsing

All lessons will come with the following:

a pdf slideshow

a pacing guide with hints for teaching the section and common student
errors

an assignment, differentiated with three different levels!

an answer key in pdf form

an answer key in .java form.

Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.

Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.

Welcome to the world of programming! It's going to be a blast!

Interested in more computer science content?? Check this out!

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Looping-11442643

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Arrays-11580049

https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530

https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432

Interested in more games?? Check it!

https://www.TeachShare.com/Product/DEMO-Math-Tac-Toe-Add-and-Subtract-Within-100-Multiply-and-Divide-Within-144-11161362

https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762

Interested in forms to make life easier!? Got it!

https://www.TeachShare.com/Product/MTSS-DI-RTI-Cooperative-Learning-Tiered-Groups-Based-on-Assessment-11097984

$5.00

Scalar Product of Vectors | High School Math PowerPoint Lesson Slides

By Building Bright Brains

Are you teaching your High School students about Scalar Product of Vectors? Plenty of examples and application exercises are included. You can also easily convert this to a Google Slides lesson by dragging it into your Google Drive.

What is included?

13 total slides for notes, examples and applications.

✦ All steps are animated to allow the teacher to explain them gradually.

Throughout the Lesson, students will be introduced to the following:
✦ Scalar Product Definition

✦ Scalar Product Properties (Commutativity, Distributivity, Product by a real number, Remarkable Scalar products)

✦ Sign of the scalar product

✦ Expression of the cosine of the angle of two vectors

✦ Scalar Product of 2 collinear vectors

✦ Scalar Product of vectors in an orthonormal system

✦ General Relation of Pythagoras

This resource is great for:

  • In-Classroom Teaching (Displaying for the Whole Class)
  • Online Learning
  • Homeschooling
  • Sharing on Google Classroom or Other Platforms as a Tool for Revision

-Follow us on TeachShare to be informed with new products and updates.

➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵

Other Resources:

⤞ Statistics Part 2 | High School Math PowerPoint Lesson Slides

⤞ Statistics Part 1 | High School Math PowerPoint Lesson Slides

⤞ Vectors and Systems in Space | High School Math PowerPoint Lesson Slides

⤞ Vector Product & Vector Mixed Product| High School Math PowerPoint Lesson Slides

⤞ Vectors | Multiplication of a Vector | High School Math PowerPoint Lesson Slides

$4.00

Programming in Java 16: The KeyListener

By Howlin' Husky Math Games

Hello and welcome!

Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!

I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.

The second semester of lessons are an extension and not taught in most schools. I researched and created them with a focus on students having fun while using higher level coding techniques. They are geared toward using Java to create forms and games. These sections are by far my students' favorites because they get to use images, GUI components, and animation.

These lessons are meant to be done over a few days; the idea is to get students doing cool stuff as fast as possible. With Java, that is NOT an easy task.

Topics:

Programming in Java 16 The KeyListener
The KeyListener and methods

Accepting the JFrame as a parameter

Unicode set and Virtual Keys

Using the keyboard and components

All lessons will come with the following:

a pdf slideshow

a pacing guide with hints for teaching the section and common student
errors

an assignment, differentiated with three different levels!

an answer key in pdf form

an answer key in .java form.

Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.

Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.

Welcome to the world of programming! It's going to be a blast!

Interested in more computer science content?? Check this out!

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Looping-11442643

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Arrays-11580049

https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530

https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432

Interested in more games?? Check it!

https://www.TeachShare.com/Product/DEMO-Math-Tac-Toe-Add-and-Subtract-Within-100-Multiply-and-Divide-Within-144-11161362

https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762

Interested in forms to make life easier!? Got it!

https://www.TeachShare.com/Product/MTSS-DI-RTI-Cooperative-Learning-Tiered-Groups-Based-on-Assessment-11097984

$5.00

Linear Functions and Proportionality| PowerPoint Presentation Lesson High School

By Building Bright Brains

Are you teaching your High School students about Linear Functions and Proportionality? This resource is great for you! It includes various methods for solving Directly proportional magnitudes and Inversely Proportional Magnitudes. Plenty of examples and application exercises are included. You can also easily convert this to a Google Slides lesson by dragging it into your Google Drive.

What is included?

✦ 15 total slides

✦ 10 slides for notes and examples.

✦ 4 slides for application.

✦ All steps are animated to allow the teacher to explain them gradually.

At the end of the lesson, students will be able to

✦ Apply Directly Proportional Magnitudes

✦ Apply Inversely Proportional Magnitudes

✦ Solve situation of proportionality

This resource is great for:

  • In-Classroom Teaching (Displaying for the Whole Class)
  • Online Learning
  • Homeschooling
  • Sharing on Google Classroom or Other Platforms as a Tool for Revision

-Follow us on TeachShare to be informed with new products and updates.

➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵

Other Resources:

⤞ Equation of Straight Lines | High School Math PowerPoint Lesson Slides

⤞ Permutations, Combinations, and Counting Principle | High School Math PowerPoint

⤞ Absolute value and intervals | High School Math PowerPoint Lesson Slides

⤞ Addition of Vectors | High School Math PowerPoint Lesson Slides

⤞ Thales' Theorem | PowerPoint Presentation Lesson slides High School Geometry

$2.50

Programming in Java 13: JSwing- Components and Layouts Extended

By Howlin' Husky Math Games

Hello and welcome!

Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!

I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.

The second semester of lessons are an extension and not taught in most schools. I researched and created them with a focus on students having fun while using higher level coding techniques. They are geared toward using Java to create forms and games. These sections are by far my students' favorites because they get to use images, GUI components, and animation.

These lessons are meant to be done over a few days; the idea is to get students doing cool stuff as fast as possible. With Java, that is NOT an easy task.

Topics:

Programming in Java 13 JSwing- Components and Layouts Extended
JRadioButtons

JCheckBoxes

BorderLayout

Layout = null

JTabbedPane

Fonts

All lessons will come with the following:

a pdf slideshow

a pacing guide with hints for teaching the section and common student
errors

an assignment, differentiated with three different levels!

an answer key in pdf form

an answer key in .java form.

Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.

Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.

Welcome to the world of programming! It's going to be a blast!

Interested in more computer science content?? Check this out!

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Looping-11442643

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Arrays-11580049

https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530

https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432

Interested in more games?? Check it!

https://www.TeachShare.com/Product/DEMO-Math-Tac-Toe-Add-and-Subtract-Within-100-Multiply-and-Divide-Within-144-11161362

https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762

Interested in forms to make life easier!? Got it!

https://www.TeachShare.com/Product/MTSS-DI-RTI-Cooperative-Learning-Tiered-Groups-Based-on-Assessment-11097984

$5.00

Square Roots part 2 | PowerPoint Presentation Math Lesson High School Radical

By Building Bright Brains

Are you teaching your High School students about Square Roots? This resource is great for you! Plenty of examples and application exercises are included. You can also easily convert this to a Google Slides lesson by dragging it into your Google Drive.

What is included?

✦ 24 total slides

✦ 18 slides for notes and examples.

✦ 5 slides for application.

✦ All steps are animated to allow the teacher to explain them gradually.

At the end of the lesson, students will be able to

✦ Define and explain what a square root is.

✦ Recognize the square root symbol (√) and understand its significance.

✦ Explain some square root properties.

✦ Understand Rules of Calculations.

✦ Expand & Reduce an Expression.

✦ Make comparison of Two Radicals.

This resource is great for:

  • In-Classroom Teaching (Displaying for the Whole Class)
  • Online Learning
  • Homeschooling
  • Sharing on Google Classroom or Other Platforms as a Tool for Revision

To check out Square Roots (part 1) click here

-Follow us on TeachShare to be informed with new products and updates.

➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵

Other Resources:

⤞ Powers and Radicals | High School Math PowerPoint Lesson Slides

⤞ Polynomials | High School Math PowerPoint Lesson Slides

⤞ First Degree of Equations and Inequalities | High School Math PowerPoint Lesson

⤞ Rational & Irrational Numbers | PowerPoint Presentation Math Lesson High School

⤞ Fractional Expressions | PowerPoint Presentation Lesson High School Math Algebra

$4.50

Programming in Java 15: MouseListeners

By Howlin' Husky Math Games

Hello and welcome!

Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!

I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.

The second semester of lessons are an extension and not taught in most schools. I researched and created them with a focus on students having fun while using higher level coding techniques. They are geared toward using Java to create forms and games. These sections are by far my students' favorites because they get to use images, GUI components, and animation.

These lessons are meant to be done over a few days; the idea is to get students doing cool stuff as fast as possible. With Java, that is NOT an easy task.

Topics:

Programming in Java 15 MouseListeners
MouseListener Interface and methods

MouseMotionListener Interface and methods

adding the Listener

Getting a mouse click's position

Simple Bounding Boxes

All lessons will come with the following:

a pdf slideshow

a pacing guide with hints for teaching the section and common student
errors

an assignment, differentiated with three different levels!

an answer key in pdf form

an answer key in .java form.

Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.

Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.

Welcome to the world of programming! It's going to be a blast!

Interested in more computer science content?? Check this out!

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Looping-11442643

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Arrays-11580049

https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530

https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432

Interested in more games?? Check it!

https://www.TeachShare.com/Product/DEMO-Math-Tac-Toe-Add-and-Subtract-Within-100-Multiply-and-Divide-Within-144-11161362

https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762

Interested in forms to make life easier!? Got it!

https://www.TeachShare.com/Product/MTSS-DI-RTI-Cooperative-Learning-Tiered-Groups-Based-on-Assessment-11097984

$5.00

Absolute value and intervals | High School Math PowerPoint Lesson Slides

By Building Bright Brains

Are you teaching your High School students about Absolute value and intervals? Plenty of examples and application exercises are included. You can also easily convert this to a Google Slides lesson by dragging it into your Google Drive.

What is included?

16 total slides for notes, examples and applications.

✦ All steps are animated to allow the teacher to explain them gradually.

Throughout the Lesson, students will be introduced to the following:
✦ Absolute Value in simple words

✦ Distance between two real numbers

✦ Solve Equations of Absolute Value

✦ Properties of the Absolute Value

✦ Intervals

✦ Solve inequality (less than and greater than)

This resource is great for:

  • In-Classroom Teaching (Displaying for the Whole Class)
  • Online Learning
  • Homeschooling
  • Sharing on Google Classroom or Other Platforms as a Tool for Revision

-Follow us on TeachShare to be informed with new products and updates.

➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵➵

Other Resources:

⤞ Addition of Vectors | High School Math PowerPoint Lesson Slides

⤞ Thales' Theorem | PowerPoint Presentation Lesson slides High School Geometry

⤞ Linear Functions and Proportionality| PowerPoint Presentation Lesson High School

⤞ Systems of Equations | PowerPoint Presentation Math Lesson slides High School

⤞ Equations of Parallel & Perpendicular Line | PowerPoint Presentation Lesson High

$2.50

Programming in Java OP1: Introduction to Arrays

By Howlin' Husky Math Games

Hello and welcome!

Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!

I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.

This is an optional lesson. It is part of an introductory Programming in Java course. If you are doing the full course, you might not have time for this. These lessons are meant to be done over a few days; the idea is to get students doing cool stuff as fast as possible. With Java, that is NOT an easy task.

Topics:

Programming in Java OP1: Introduction to Arrays
What is an array?

How to create and use an array

Fill, traverse, and search an array

Object arrays

All lessons will come with the following:

a pdf slideshow

a pacing guide with hints for teaching the section and common student
errors

an assignment, differentiated with three different levels!

an answer key in pdf form

an answer key in .java form.

Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.

Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.

Welcome to the world of programming! It's going to be a blast!

Interested in more computer science content?? Check this out!

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Looping-11442643

https://www.TeachShare.com/Product/Bundle-Programming-in-Java-Course-Intro-to-Java-to-Arrays-11580049

https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530

https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432

Interested in more games?? Check it!

https://www.TeachShare.com/Product/DEMO-Math-Tac-Toe-Add-and-Subtract-Within-100-Multiply-and-Divide-Within-144-11161362

https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762

Interested in forms to make life easier!? Got it!

https://www.TeachShare.com/Product/MTSS-DI-RTI-Cooperative-Learning-Tiered-Groups-Based-on-Assessment-11097984

$5.00