Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Data Types
The author dives into syntax and usage of primitive data types. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on coding standards,...
Curated Video
Complete Java SE 8 Developer Bootcamp - Operators: Part 1
Learn the different operators available to Java, and just as important as per the order of precedence. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about...
Curated Video
Complete Java SE 8 Developer Bootcamp - Comparator
Another option for providing sorting information is to create a Comparator object which takes two objects and returns their order. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer...
Brian McLogan
How to factor a trinomial when your middle and constant terms are positive
π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
Divide two rational expressions by simplifying
Learn how to divide rational expressions. A rational expression is an expression in the form of a fraction, usually having variable(s) in the denominator. Recall that to divide by a fraction, we multiply by the reciprocal of the...
Brian McLogan
Find all the possible real positive, real negative and complex zeros of a polynomial
π 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...
Curated Video
Simplifying Square Roots of Negative Numbers with Imaginary Unit i
In this video lesson, students will learn how to write the square root of a negative number using the imaginary unit i. The lesson explains the difference between real and imaginary numbers and demonstrates how to simplify square roots...
Packt
Data Validation and Sanitization: Part I
REST APIs and Mongoose (Task App): Data Validation and Sanitization: Part I This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will...
Curated Video
Solving Inequalities Using Multiplication or Division
In this video lesson we will apply the Properties of Inequality using Multiplication and Division. We will discover that when you multiply or divide both sides of an inequality by the same POSITIVE value the result is an equivalent...
Curated Video
Introduction to Cross Elasticity of Demand and Classification of Substitute and Complementary Goods
This video introduces the concept of cross elasticity of demand, which is the measure of how changes in the market for one product can have an impact on the market for a different product. The video explains how economists use cross...
Brian McLogan
Solving an inequality with a parenthesis on both sides
π Learn how to solve multi-step linear inequalities having 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....
Brian McLogan
How to add a negative and a positive number, (-12) + 7
π 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...
KnowMo
Factorising Quadratics - Understanding the Process and Methods
The video is a lecture presentation on the topic of factorizing quadratics in algebra. The speaker provides an overview of the concept, emphasizing that factorizing is the reverse of expanding and involves putting the quadratic...
Catalyst University
Alkene Addition versus Elimination: A Thermodynamic Approach
Alkene Addition versus Elimination: A Thermodynamic Approach
Curated Video
Complete Java SE 8 Developer Bootcamp - Comparable
The author implements the Comparable interface as one option for providing this information. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer Bootcamp".In this section, learn more about...
Brian McLogan
Master Solving and Graphing Compound OR Inequalities
Master Solving and Graphing Compound OR Inequalities
Curated Video
Graphing Quadratic Equations
In this video, the teacher explains how to graph a quadratic equation using the axis of symmetry, vertex, and T chart. They use the example of a small roller coaster at a kiddie park, showing how to find the height difference from the...
Brian McLogan
How the number of sign changes of a polynomial helps us determine the number or real zeros
π 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...
Tarver Academy
Multiplying Negatives and Positives
In This Episode, Tyler Teaches Us About Multiplying Negatives and Positives
Curated Video
Subtracting Integers Using a Number Line
Represent the subtraction of integers on a number line.
Curated Video
C++ Developer - Rethrowing Exceptions
This video explains how to rethrow exceptions. This clip is from the chapter "Exceptions and Debugging" of the series "The Complete C++ Developer Course".This section explains exceptions and debugging in C++.
Brian McLogan
Multiplying a negative number by a negative number
Multiplying a negative number by a negative number
Brian McLogan
Try To Solve an Absolute Value Equation when There Is No Solution
Learn how to solve absolute value equations with multiple steps. Absolute value of a number is the positive value of the number. For instance, the absolute value of 2 is 2 and the absolute value of -2 is also 2. To solve an absolute...
TMW Media
Standard Deviation & Variance
This program covers the important topic of Standard Deviation and Variance in Probability and Statistics. We begin by discussing what Standard Deviation and Variance is and why it is important. Next, we solve several problems that...