Curated Video
C++ for Beginners - The "if", "else if", and "else" Statements
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...
Brian McLogan
Graphing a quadratic function in standard form
๐ 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...
Curated Video
Expanding Expressions with the Distributive Property
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...
Brian McLogan
How to determine the quotient of two negative mixed numbers
๐ 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...
Brian McLogan
Graphing a quadratic function in standard form
๐ 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...
Curated Video
Identifying Implied Information in Part to Part Ratios
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...
Brian McLogan
Composing a linear function into a quadratic linear function
Composing a linear function into a quadratic linear function
Brian McLogan
Algebra 2 - Learn how to add two sets of complex numbers using the imaginary unit i
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...
Curated Video
Multiplying Negative Integers: Understanding the Distributive Property
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...
Brian McLogan
Summary for solving a quadratic in standard form
๐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...
Brian McLogan
Solving a proportion using distributive property
๐ 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...
Brian McLogan
Solving a multi step inequality with distributive property
๐ 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....
Brian McLogan
How to determine the slope between two points
๐ 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...
Curated Video
Rewriting Problems with Rational Numbers Using Properties of Multiplication and Division
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...
Brian McLogan
Find the angle between two vectors
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...
Brian McLogan
Use Order of operation to simplify the expression
๐ 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...
Brian McLogan
Combining like terms with distributive property in two expressions
๐ 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...
Curated Video
Multiplying Exponential Expressions
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.
Brian McLogan
Find the partial sum of the geometric series
๐ 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...
FuseSchool
Expanding Single Brackets
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...
FuseSchool
Expanding Double Brackets
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...
Curated Video
C++ for Beginners - The "case" Statement
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
Packt
Arrow Functions
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...