FuseSchool
Learn How to Use Positive Number lines to add
Learn how to use positive number lines to add!
KnowMo
Types of Numbers: Odd and Even, Positive and Negative, Integers and Non-Integers
This video is a lecture presentation on types of numbers. The presenter explains the different kinds of numbers such as odd and even numbers, positive and negative numbers, integers and non-integers. The video includes visual aids and...
Curated Video
Converting Repeating Decimals into Fractions: Proving Rationality
This video introduces the concept of rational numbers and discusses the skepticism surrounding repeating decimals. Through examples and a pattern, the teacher shows how to convert repeating decimals into fractions, providing a clear...
Curated Video
C++ Developer - Project - Reading Data from File and Printing Statistics
This video presents a project to read data from file and print statistics. This clip is from the chapter "File Input and Output" of the series "The Complete C++ Developer Course".This section explains file input and output.
Curated Video
C++ Developer - Variables and Data Types - Part 3
This is the third part of a three-part video that explains variables and data types. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
IDG TECHtalk
NumPy, the Python library for faster math and data science apps
The NumPy library accelerates Python's number-crunching powers, while keeping Python's ease of use and flexibility. Learn in this video the basics of NumPy's use, where it shines, and where it's less effective.
Curated Video
Proof by Deduction and Examples
In this video, the topic of "proof by deduction" is discussed. The concept of logical consequence is introduced and explained, and various examples are provided to demonstrate how to use proof by deduction to prove mathematical...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Recursion mini-project 2 - Factorial
Build a function that generates lists of integers of various sizes and ranges This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Brian McLogan
Algebra 2 - Why do we rationalize the denominator with complex numbers, (6 + 8i)/9i
In this video tutorial I show you how to divide complex numbers. Since complex numbers have an imaginary part which we cannot divide into other numbers we rewrite the expression by multiplying by i or the conjugate on the denominator or...
Curated Video
Subtracting Integers: Understanding the Difference Definition and its Relation to Distance
In this video, the teacher explains how to subtract integers using the difference definition of subtraction on a number line. They also discuss the concept of distance and how it relates to subtraction. The teacher provides examples and...
Brian McLogan
Basic Math - Adding a positive to a negative integer
👉 You will learn how to add and subtract integers. We will work through adding and subtracting two integers up to multiple integers. We can look at adding and subtracting integers by looking at there values on a number line where there...
Curated Video
C++ Developer - Parameter Passing: Pass-By-Value and Pass-By-Reference
This video explains parameter passing methods: pass-by-value and pass-by-reference. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
FuseSchool
How to multiply whole numbers by double digit numbers
How to multiply whole numbers by double digit numbers | Numbers | Maths | FuseSchool Learn how to multiply whole numbers by double digit numbers.
APMonitor
Python 🐍 Variables
Variables store information and are objects in Python. For example, if you wanted to keep a set temperature for an egg, you would type egg = 37.5 for °C or egg = 99.5 for °F. The first part tells what the variable will be called, and the...
Curated Video
Use variables to store data : Variables in Python
From the section: A Full Python Refresher. This section is about Python Refresher and includes lectures on Variables in Python, Methods, List, tuple and sets. A Full Python Refresher: Variables in Python
Math Fortress
GRE Arithmetic: Integers (Part 3 of 4)
This video is a review of basic arithmetic for the purpose of solving problems on the quantitative reasoning section of the GRE revised General Test. This video covers the basics of integers. Topics covered include: Division, Division as...
Brian McLogan
Learn how to factor integers
👉 Learn how to factor a number, variable, and monomial completely. To factor means to write our term as a product of its factors. Therefore we will learn how to break down a number, variable, and monomial into its factors.
FuseSchool
Examples Of Positive & Negative Numbers In Banking
This video uses the real world example of banking to explain the concept of positive and negative numbers.
Brian McLogan
Solving a quadratic equation by factoring using AC method
we find two factors of the product of the constant term (the term with no variable) and the coefficient of the squared variable whose sum gives the linear term. These factors are now placed in separate brackets with x to form the factors...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Lambda expressions and map function
Working with numbers and computation along with type casting and getting input from user This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about...
Why U
Pre-Algebra 33 - Real Numbers
There are an infinite number of rational numbers, but there are infinitely more irrational numbers. Neither type of number can represent every type of numeric quantity. By combining the rational and irrational numbers into the real...
FuseSchool
Cube Numbers
Cube Numbers | Numbers | Maths | FuseSchool Are you ready to learn how to use advanced level cube numbers? FuseSchool makes it easy!
Curated Video
Adding and Subtracting Rational and Irrational Numbers
This video explains how to predict the result of adding and subtracting rational and irrational numbers by looking at general cases algebraically. It covers the definitions of rational and irrational numbers and emphasizes that adding...
Brian McLogan
Finding the quotient of two numbers
👉 In this video series you will learn how to divide integers. We will discuss basic division and then move to division using long division. Integers will be single digit as well as multi-digit problems. When a number the divisor does not...