Curated Video
Solving Problems with Congruence Criteria
In this video, the teacher explains how to solve problems involving congruent triangles using congruence criteria. The three types of criteria discussed are side-side-side, side-angle-side, and angle-side-angle. The teacher also provides...
Virtually Passed
Fitting a Line using Least Squares #SoME2
The Least Squares method is widely used to fit curves to data. This is called Least Squares regression. This video shows how to solve the ordinary least squares minimization problem for 1 unknown and 2 unknowns. In practice though, it...
Brian McLogan
Master solving word problems using inverse trigonometry
Master solving word problems using inverse trigonometry
Brian McLogan
Learn how to find the width and height of a box with polynomials
👉 Learn about dividing by synthetic division when there is a missing power. Synthetic division is a method of dividing polynomials by linear expressions. To divide using synthetic division, we equate the divisor to 0 and then solve for...
Tarver Academy
30 60 90 Triangles CHEAT CODE SHORTCUT
In This Episode, Tyler Teaches Us About 30 60 And 90 Triangles - CHEAT CODE SHORTCUT
Science360
How Will Climate Change Affect Drought? - The Water Cycle
How will climate change affect drought in the western United States?
Curated Video
Develop a computer program to solve a problem using control structures : For Loops
From the section: Python Crash Course. In this section, the author covers Python and provides a crash course on this. Python Crash Course: For Loops
Brian McLogan
Given two similar triangles determine the values of x and y for the angles
👉 Learn how to solve with similar triangles. Two triangles are said to be similar if the corresponding angles are congruent (equal). Note that two triangles are similar does not imply that the length of the sides are equal but the sides...
Brian McLogan
How to write a proportion of lengths and corresponding angles for two triangles
👉 Learn how to solve with similar triangles. Two triangles are said to be similar if the corresponding angles are congruent (equal). Note that two triangles are similar does not imply that the length of the sides are equal but the sides...
Brian McLogan
Given the ratio of sides and perimeter of a triangle find the lengths
👉 Learn how to solve with the ratio of sides and angles of a triangle. Given the ratio of the sides of a triangle and the perimeter of the triangle, we can solve for the actual lengths of the triangle. Similarly, when the ratio of the...
Brian McLogan
How to find the missing value using the diagonals of a rectangle
👉 Learn how to solve problems with rectangles. A rectangle is a parallelogram with each of the angles a right angle. Some of the properties of rectangles are: each pair of opposite sides are equal, each pair of opposite sides are...
KnowMo
Understanding Circle Components and Definitions
This video provides an overview of the different components of a circle and their definitions. The video explains the circumference, diameter, radius, sector, arc, tangent, and chord of a circle, and how they relate to each other. The...
KnowMo
Rectangular Areas: Understanding and Calculating Area of Rectangles and Composite Shapes
This video lecture provides an introduction to rectangular areas and how to calculate them. The speaker explains the concept of area as the space inside a 2D shape and the formula for calculating it by multiplying two side lengths...
Curated Video
Equation of a Circle Centered at a Point: Explained and Solved Examples
This video is a presentation on the equation of a circle. The presenter explains the general formula for the equation of a circle centered at the origin and at a particular point of AB. The video also covers how to calculate the radius...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Project specs and runtime execution intro
Visual presentation and complexity analysis of the selection sort algorithm 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
Given the endpoints of axes to write the equation of an ellipse
Learn how to write the equation of an ellipse from its properties. The equation of an ellipse comprises of three major properties of the ellipse: the major radius (a), the minor radius (b) and the center (h, k). The ellipse is vertical...