Instructional Video3:37
Brian McLogan

Write the equation of the polynomial given the zeros

12th - Higher Ed
👉 Learn how to write the equation of a polynomial when given imaginary zeros. Recall that a polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The...
Instructional Video2:31
Brian McLogan

Simplify an expression with ratinal exponents, (-8y^9)^(1/3)

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

Tutorial - Learn what is root of a number means with even and odd roots, cuberoot(64), cuberoot(-64)

12th - Higher Ed
n 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 Video1:30
Brian McLogan

Taking the odd root of a negative term, fifth root

12th - Higher Ed
👉 Learn how to find the 5th root of an expression. To find the 5th root of an expression, if the exponent of the expression is a multiple of 5, then the 5th root of the expression is the base of the expression with an exponent that is...
Instructional Video3:53
Brian McLogan

Lean How to Multiply Two Binomials with Radical Terms

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 Video3:38
Brian McLogan

How to solve an equation with an expression raised to a fractional power

12th - Higher Ed
👉 Learn how to deal with Rational Powers or Exponents. Exponents are shorthand for repeated multiplication of the same thing by itself. This process of using exponents is called "raising to a power", where the exponent is the "power"....
Instructional Video2:02
Brian McLogan

Learn how to simplify the product of the cube root of two numbers ex 6

12th - Higher Ed
👉 Learn how to multiply radicals. A radical is an expression or a number under the root symbol. To multiply radicals with the same root, it is usually easy to evaluate the product by multiplying the numbers or expressions inside the...
Instructional Video1:43
Brian McLogan

Learn how to take the fourth root of a variable expression, fourth root

12th - Higher Ed
👉 Learn how to find the 4th root of an expression. To find the 4th root of an expression, if the exponent of the expression is a multiple of 4, then the 4th root of the expression is the base of the expression with an exponent that is...
Instructional Video2:27
Brian McLogan

Learn how to take the cube root of a variable expression, cube root(16x^5)

12th - Higher Ed
👉 Learn how to find the 3rd root of an expression. To find the 3rd root of an expression, if the exponent of the expression is a multiple of 3, then the 3rd root of the expression is the base of the expression with an exponent that is...
Instructional Video1:18
Brian McLogan

Learn how to rewrite and simplify an expression raised to a rational power

12th - Higher Ed
Learn how to evaluate numbers raised to rational powers. When given a number raised to a rational power, we take the nth root of the number where n is the number in the denominator of the rational power, then we raise the result to a...
Instructional Video2:15
Brian McLogan

Learn how to use the power rule with fractional powers then simplify

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

Learn how to rewrite an expression with a negative fraction power in denominator

12th - Higher Ed
Learn how to evaluate numbers raised to rational powers. When given a number raised to a rational power, we take the nth root of the number where n is the number in the denominator of the rational power, then we raise the result to a...
Instructional Video6:38
Brian McLogan

Use descartes rule of signs to find the number of positive and negative real zeros

12th - Higher Ed
👉 Learn about Descartes' Rule of Signs. Descartes' rule of the sign is used to determine the number of positive and negative real zeros of a polynomial function. Knowing the number of positive and negative real zeros enables also to also...
Instructional Video4:46
Brian McLogan

Where do logarithms come from

12th - Higher Ed
👉 Learn all about logarithms. The logarithm of a number say a to the base of another number say b is a number say n which when raised as a power of b gives a. (i.e. log [base b] (a) = n means that b^n = a). The logarithm of a number is...
Instructional Video1:37
Infognostica

Buddhist philosophy - How to deal with ANGER according to Buddhism

9th - 12th
How do we deal with anger? Buddha says by understanding it. Well this video will hopefully help explain what anger actually is so we can see it in ourselves.
Instructional Video5:36
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - Upload Your Site via FTP

Higher Ed
Website Deployment - Shared Host: Upload Your Site via FTP This clip is from the chapter "Website Deployment - Shared Host" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll deploy a website...
Instructional Video7:48
Curated Video

Machine Learning Random Forest with Python from Scratch - Structure

Higher Ed
In this video, we will discuss the structures of a Random Forest, namely forest, tree, leaf node, and decision node. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Instructional Video12:53
Let's Tute

Real Numbers: Irrational Numbers

9th - Higher Ed
In this video, the teacher explains the concept of rational and irrational numbers, and how to identify them using examples of integers, terminating decimals, and non-terminating repeating decimals. The teacher also shows how to prove...
Instructional Video11:13
Music Matters

How to Build Major and Minor Chords - Music Theory

9th - 12th
Learn how to build and recognise major and minor chords. This music theory lesson teaches you how to construct major and minor chords above any given note. Two techniques are explained, one based on intervals and the other based on...
Instructional Video6:42
Curated Video

The Full Stack Web Development - Creating a MySQL Database

Higher Ed
Backend Programming with PHP: Creating a MySQL Database This clip is from the chapter "Backend Programming with PHP" of the series "The Full Stack Web Development".Here, we talk about all the basics of PHP and move on to OOP, integrate...
Instructional Video5:21
Curated Video

The Full Stack Web Development - Linux Installation

Higher Ed
Backend Programming with PHP: Linux Installation This clip is from the chapter "Backend Programming with PHP" of the series "The Full Stack Web Development".Here, we talk about all the basics of PHP and move on to OOP, integrate MySQL,...
Instructional Video9:03
IDG TECHtalk

Creating a simple website with the Django framework

Higher Ed
Django is among Python's most popular web framework packages. Here's how to get up and running with a simple project.
Instructional Video1:12
Brian McLogan

Solving a inequality with a square root

12th - Higher Ed
👉 Learn how to solve multi-step linear inequalities having no 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....
Instructional Video5:50
Curated Video

Complete Modern C++ - Filesystem - path

Higher Ed
This video introduces filesystem library components. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null