Curated Video
Learn and Master C Programming - Visual Studio Debug Menu
Learn some new concepts about debugging and stepping through code by the end. This clip is from the chapter "Walkthrough: Visual Studio IDE" of the series "Learn and Master C Programming For Absolute Beginners!".In this section we will...
Curated Video
C++ Developer - Section Overview - Fundamentals of C++
This video provides an overview of the course. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Brian McLogan
Learn to find the rule of a sequence with alternating signs
π Learn how to write the rule of a sequence given a sequence of numbers. A sequence is a list of numbers/values exhibiting a defined pattern. A number/value in a sequence is called a term of the sequence. To write the explicit formula of...
Brian McLogan
Condensing logarithms with multiple parentheses
π Learn how to condense logarithmic expressions. A logarithmic expression is an expression having logarithms in it. To condense logarithmic expressions means to use the logarithm laws to reduce logarithm expressions from the expanded...
Brian McLogan
Condensing a logarithmic expression using power and product property
π Learn how to condense logarithmic expressions. A logarithmic expression is an expression having logarithms in it. To condense logarithmic expressions means to use the logarithm laws to reduce logarithm expressions from the expanded...
Brian McLogan
How to find the integral with trig
π Learn how to evaluate the integral of a function. The integral, also called antiderivative, of a function, is the reverse process of differentiation. Integral of a function can be evaluated as an indefinite integral or as a definite...
Brian McLogan
Operations with grouping symbols - Math homework answers
π Learn how to add and subtract polynomials by combining like terms. Identifying like terms allows us to combine terms. Like terms are when terms share the same base and power for each variable. When you have like terms you simply apply...
Brian McLogan
Using the rules of exponents to multiply monomials
π Learn how to simplify expressions using the product rule of exponents. The product rule of exponents states that the product of powers with a common base is equivalent to a power with the common base and an exponent which is the sum of...
Brian McLogan
Overview subtracting polynomials teacher explains how to
π Learn how to subtract polynomials. To subtract polynomials, we first simplify the polynomials by removing all brackets. Then, we combine like terms. Like terms are terms that share the same base and power for each variable. When you...
Brian McLogan
Learn how to add two polynomials by combing terms with the same variable factors
π Learn how to add polynomials. To add polynomials, we first simplify the polynomials by removing all brackets. Then, we combine like terms. Like terms are terms that share the same base and power for each variable. When you have...
Brian McLogan
Classifying a polynomial by degree and number of terms
π Learn how to classify polynomials. A polynomial is an expression of the sums/differences of two or more terms having different interger exponents of the same variable. A polynomial can be classified in two ways: by the number of terms...
Brian McLogan
Find the derivative using quotient rule inside of the product rule
π Learn how to find the derivative of a function using the quotient rule. The derivative of a function, y = f(x), is the measure of the rate of change of the function, y, with respect to the variable x. The process of finding the...
Cerebellum
The Middle Ages - The Early Middle Ages 5th Century - 10th Century
This video tells the fascinating story of these thousand years of history, from around 500 A.D. to 1400 A.D. The Middle Ages are an incredibly dynamic period of history. So much of what we are familiar with today, from states to...
Blockchain Central
Make Your Bitcoin Transactions Fully Anonymous
This week on Blockchain Central: we will talk about Bitcoin tumbler or mixer. What are mixers? What is their purpose? Are they legal? Let's find out!
Brian McLogan
Factoring Blitz # 3 - Factoring Trinomials a = 1
πLearn how to factor quadratics. A quadratic is an algebraic expression having two as the highest power of its variable(s). To factor an algebraic expression means to break it up into expressions that can be multiplied together to get...
Brian McLogan
Using induction to prove that the sum formula works for any term
π Learn how to apply induction to prove the sum formula for every term. Proof by induction is a mathematical proof technique. It is usually used to prove that a formula written in terms of n holds true for all natural numbers: 1, 2, 3, ....
Brian McLogan
Learning how to determine the first five terms of an arithmetic sequence
π Learn how to determine the first five terms of an arithmetic sequence. A sequence is a list of numbers/values exhibiting a defined pattern. A number/value in a sequence is called a term of the sequence. An arithmetic sequence is a...
Brian McLogan
Learn how to find the first four terms of a simple sequence
π Learn how to determine the first five terms of an arithmetic sequence. A sequence is a list of numbers/values exhibiting a defined pattern. A number/value in a sequence is called a term of the sequence. An arithmetic sequence is a...
Brian McLogan
Factoring out the GCF to solve a quadratic equation
πLearn how to solve a quadratic equation by factoring out the GCF. When factoring out the GCF from an equation we will be looking for what the terms have in common. This method is very useful for quadratic equations that does not have...
Brian McLogan
Summary for solving a quadratic by factoring using various methods
πLearn how to solve quadratic functions. Quadratic equations are equations whose highest power in the variable(s) is 2. They are of the form y = ax^2 + bx + c. There are various techniques which can be applied in solving quadratic...
Brian McLogan
Learn to classify and determine the leading coefficient and degree of a polynomial
π Learn how to classify polynomials. A polynomial is an expression of the sums/differences of two or more terms having different integer exponents of the same variable. A polynomial can be classified in two ways: by the number of terms...
Brian McLogan
Learn how to factor an expression from a larger expression ex 32, y(y - 4) + (y - 4)
πLearn how to factor quadratics. A quadratic is an algebraic expression having two as the highest power of its variable(s). To factor an algebraic expression means to break it up into expressions that can be multiplied together to get...
Brian McLogan
Find the degree and leading coefficient of a trinomial
π Learn how to find the degree and the leading coefficient of a polynomial expression. The degree of a polynomial expression is the highest power (exponent) of the individual terms that make up the polynomial. For terms with more that...