Brian McLogan
How to divide a trinomial into a polynomial using long division
👉 Learn how to divide polynomials by quadratic divisors using the long division algorithm. Before dividing a polynomial, it is usually important to arrange the divisor in the descending order of powers of the variable(s). To divide a...
Brian McLogan
Graphing logarithmic equations
👉 Learn all about graphing natural logarithmic functions. A logarithmic function is a function with logarithms in them. A natural logarithmic function (ln function) is a logarithmic function to the base of e. The graph of the parent...
Brian McLogan
How to find the inverse of a linear equation domain and range
👉 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...
Curated Video
Excel VBA Programming The Complete Guide - The Parent Property on All Objects
Coming full circle, we navigate from a Range object all to the way to the top of the Excel object model (the Application object) by relying on each object's Parent property. The property returns the object enclosing the current one. This...
Curated Video
Excel VBA Programming The Complete Guide - Workbook Events and The Sh Argument
The Workbook event has its own set of event procedures. One common trend in their signatures is the presence of a Sh argument, which represents the sheet on which the event has been triggered. In this lesson, we construct a dynamic macro...
Curated Video
It's no Conundrum when Speaking Part 2 Answers Score 7
Today you will hear why my Part 2 answer about social conventions would score highly on IELTS Speaking.
Curated Video
Does your Accent Affect your IELTS Speaking Score
Today’s question asks if a student’s accent can lower their IELTS Speaking score. You can definitely have an accent in English from your first language and still get 7+ for Pronunciation. In today’s video we examine the Pronunciation...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Random Numbers (Side Topic)
This video explores Pseudo-Random Number Generators (PRNGs). This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the fundamental concepts...
Brian McLogan
Determine the domain and range from a graph
Learn how to determine the domain and range of a function given the graph of the function. Since the domain of a function is the set of all x-values we will want to identify how far left the graph goes as well as how far right to...
Rachel's English
English Vocabulary Challenge Day 12
You can improve your English vocabulary and English pronunciation by studying these vocab words, repeating them along with me to master each sound. We’ll study each word by focusing on how Americans actually pronounce it, and we’ll...
Curated Video
Learning ASP.NET Web API (Video 30)
Revolutionary changes in the mobile world introduced various type of devices such as smart phones, tablets, and IoT devices, all connected to a network based on a HTTP protocol and HTML 5. This lead to a big push to build REST-based...
Curated Video
Learning CSS (Video 16)
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
Curated Video
Describing Patterns in Data Sets: Dot Plots and Histograms
In this video, the teacher explains how to describe patterns in data sets using dot plots and histograms. They discuss the differences between dot plots and histograms, including how to identify clusters, peaks, and gaps in the data.
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Recursion mini-project 3 - Fibonacci series
Get the list size and range of ints for each list element from the user during program execution This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python,...
Curated Video
C++ 20 (2a) New Features - Composing Ranges
We need to write a piece of code that filters out even numbers from a container and returns them multiplied by two. In other example we take n integers from container and compute their squares. • Use views: filter and transform • Use...
Let's Tute
Microsoft Excel Tutorial: Working with Sum Function
In this Microsoft Excel tutorial, we learn how to use the sum function to add numbers together. We also explore how to use cell numbers or ranges as arguments in the sum function, and how Excel ignores text when adding numbers....