Curated Video
Excel VBA Programming The Complete Guide - The Range.AutoFit Method
Why manually adjust the width of a column when Excel can do it for you? In this lesson, we employ the Range.AutoFit method to dynamically expand a column so that it is just wide enough to fit all of its internal text. This clip is from...
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Inequalities - 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...
Brian McLogan
Find the third term of a binomial expansion
π Learn how to find the given term of a 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...
Curated Video
Reading and Writing Whole Numbers in Expanded Form (Example)
Read and write multi-digit whole numbers in expanded form.
Packt
Your First Node.js Script
Installing and Exploring Node.js: Your First Node.js Script This clip is from the chapter "Installing and Exploring Node.js" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn how to...
Curated Video
API Testing with Postman - Find the 500 Solution
Walk through the solution of the testing challenge. β’ Explain the purpose of this exercise β’ Show the first example of a 500 error β’ Show the second 500 error This clip is from the chapter "Testing Your API Calls" of the series "API...
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Surds - 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...
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Proof - 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...
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Expanding Brackets - 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...
Brian McLogan
Expanding logarithmic expressions
π Learn all about condensing and expanding logarithms. In this playlist, we will learn how to condense and expand logarithms by using the rules of logarithms. We will use the product, quotient, and power rule for logarithms that include,...
Brian McLogan
Math tutorial for expanding a logarithmic expression across multiplication
π Learn all about condensing and expanding logarithms. In this playlist, we will learn how to condense and expand logarithms by using the rules of logarithms. We will use the product, quotient, and power rule for logarithms that include,...
Brian McLogan
Algebra 2 - Expand a Logarithmic Expression and the Simplify at the End
π Learn how to evaluate natural logarithms. Recall that the logarithm of a number says 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)....
Curated Video
Repeated Factor Expressions and Exponential Notation
Write a repeated factor expression in exponential form.
Curated Video
The Doppler Effect and the Big Bang Theory
The video discusses the Doppler effect, which is the apparent change in the wavelength of a wave when the source of the wave moves relative to the observer. The narrator explains how the Doppler effect can be observed in everyday life...
Cerebellum
The Abolitionists: 1832-1844 - Webster-ashburton Treaty 1842
National Expansion (1832-1848) American democracy has a lineage of written records that we can trace to show the development of our nation, and how each document builds on those before it to make our foundation of freedom stronger. In...
msvgo
Add Using 100's Chart
This nugget demonstrates the addition of two digit numbers using the hundreds chart.
Jabzy
Prussian Crusade - 3 Minute History
In this video, Jabzy brings us historical tidbits and unknown facts about the Prussian Crusade
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Algebra - Simplifying - 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...
Curated Video
GCSE Secondary Maths Age 13-17 - Algebra: Algebraic Equation - 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...
Brian McLogan
Learn how to find the domain and range including the vertex and axis of symmetry
π Learn how to graph quadratic equations in vertex form. A quadratic equation is an equation of the form y = ax^2 + bx + c, where a, b and c are constants. The graph of a quadratic equation is in the shape of a parabola which can either...
Brian McLogan
Learn how to find the end behavior of a factored polynomial
π Learn how to determine the end behavior of the graph of a factored polynomial function. To do this we will first need to make sure we have a polynomial in standard form (i.e. we will expand all factored terms) with descending powers....
Curated Video
Organizing Large Spreadsheets with Checkboxes
In this tutorial, Justin demonstrates how to tidy up a large spreadsheet in Microsoft Excel using checkboxes. By hiding or compressing sections with checkboxes, users can easily navigate through the spreadsheet and focus on specific...
IDG TECHtalk
How to use the expand command: 2-Minute Linux Tips
In this Linux tip, weβre going to look at the expand command. It's used to replace tabs in text files with space characters (sometimes referred to as "blanks").
Curated Video
Excel VBA Programming The Complete Guide - The ComboBox Control I
The ComboBox is a dropdown of predefined options that can optionally accept a new user input. In this lesson, we create two ComboBoxes to accept a font name and a font size. This clip is from the chapter "User Forms" of the series "Excel...