Brian McLogan
How to use binomial expansion to expand a binomial to the 7th power
π Learn how to expand a binomial using binomial expansion. A binomial expression is an algebraic expression with two terms. When a binomial expression is raised to a positive integer exponent, we usually use the binomial expansion...
Brian McLogan
What are the equations for a hyperbolas with a horizontal and vertical transverse axis
Learn all about hyperbolas. A hyperbola is a conic section with two fixed points called the foci such that the difference between the distances of any point on the hyperbola from the two foci is equal to the distance between the two...
Curated Video
Using the Partial Sums Method to Solve Addition Problems
In this lesson, students will learn how to solve addition problems using the partial sums method. They will understand how to break down numbers into expanded form and add the values of each place before combining them for a final sum....
Curated Video
Adding Numbers Using the Partial Sums Method
In this video, the teacher explains the partial sums method for solving addition problems. The method involves breaking down numbers into their expanded form and adding the values of each place before combining them for a final sum.
Bethany Thiele, Art Teacher
Watercolor Values and Basic Techniques
Bethany shows watercolor values and basic techniques
Curated Video
Learning Python Web Penetration Testing (Video 15)
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Curated Video
Solving Ratio Problems with Tables and Multiplication
In this video, students learn how to solve ratio problems by using tables and multiplication. They are taught to set up a ratio table with the given ratio and use the pattern of adding 2 cups of grape juice for every 3 cups of apple...
Curated Video
Learning D3.JS 5.0 6.4: Putting a Label
To complete the bar chart, we will add labels. β’ Write the code for labels and view the results β’ Play with the βxβ and βyβ coordinates β’ Finalize the βxβ and βyβ coordinates and display the datacorrectly
All In One Social Media
Make Better Linkedin Videos // 5x Your Engagement With These Tips!
Make better Linkedin videos with this break down of what you need to do & give you my insider tips.
TLDR News
Washington D.C. & Puerto Rico's Statehood: Will Biden Add Two New States to the Union - TLDR News
Everyone knows the iconic US flag with its 50 stars representing the 50 states of the union, however, that could be set to change. That's because there's increasing pressure to enfranchise voters in Washington D.C. & Puerto Rico - with...
Packt
Designing a Linked List β Part 2
This is the second part of the four-part video that dives deep into the default settings to design a linked list. This clip is from the chapter "Question 4: Design of a Linked List" of the series "Data Structures and Algorithms: The...
Brian McLogan
How to determine the slope between two points using the formula
π 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...
Brian McLogan
Finding the value of x for a hexagon using interior sum theorem
π Learn how to solve for an unknown variable in the interior angle of a polygon. A polygon is a plane shape bounded by a finite chain of straight lines. The interior angle of a polygon is the angle between two sides of the polygon. The...
Let's Tute
Creating a Landscape: Painting a Beautiful Pangong Lake
This video demonstrates how to create a beautiful landscape painting of Pangong Lake using acrylic colors. It guides viewers through each step, from securing the canvas with masking tape to adding details and blending colors to bring the...
Brian McLogan
What are the angles of the unit circle in degrees
π Learn about the angles on the unit circle. A unit circle is a circle which radius is 1 and is centered at the origin in the cartesian coordinate system. To construct the unit circle we take note of the points where the unit circle...
Brian McLogan
Learning to subtract two polynomials with multiple terms
π Learn how to subtract polynomials. To subtract polynomials, we first simplify the polynomials by removing all brackets. Then, we combine like terms. Like terms are terms that share the same base and power for each variable. When you...
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Building and Publishing the Azure Active Directory (AD) Application
This video shows how to build and publish the Azure AD application. This clip is from the chapter "AZ-204 Azure Authentication" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section focuses on AZ-204 Azure...
Brian McLogan
Solving a two step inequality
π Learn how to solve two-step linear inequalities and graph their solution. When solving two step inequalities we will use inverse operations, reverse order of operations and the properties of equality to solve. We will then graph our...
Curated Video
Complete Modern C++ - Project - Part II (Account and Savings Implementation)
This video shows implementation of the Account hierarchy. This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will work on a project to...
Brian McLogan
Solve Two Step Equation Worksheet | 22 Examples
πIn this video I will work through 22 different examples of solving two step equations using a worksheet I created for my students. I will use the properties of equality, inverse operations and reverse order of operations to isolate the...
Brian McLogan
Pre-Calculus - Adding two complex numbers - Online Tutor (8+ root(-18)) + (5- root(-50))
In this math tutorial I will show you how to add and subtract complex numbers. You will learn the steps in adding rational complex numbers and rational expressions with imaginary. Like polynomials when adding complex numbers we can only...
Brian McLogan
Pre-Calculus - Learn how to add complex numbers the right way (-2+ root(-8)) + (5- root(-50))
In this math tutorial I will show you how to add and subtract complex numbers. You will learn the steps in adding rational complex numbers and rational expressions with imaginary. Like polynomials when adding complex numbers we can only...
Brian McLogan
Pre-Calculus - Subtracting complex rational numbers with standard form, (2/(1 + i)) - (3/(1 - i))
In this math tutorial I will show you how to add and subtract complex numbers. You will learn the steps in adding rational complex numbers and rational expressions with imaginary. Like polynomials when adding complex numbers we can only...
Brian McLogan
Evaluating the sum of an infinite series
π Learn how to find the sum of a series using sigma notation. A series is the sum of the terms of a sequence. The formula for the sum of n terms of an arithmetic sequence is given by Sn = n/2 [2a + (n - 1)d], where a is the first term, n...