Instructional Video13:00
Curated Video

C++ for Beginners - The "if", "else if", and "else" Statements

Higher Ed
In this video, David examines decision making using the "if" and the "else" statements, to control program flow. This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if", "else if", and...
Instructional Video5:35
Brian McLogan

Graphing a quadratic function in standard form

12th - Higher Ed
๐Ÿ‘‰ Learn how to graph quadratics in standard form. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
Instructional Video4:51
Curated Video

Expanding Expressions with the Distributive Property

K - 5th
In this video, we explore the concept of equivalent expressions and how to use the distributive property to expand and simplify them. We demonstrate how to break down the expression into groups and then multiply to find the simplified...
Instructional Video3:13
Brian McLogan

How to determine the quotient of two negative mixed numbers

12th - Higher Ed
๐Ÿ‘‰ Learn how to divide mixed numbers. To divide mixed numbers, we first convert the mixed numbers to improper fractions. After we have converted the mixed numbers to improper fractions, we can then multiply the first fraction by the...
Instructional Video6:36
Brian McLogan

Graphing a quadratic function in standard form

12th - Higher Ed
๐Ÿ‘‰ Learn how to graph quadratics in standard form. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
Instructional Video3:02
Curated Video

Identifying Implied Information in Part to Part Ratios

K - 5th
In this video, the teacher explains the concept of ratios and focuses specifically on part to part ratios. The teacher emphasizes the importance of identifying implied information in ratios and demonstrates this by using a scenario of a...
Instructional Video2:37
Brian McLogan

Composing a linear function into a quadratic linear function

12th - Higher Ed
Composing a linear function into a quadratic linear function
Instructional Video1:40
Brian McLogan

Algebra 2 - Learn how to add two sets of complex numbers using the imaginary unit i

12th - Higher Ed
In this video playlist you will learn how to simplify complex numbers under a radical as well as raised to a higher power. You will learn to add, subtract, multiply and divide complex numbers to write in simplified standard form. When...
Instructional Video3:41
Curated Video

Multiplying Negative Integers: Understanding the Distributive Property

K - 5th
In this lesson, students learn about the rules of multiplying negative integers by using the distributive property. They explore examples and understand that when multiplying a negative integer by a negative integer, the product is...
Instructional Video5:56
Brian McLogan

Summary for solving a quadratic in standard form

12th - Higher Ed
๐Ÿ‘‰Learn how to solve quadratic functions. Quadratic equations are equations whose highest power in the variable(s) is 2. They are of the form y = ax^2 + bx + c. There are various techniques which can be applied in solving quadratic...
Instructional Video3:23
Brian McLogan

Solving a proportion using distributive property

12th - Higher Ed
๐Ÿ‘‰ Learn how to solve proportions. Two ratios are said to be proportional when the two ratios are equal. Thus, proportion problems are problems involving the equality of two ratios. When given a proportion problem with an unknown, we...
Instructional Video4:00
Brian McLogan

Solving a multi step inequality with distributive property

12th - Higher Ed
๐Ÿ‘‰ Learn how to solve multi-step linear inequalities having parenthesis. An inequality is a statement in which one value is not equal to the other value. An inequality is linear when the highest exponent in its variable(s) is 1. (i.e....
Instructional Video3:09
Brian McLogan

How to determine the slope between two points

12th - Higher Ed
๐Ÿ‘‰ Learn how to find the slope between two points. The slope of a line is the steepness of the line. The horizontal line has a zero slope while the vertical line has an undefined slope. To determine the slope of a line passing through two...
Instructional Video2:48
Curated Video

Rewriting Problems with Rational Numbers Using Properties of Multiplication and Division

K - 5th
In this lesson, students learn how to rewrite problems involving rational numbers by applying properties of multiplication and division. They review the commutative property, which states that the order of numbers being multiplied or...
Instructional Video3:22
Brian McLogan

Find the angle between two vectors

12th - Higher Ed
Learn how to determine the angle between two vectors. To determine the angle between two vectors you will need to know how to find the magnitude, dot product and inverse cosine. Then, the angle between two vectors is given by the inverse...
Instructional Video7:16
Tarver Academy

8-6 Vectors - GEOMETRY

12th - Higher Ed
In This Episode, Tyler Teaches Us About Vectors - Geometry
Instructional Video2:59
Brian McLogan

Use Order of operation to simplify the expression

12th - Higher Ed
๐Ÿ‘‰ Learn how to simplify mathematics expressions. A mathematis expression is a finite combination of numbers and symbols formed following a set of operations or rules. To simplify a mathematics expression means to reduce the expression...
Instructional Video1:32
Brian McLogan

Combining like terms with distributive property in two expressions

12th - Higher Ed
๐Ÿ‘‰ Learn how to simplify mathematics expressions. A mathematis expression is a finite combination of numbers and symbols formed following a set of operations or rules. To simplify a mathematics expression means to reduce the expression...
Instructional Video4:54
Curated Video

Multiplying Exponential Expressions

K - 5th
In this video, students will learn how to multiply exponential expressions by exploring patterns and applying the properties of exponents. The teacher explains the concept of exponents and the associative property of multiplication.
Instructional Video4:33
Brian McLogan

Find the partial sum of the geometric series

12th - Higher Ed
๐Ÿ‘‰ Learn how to find the geometric sum of a series. A series is the sum of the terms of a sequence. A geometric series is the sum of the terms of a geometric sequence. The formula for the sum of n terms of a geometric sequence is given by...
Instructional Video2:47
FuseSchool

Expanding Single Brackets

6th - Higher Ed
In algebra expanding brackets means to remove the brackets. 2(3x - 4) = 6x - 8. Brackets and parentheses both mean the same thing. In this video weโ€™ll look at how to expand single brackets 2(3x - 4), and in another video weโ€™ll discover...
Instructional Video4:07
FuseSchool

Expanding Double Brackets

6th - Higher Ed
In this video weโ€™re going to look at how to expand double brackets. Once we know how to expand double brackets, weโ€™ll also be able to expand triple brackets and so on, so weโ€™ll have a look at a triple bracket example towards the end of...
Instructional Video8:14
Curated Video

C++ for Beginners - The "case" Statement

Higher Ed
In this lesson, your instructor examines how to control program flow with a case statement. This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if", "else if", and "else" Statements
Instructional Video12:10
Packt

Arrow Functions

Higher Ed
Asynchronous JavaScript, Ajax & Fetch API: Arrow Functions This clip is from the chapter "Asynchronous JavaScript, Ajax & Fetch API" of the series "Modern JavaScript from the Beginning".In this section, you will learn about asynchronous...