-
What are Sig Figs? Tutorial
Posted on November 4th, 2009 1 commentBy the end of this tutorial you will understand:
- What sig figs are.
- The fastest way to find to the sig figs.
- How to place your answer in sig figs after arithmetic.
What are sig figs?
Simply put, sig figs is the degree of reliability for a measurement. Calculations done on a measurement are as accurate as the least reliable measurement. You will encounter sig figs in chemistry, when dealing with atomic structures, and molecular. It’s worth noting that Sig Figs are commonly called Significant Figures, or Significant Digits. But I prefer Sig Figs.
The fastest way to finding sig figs.
The traditional way of teaching sig figs contains too many conditions. List of rules here. So, I found a way to simplify the approach into the following statement.
Sig figs are the number of digits from the “first nonzero” to the “last position”.
The “Last Position” is the last number’s position if the measurement has a decimal. Otherwise, the “Last Position” is the last non-zero’s position.
The “First NonZero” is the position of the first non-zero.Another way of writing this is below.
Number of sig figs = ( “Last Position” – “First NonZero” ) + 1
NOTE: If the measurement is defined, then all the numbers are sig figs.Now let’s do a few examples.
Note that “method 1″ is done by counting. While method 2 is done by using the algorithm.Question 1: 1200 has how many sig figs?
Answer: 2 sig figs.
Method 1: The first is 1, and the last is 2. There are two digts from digit 1 to digit 2. Therefore 2 sig figs.
Method 2: ( “Last Position” – “First NonZero” ) + 1 ) = (2 – 1) + 1 = 1 + 1 = 2 sig figsQuestion 2: 1200.25 has how many sig figs?
Answer: 6 sig figs
Method 1: The first is digit 1 and the last is digit 5 because there is a decimal. There are 6 digits from 1 to 5. Therefore 6 sig figs.
Method 2: ( “Last Position” – “First NonZero” ) + 1 ) = (6 – 1) + 1 = 5 + 1 = 6 sig figsQuestion 3: 0.0025 has how many sig figs?
Answer: 2 sig figs
Method 1: The first is digit 2 and the last is digit 5. There are 2 digits from 2-5. Therefore 2 sig figs.
Method 2: ( “Last Position” – “First NonZero” ) + 1 ) = (5 – 4) + 1 = 1 + 1 = 2 sig figsQuestion 4: 1.0010 has how many sig figs?
Answer: 5 sig figs.Operations then sig figs:
When multiplying and dividing measurements, the result must have the same sig figs as the term with the least. However, you should ignore sig figs for unitless numbers.
When adding and subtracting, the result must have the same number of decimal places as the term with the least.Example:
Question 5: What is the average of 130 in and 122.14 in
Answer: 76 in
Average is sum of the terms divided by 2.
130 in + 122.14 in = 152.14, only worry about sig figs after your calculation are done.
152 in / 2 = 76 in. 2 is unit-less, so you should consider sig figs in this operation.Question 6: What is the 8,000 ft / 20 ft
Answer: 4 x 103
8,000 ft / 20 ft = 4 x 103. Not 400 because you must use the sig figs from the term with the least.That concludes this tutorial.
Like always I appreciate feedback. -
Javascript Tip: Convert string to unicode values
Posted on October 30th, 2009 1 commentThe following script will convert a string to the unicode values using javascript.
toUnicode is a extension to String.charCodeAt. The benefit of this function is that it returns the whole string a html unicode format.
String.prototype.toUnicode = function() {
var uni = [],
i = this.length;
while (i--) {
uni[i] = this.charCodeAt(i);
}
return "&#" + uni.join( ';&#' ) + ";";
};
Usage: obj.toUnicode();
Example: “<li/>”.toUnicode() //outputs: <li/>
Here’s another method that I thought of.
This one is using a regexp instead of a while loop and an array to form the unicode text.
String.prototype.toUnicode = function () {
return this.replace(/./g, function (char) {
return "&#" + String.charCodeAt(char) + ";";
});
};
However, if possible use document.createTextNode to insert text instead of converting it to unicode. Document.createTextNode is a native DOM method meaning it’s a lot faster, and easier to understand .
More infor here: document.createTextNode -
The Key to Success
Posted on October 10th, 2009 2 commentsA basic guide to success.
The key to success is hard work, healthy body and mind, network of support and an education.
Before you start, you must have a goal in life. This is what you will be working towards.- Hard Work: Maintaining self confidence and motivation is the first start. Next planning and being proactive will help you towards achieving your goals.
- A Healthy Body and Mind: What goes in, is what goes out. Thinking positive, eating right, and exercising, will increase your energy, performance and brighten up your days ahead.
Self- Esteem & Confidence:
How To Have A Healthy Body And Mind - A Network of Support: The people you know is a main factor of success. You take on your surroundings, mainly your environment and your social network. If you want success, avoid negative surroundings. And join positive ones with people who have already achieved your goal.
How to Network - Education: Knowledge is power. Don’t do something without first understanding it. Therefore do research before starting a project.
With these simple tips, you can change your life and achieve your goals.
-
How to get the cheapest Airfare ticket.
Posted on October 10th, 2009 9 commentsTraveling is always fun, but paying for the ticket isn’t.
Having flown around world on a budget, I’ve learned a lot about getting the best bargains.
The following are tips for finding the best airfare price online. Using these tips will save you hundreds or thousands on you next flight.

Cheapest Ticket = “Buying time” + “Flexibility with dates” + “Type of ticket” + “Airfare Website”- Buying time:
- Purchase your ticket within a month or two before your departure, 2 weeks the latest.
During this period canceled and undesirable tickets become available.
- Search between 11 pm – 3 am for tickets.
Because of the low traffic, the airfare sites normally offer lower rates. Therefore, avoid buying during daytime, as business is booming and the discounts become hard to find.
- Search for bargains throughout the week at different times of the day.
This helps you get a better image of the pricing. - Flexibility with dates:
- Play around with the dates to find the cheapest match.
Generally, leaving between Sunday – Wednesday gives the best results, as most people choose to fly towards the end of the week. To make up for the slow days, airlines offer lower prices to attract more customers for the start of the week. - Type of ticket:
-Choose an Economy and Round trip ticket.
Economy is the cheapest ticket you can get. Round trip tickets are filled with discounts. So for a one way trip, sometimes the round trip is the cheaper one to get. - Airfare website:
- Compare with different airfare sites.
Kayak.com is the best out there because they offer price history, tracking, and more features to make life easier. Other sites include orbitz.com and priceline.com.
Also, try to pick a big airport that is close by, as bigger airports are cheaper than small ones.
NOTE:
* Double check your websites before buying anything from them. Google their history to avoid scams!
* Double check the ticket before buying it. Make sure it’s the right one because most of the time it’s non-refundable and cost money to change.
Lastly, you get what you paid for. Slow down and take a 10 minute break before buying anything. Make sure it’s something you can live with and not too stressful to handle. So make sure your trip doesn’t include 3 stops with a 20 hour wait in between.
Like what you read? Then bookmark me below and tell your friends.
-Larry
- Buying time:
Bad Behavior has blocked 8 access attempts in the last 7 days.



Recent Comments