Live online human and AI tutoring services
Numbers

Grade 9 & 10 math tutorial on number theory for SAT, Math Kangaroo, and AMC10 Preparation.

In addition to the other topics covered in "Numbers", here are some other commonly used concepts and rules:

%%generate(messagingBo,[default])%%>



Factors

Last modified on 2016-03-02


Factors are the numbers you multiply together to get another number. For example, both 2 and 3 are factors of number 6. And in numberr 8, there are 3 factors that are identical in value: 2, 2, and 2.  More...


10902 views 1690


Prime Factor, Greatest Common Factor, Least Common Multiple

Last modified on 2016-03-02


A Prime number can be divided evenly only by 1 or itself. And it must be a whole number greater than 1.

Prime Factorization is the process of finding all the prime factors of an integer. Here is a simple way. In the first diagram below, the prime factors of integer 891 is 3, 3, 3, 3, and 11.  More...


5235 views 3054


Counting Factors

Last modified on 2016-09-29


How to count the number of factors and prime factors that a positive integer has? Follow this rule:

Let positive integer N  = $p_1^{n_1}\cdots p_k^{n_k}$, where P1,...,Pk are distinct prime numbers

Number of factors including 1 and N for N is (n1+1) * (n2+1)...(nk+1)

Number of prime factors for N is k

 More...

1639 views 7192


Square & Cube Roots

Last modified on 2016-03-02


A square root of a number is a value that can be multiplied by itself to give the original number. For example, a square root of 9 is 3, because when 3 is multiplied by itself we get 9. Note that -3 is also a square root of 9, because -3 x -3  = 9.  More...


3668 views 6701


Rational & Irrational Numbers

Last modified on 2016-03-02


A Rational number is a real number that can be written as a a simple fraction, a ratio of two integers . An Irrational number is a real number that cannot be written as a simple fraction.  More...


9114 views 8968


Arithmetic Sequence

Last modified on 2013-08-17


A Sequence is a set of things (usually numbers) that are in order.

In an Arithmetic Sequence the difference between one term and the next is a constant.

Example: 1, 4, 7, 10, 13, 16, 19, 22, 25, ...

This sequence has a difference of 3 between each number.

Suppose in an arithmetic sequence:  More...


16012 views 4950


Geometric Sequence

Last modified on 2016-03-02


A Sequence is a set of things (usually numbers) that are in order.

In a Geometric Sequence, each term is found by multiplying the previous term by a constant (called “common ratio”).

Example: 2, 4, 8, 16, 32, 64, 128, 256, ...  More...


10258 views 8733


Estimate Square Root

Last modified on 2016-03-02


If you do not have a calculator, you can estimate a decimal approximation of the square root of a number. Here is how, using an example. Suppose you want to know the square root of 20.

You can start out by noting that since √16 = 4 and √25 = 5, then √20 must be between 4 and 5.  More...


3950 views 7427


Conversion between Numerical Notation Systems

Last modified on 2016-07-03


Algorithm to Convert From Another Base to Decimal 

To convert hexadecimal, binary, octal, and any other numeric notation systems to decimal nueric notation system  More...


8413 views 1474