Instructional Video11:15
Brian McLogan

Verifying inverses

12th - Higher Ed
👉 Learn how to show that two functions are inverses. The composition of two functions is using one function as the argument (input) of another function. In simple terms composition of two functions is putting one function inside another...
Instructional Video3:15
Brian McLogan

Using foil to square a binomial radical, (sqrt(2) + sqrt(7))^2

12th - Higher Ed
👉 Learn how to multiply radicals. A radical is an expression or a number under the root symbol. To multiply the sum/difference of two or more radicals, we make use of the distributive property to expand the product and then simplify the...
Instructional Video2:31
Brian McLogan

Simplifying a rational exponent with a rational base, (4/3)^(-1/2)

12th - Higher Ed
In this video playlist I show you how to solve different math problems for Algebra, Geometry, Algebra 2 and Pre-Calculus. The video will provide you with math help using step by step instruction. Math help tutorials is just what you need...
Instructional Video2:27
Brian McLogan

Learn how to find the inverse of a rational expression

12th - Higher Ed
👉 Learn how to find the inverse of a rational function. A rational function is a function that has an expression in the numerator and the denominator of the function. The inverse of a function is a function that reverses the "effect" of...
Instructional Video3:50
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 20 - Fixing Minor Stuff - Add Logback and ApplicationContext

Higher Ed
This video demonstrates how to fix the minor stuff such as Add Logback and ApplicationContext. This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring Framework Master Class - Java Spring the...
Instructional Video8:06
Curated Video

How to Add Binary Numbers

Pre-K - Higher Ed
Quick whiteboard tutorial showing which explains how to add binary numbers together, and also what error could result when doing this in programming; for students studying GCSE Computer Science
Instructional Video3:04
Brian McLogan

How to take the square root of three different types of numbers, root(4), root(18)

12th - Higher Ed
👉 Learn how to find the square root of a number. To find the square root of a number, we identify whether that number which we want to find its square root is a perfect square. This is done by identifying a number which when raised to...
Instructional Video2:56
Brian McLogan

Math tutorial for factoring two rational expressions so that we can multiply them

12th - Higher Ed
In this video series I will show you how to multiply rational expressions. When multiplying rational expressions it is important VERY important for you to simplify your expression first by factoring. Factoring allows us to write our...
Instructional Video2:39
Brian McLogan

Learn to evaluate the compostion of two functions one quadratic

12th - Higher Ed
In this video we will discuss how to simplify radical expressions as well as apply operations such as adding, subtracting, dividing, and multiplying. f(x) = x^2 + x -12; g(x) = -2x + 1. Find g(f(3y))
Instructional Video2:34
Brian McLogan

Learn how to determine the vertical asymptotes of a rational function

12th - Higher Ed
👉 Learn how to find the vertical/horizontal asymptotes of a function. An asymptote is a line that the graph of a function approaches but never touches. The vertical asymptote is a vertical line that the graph of a function approaches but...
Instructional Video6:02
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Add More Fields to Registration

Higher Ed
In this video, we'll learn how to add more fields to registration. This clip is from the chapter "Registration" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at registration.
Instructional Video2:46
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Add Brain Tree Get Action

Higher Ed
In this video, we'll learn how to add Braintree get action. This clip is from the chapter "Advanced Concepts" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at advanced concepts
Instructional Video4:56
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Add Braintree to DI

Higher Ed
In this video, we'll learn how to add Braintree to DI. This clip is from the chapter "Advanced Concepts" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at advanced concepts
Instructional Video4:15
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Add More Properties to Existing Users Table

Higher Ed
In this video, we'll learn how to add more properties to existing users table. This clip is from the chapter "Company and User" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at company and user.
Instructional Video3:39
Brian McLogan

Simplify an expression

12th - Higher Ed
👉 Learn how to simplify rational powers using the power and the quotient rules. There are some laws of exponents which might come handy when simplifying expressions with exponents. Some of the laws include the quotient law which states...
Instructional Video2:00
Brian McLogan

Taking the square root of a monomial raised to the 4th power,

12th - Higher Ed
👉 Learn how to simplify the square root of an expression. The square root of an expression is an expression which will multiply itself twice to give the original expression. To simplify the square root of an expression, we...
Instructional Video2:20
Brian McLogan

Step by step learn how to write the inverse of a function and determine if a function or not

12th - Higher Ed
👉 Learn how to find the inverse of a linear function. A linear function is a function whose highest exponent in the variable(s) is 1. The inverse of a function is a function that reverses the "effect" of the original function. One...
Instructional Video4:42
Brian McLogan

Learn how to simplify two rational expression and then multiply them

12th - Higher Ed
In this video playlist I show you how to solve different math problems for Algebra, Geometry, Algebra 2 and Pre-Calculus. The video will provide you with math help using step by step instruction. Math help tutorials is just what you need...
Instructional Video3:21
Brian McLogan

Learning how to multiply two rational expressions by using factoring to simplify

12th - Higher Ed
In this video playlist I show you how to solve different math problems for Algebra, Geometry, Algebra 2 and Pre-Calculus. The video will provide you with math help using step by step instruction. Math help tutorials is just what you need...
Instructional Video4:07
Curated Video

Powerful Presentations With Google Slides - Adding, Deleting and Hiding Slides

Pre-K - Higher Ed
After this video, the viewer will be able to manage the slides in the presentation, add new slides, delete slides and hide slides which should not be displayed in the presentation.
Instructional Video2:54
Brian McLogan

Learning to find the surface area of a rectangular prism

12th - Higher Ed
👉 Learn how to find the volume and the surface area of a prism. A prism is a 3-dimensional object having congruent polygons as its bases and the bases are joined by a set of parallelograms. A prism derives its name from the shape of its...
Instructional Video6:02
Brian McLogan

Complete the square to identify the vertex, axis, domain and range of a quadratic equation

12th - Higher Ed
👉 Learn how to identify the vertex of a parabola by completing the square. A parabola is the shape of the graph of a quadratic equation. A quadratic equation can be written in the standard form (i.e. in the form y = ax^2 + bx + c) or it...
Instructional Video1:26
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Add Dropdown to NavBar

Higher Ed
In this video, we'll learn how to add dropdown to NavBar. This clip is from the chapter "Setting Up a Project - Bulky Book" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, we'll be setting up the project...
Instructional Video2:14
Brian McLogan

Solve an equation with rational exponents,(x - 2)^(1/3) = 5

12th - Higher Ed
👉 Learn how to solve radical equations having one radical term. To solve a radical equation having one radical terms, we isolate the radical term by placing it in one side of the equation. Next, we get rid of the radical by taking on...