Curated Video
Solving Simple Equations (Using Inverse Operations)
This video lesson will review vocabulary and properties necessary for solving one-step equations. Students will solve equations using addition, subtraction, multiplication or division. Practice problems have been provided where you can...
Curated Video
Comparing Fractions with Area Models and Common Denominators
In this video, students learn how to compare fractions with different numerators and denominators by using area models to create common denominators. The teacher emphasizes the importance of considering both the numerator and denominator...
Brian McLogan
Given an angle measure solve for the missing variable ex 2
👉 Learn how to find the value of an unknown variable in the expressions representing the values of angles given the relationship between the angles. When given expressions representing the values of angles and the relationship between...
Brian McLogan
How to verify a trigonometric identity
👉 Learn how to verify trigonometric identities by expanding the trigonometric expressions. When the given trigonometric expressions involve multiplications with more than one term in parenthesis, we start by expanding the expressions...
Curated Video
C++ 20 (2a) New Features - Rewriting and Synthetizing Expressions
How is defaulted three-way comparison operator able to handle all standard comparisons, even if it is the type that supports it is on right hand side? • Discuss rewriting expressions • Discuss synthetizing expressions • Verify that...
Brian McLogan
Difference between equivalent fractions and equations
Learn how to add/subtract rational expressions. A rational expression is an expression in the form of a fraction where the numerator and/or the denominator are/is an algebraic expression. When adding or subtracting rational expressions...
Brian McLogan
Convert the given angle from radians to degrees
👉 Learn how to convert angles from radians to degrees. Recall that pi radians is equivalent to 180 degrees. Thus, when given an angle in radians, to convert the angle to degrees we multiply the given angle radians by the ratio 180/pi.
Curated Video
Using Point-Slope Form to Write the Equation of a Line
In this video, the teacher explains how to write equations of lines in point slope form using a given point and slope or two given points. The video also covers how point slope form relates to slope and how to convert point slope form to...
Curated Video
Expanding the Equation of a Circle: Finding the Center and Radius
The video discusses how to expand and interpret the equation of a circle. The presenter demonstrates how to expand the equation, rearrange it, and identify the center and radius of the circle using the expanded format. The video also...
Brian McLogan
Convert an angle from degrees to radians
👉 Learn all about angles of trigonometry. In this playlist, we will explore what makes up an angle and how to graph an angle in degrees or radians to determine the quadrant. We will then take a look at angle relationships such as...
Curated Video
GCSE Secondary Maths Age 13-17 - Number: Fraction Problems 2 - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Why U
Pre-Algebra 19 - Converting Terminating Decimal Numbers to Fractions
Decimal numbers with a finite number of digits after the decimal point can be easily converted into fractions. This chapter explains why.
Brian McLogan
Adding and simplifying two trigonometric fractions
👉 Learn how to simplify rational identities involving addition and subtraction. To simplify rational identities involving addition and subtraction, first, we find the LCM of the denominators which most time is the product of the terms in...
Brian McLogan
Algebra 2 - using the quotient rule of logarithms and properties of exponents to solve an equation
In this video series I will show you how to apply the properties of logarithms to solve an equation. The three main properties of logarithms we will focus on will be the product, quotient, and power rule of exponents. We will apply these...
Curated Video
Similar Figures
In this video lesson, we will learn the definition of similar figures. Similar figures are figures that are the same shape but different sizes. Similar figures have corresponding sides that are proportional and corresponding angles that...
Curated Video
Writing Values as Expressions with Powers of 10
In this video, students learn how to write values as expressions containing powers of 10 using scientific notation. They are taught that when multiplying a number by a power of 10, the value of each digit increases and when dividing by a...
Curated Video
Learn and Master C Programming - Pointers and Arrays
We will learn how pointers and arrays are related and how we can treat array name as a pointer in some situations. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Brian McLogan
MASTER writing a quadratic in vertex form by completing the square to identify the vertex
MASTER writing a quadratic in vertex form by completing the square to identify the vertex
Curated Video
Rewriting Simple Rational Expressions: Identifying Common Factors
In this video, the teacher explains how to rewrite simple rational expressions by identifying common factors. They provide examples and demonstrate how to rewrite expressions in equivalent forms.
Curated Video
How to Write Repeating Decimals as Fractions
This video lesson will introduce the steps of converting a repeating decimal to a fraction algebraically. You will also learn the pattern associated with the number of digits that repeat. Grade 8 Common Core Topics/Standards
Python Programmer
EDA Python - 15-1List-dictionary_Comprehensions
Python has a way of creating lists and dictionaries known as comprehensions. They are concise and very pythonic. They're covered in this video.
Curated Video
Learn and Master C Programming - How to declare and use string arrays
The author introduces you to arrays of strings in C/C++. This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work with strings and string function like...