Variable Sized Search Results

How To: Factor a trinomial by GCF then grouping

In this tutorial the instructor shows how to factor a trinomial with Greatest Common Factor (GCF) and then how to group it. The first thing you have to do when you want to factor a trinomial is look for the GCF. First factor the numerical coefficients of the terms of the equation. Now separate out the common numerical factor and if any common variable. This leaves you with a binomial to be factored. Now to solve this multiply the numerical coefficients of the first term and the last term and ...

How To: Use the Simple Trinomial factoring method

In this video, you will learn how to factor a simple trinomial. You will learn how to recognize a simple trinomial, and how to completely factor the trinomial. Also, it shows you how to factor square variables. The last example in the video explains how to factor out a negative first term. You can't just drop the negative and forget it is there. The instructor teaches you how to remove this negative, then reminds you not to forget to put the negative into your final answer.

How To: Save money by refinancing your mortgage

Just because fixed rate mortgage rates have dropped to historic lows doesn't mean that you should automatically refinance. With the economic climate you might not be able to refinance because many banks have tightened the rules for refinancing. As for who is eligible, you will need a 700-720 on your credit score to get the best rates. To refinance at all you need at least a 600. Generally it is worthwhile to refinance if you can save at least a half point off of your current rate. But you do ...

How To: Calculate simple interest

Learn how to calculate simple interest with step-by-step instructions using the formula I=prt. Simply defined, interest equals principle times rate times time. The video shows various examples of calculating this formula by plugging different variables into the equation. Although, these calculations can seem hard to follow, the way they are presented is straightforward and simple to understand. The video also explains converting percentages to decimals, which is the cornerstone of applying th...

How To: Connect to a database & add data in PHP & MYSQL

MySQL is a database for serving data on the web. This video teaches viewers how to connect to a database and add data in PHP & MySQL. PHPMyAdmin is an interface that allows you to interact with MySQL more easily. Use the form in the program to create a database; choose the name for your database and select 'create'. Next you can create tables within your database, also using the forms provided. Within the tables you can set your variables; PHPMyAdmin has fields that allow you to choose the ty...

How To: Derive the equation of a straight line

In this tutorial the instructor shows how to derive a straight line equation. He shows us a process that consists of two steps. In step one he uses the slope formula to obtain the slope of the line which is the ratio of difference of y-coordinates and difference of x-coordinates. Now in the step two he uses the slope he obtained in the first step and equates it two a another slope derivation which uses a generic x, y variables and a real point. Now solving this equation he arrives at the equa...

How To: Use the Complex Trinomial factoring method

A video from free math tutoring that teaches you a method of factorization of a complex polynomial. The tutor shown in the video demonstrates how to factorize common functions of a variable by the factor method. This video isn't for advanced learners of mathematics. It is for beginner to intermediate level viewers.

How To: Find a slope of a straight line with: Ax + By + C = 0

In this video the instructor shows how to find the slope of an equation which is in the form Ax + By + C = 0. He says that the formula to find the slope of a line in the above form is slope m = -A/B, where A and B are the numeric constants of the variables x and y in the given equation. He goes on and further shows how to do this with a couple of examples. He shows how to reduce any equation into the general form and how to apply the slope formula then. This video shows how to find the slope ...

How To: Understand the central limit theorem

Central limit theorum is easily one of the most fundamental and profound concepts in statistics and perhaps in mathematics as a whole. In probability theory, the central limit theorum (CLT) states conditions under which the mean of a suffiently large number of independent random large variables (each with finite means and variance) will be normally distributed, approximately. Huh? If you are having trouble understanding central limit theorum and need help trying to solve it, check out this tu...

How To: Make chain mail

This how-to video shows the steps for making chain mail, just like the authentic armor of the Medieval period. Making chain mail is fairly simple, requiring only a couple supplies. You will need a rod, wire cutters, two pairs of pliers, a variable speed drill, and a spool of un-galvanized fencing wire. Watch this video metalwork tutorial series and learn how to make chain mail.

How To: Find your bra size with th Berleis bra size calculator

No longer do you have to struggle with bras that just don't quite fit the way you want them to, or even worse, bras that are never comfortable despite being "your size" The Bra Size Calculator from Berlei is here to help you. All you have to do is take some simple measurements and you will know the bra size that really is the best for you.

How To: Measure your bust to find a bra that fits

Did you know that almost 85 percent of women wear the wrong bra size? Wearing the wrong size can cause sagging, discomfort and stress on your back. The right bra can be flattering to your outfit, comfortable and fitting and make you feel more confident about yourself. A bra size is composed of two measurements: your band size and your cup size. The band size is important and the bra needs to fit snugly around you, not too tight but not loose. The cup size is important to prevent breast damage...

How To: Create Packets from Scratch with Scapy for Scanning & DoSing

By using almost any packet-crafting tool, a hacker can perform denial-of-service (DoS) attacks. With the power to create just about any packet with any characteristics, a hacker can easily find one that will take down a host or network. Nmap and Hping are effective packet manipulation tools, but there's also Scapy, which is almost infinitely customizable.

How To: Build a Directory Brute Forcing Tool in Python

While attempting to hack a web app, there may come a point where the attacker may have to escape the default directory in order to access unauthorized files. This is known as a directory traversal attack. Much as the name implies, this attack involved traversing the servers directories. But in order to move to an unauthorized directory, we need to know where those directories are. Today we'll be building a tool to brute force these directory locations based on HTTP response codes. Before we g...

How To: Resize an image for print using Adobe Photoshop CS4

In this how to video, you will learn how to re-size an image for printing using Photoshop. First, open the image you want to re-size in the program. Next, go to image and select image size. From here, you will see the current size of the image. You can change the units of the sizing. The resolution is the number of dots printed per inch. De-select re-sample to change the resolution of the image only when printing. 300 is the standard resolution. When you re-size the image, make sure constrain...

How To: Factor and collect like terms

In this video, the instructor shows how to collect like terms and factorize. When you are given a linear equation, the first thing you do is to try to organize it. Pair up the like terms. Add the numerical coefficients of terms with the same variables. This is called collecting the like terms. In case you see any common factor across all the terms, pull it out and tag it to the parenthesis. In this way, you can factorize the equation. Next, bunch together your like terms and sum them up. The ...

How To: Make a tactical ninja matchbook igniter

This video tutorial will have you making your very own ninja tactical matchbook igniter. With this video, you will be able to make this cool, helpful matchbook ignitor for whatever you can dream of. Use a book of matches to make a couple of variable ignitors for fireworks, tripwires, smoke grenades, or whatever! If you need to survive in the wilderness, this is how you do it. Just matches and a few other things, that's it.

How to Train Your Python: Part 4, Basic User Input

In the last iteration of how to train your python, we covered basic string manipulation and how we can use it to better evaluate user input. So, today we'll be covering how to take user input. User input is very important to scripting. How can we do what the user says if we can't tell what the user wants? There are multiple ways to take input, we can give the user a prompt and take input from them directly, or we could use flags/switches, and take their input before the script is even execute...

News: Top 5 Extraordinary Types of Stars!

There is many different types of stars in the universe. Majority of them are red dwarf stars. However, there are plenty of stars like ordinary stars (like our sun), red giants, blue stars and etc. Furthermore, when you look in the night sky, we see a lot of small and bright stars. What people don't know is that there are stars that are not even completely understood by astronomers and scientists.