Curated Video
Adding Equations in a System: Commonalities in Tables and Graphs
In this lesson, students will learn what happens when equations in a system are added together. By observing tables of values and graphs, they will understand that adding two linear equations creates a new system with the same solution...
Curated Video
Determining Real or Imaginary Solutions of Quadratic Equations with No Linear Term
In this lesson, you will learn how to determine whether the solutions of a quadratic equation with no linear term are real or imaginary. By isolating the quadratic term and considering the square roots involved, you can determine if the...
Curated Video
Discuss the importance of data : Classification tree in Python: Preprocessing
From the section: Simple Classification Tree. This section we will expand our knowledge of regression Decision tree to classification trees, we will also learn how to create a classification tree in Python. Simple Classification Tree:...
Fun Robotics
Functions in Python
Revision of python functions and describes the importance of a function in a program.
Brian McLogan
Learn to eliminate the parameter with two equations
Learn how to eliminate the parameter in a parametric equation. A parametric equation is a set of equations that express a set of quantities as explicit functions of a number of independent variables, known as parameters. Eliminating the...
Curated Video
Understanding Quadratic Expressions and Equations
In this video, the teacher explains the difference between quadratic expressions and quadratic equations. They use examples, such as a roller coaster path and building a patio with a brick border, to illustrate the concepts. The teacher...
Curated Video
Interpreting Solutions to Equations and Inequalities
In this video lesson, students will learn how to interpret solutions to equations and inequalities. They will understand the meaning of the equal sign and how it represents the same value on both sides of the equation. They will also...
Curated Video
Solving Linear Equations with Rational Numbers: Examples with Integers
In this lesson, students will learn how to solve linear equations with rational numbers by using examples with integers. They will understand that equations can have different numbers of solutions and will be able to identify whether an...
Curated Video
Identifying Systems of Equations with No Solutions
In this lesson, students will learn how to identify systems of equations with no solutions. They will understand that a system of equations is when two or more equations have the same variables and values. Through graphical and algebraic...
Math Fortress
Geometry: Measurement of Segments (Level 4 of 4)
In this last video on measurement of segments we will go over 2 challenging examples involving congruent segments and plenty of algebra to solve.
Brian McLogan
Solve an equation using the quadratic formula
👉 Learn how to solve quadratic equations using the quadratic formula. A quadratic equation is an equation whose highest power on its variable(s) is 2. The quadratic formula is a formula which can be used to find the roots of (solve) a...
Mazz Media
Controlled Experiments
n this live-action program viewers will learn experiments are a key step in the scientific process and to conduct a successful experiment, the scientist must know how to design, plan, and execute an experiment. Students will come to...
Kenhub
Medial plantar muscles of the foot (3D)
Anatomy and functions of the medial plantar muscles of the foot shown with 3D model animation.
APMonitor
Java ☕ Operators
You can think of programming like extra powerful math. Instead of working with just numbers, you can work with many different kinds of data. Just like math, programming uses special symbols called operators to make changes to and to...
Curated Video
Understanding the Influence of Multiplying Equations by Constants on Graphs
In this video, the teacher explains how multiplying an equation by a constant affects the equation and its graph. They define constants and variables, and show how multiplying every term in an equation by a constant produces an...
Curated Video
Introduction to Elasticity in Economics
This video introduces the concept of elasticity and its importance in economics. The video also discusses the significance of proportionate changes in variables and how initial values impact the calculation of elasticity. The elasticity...
Brian McLogan
Find the derivative using the constant rule
👉 Learn how to find the derivative of a function using the power rule. The derivative of a function, y = f(x), is the measure of the rate of change of the function, y, with respect to the variable x. The process of finding the derivative...
Curated Video
Determining the Number of Solutions in Equations by Recognizing Patterns
In this video lesson, students will learn how to determine the number of solutions an equation has by recognizing patterns. The teacher explains the concepts of one solution, no solution, and infinite solutions using examples and...
Visual Learning Systems
Observations and Data: Displaying Data
One of the most important processes in science is the art of observing. This video highlights different ways observations are made, emphasizing methods by which students can observe their world. Different types of data, how data is...
Curated Video
Understanding the Elimination Method for Solving Systems of Equations
The elimination method is an algebraic method used to solve systems of equations. It simplifies two equations with two variables to one equation with one variable by getting opposite coefficients.
Curated Video
Implement logical operations in a computer program : Logical Operators
From the section: Basics. In this section, we look into comments, variables and its types, list, tuples, dictionary, various operators, and loops in details. Logical operators are typically used with Boolean (logical) values. When they...