Skip to main content

Number Systems For CAT

Number Systems For CAT



Basic Formula
  1. (a+b)² = a² + b² + 2ab
  2. (a−b)² = a² + b²− 2ab
  3. (a+b)² − (a−b)² = 4ab
  4. (a+b)² + (a−b)² = 2(a²+b²)
  5. (a²−b²) = (a+b)(a−b)
  6. (a+b+c)² = a² + b² +c² + 2(ab+bc+ca)
  7. (a³+b³) = (a+b)(a²−ab+b²)
  8. (a³−b³) = (a−b)(a²+ab+b²)
  9. (a³+b³+c³−3abc) = (a+b+c)(a²+b²+c²−ab−bc−ca)
  10. If a+b+c=0, then a³+b³+c³ = 3abc

Type of Number

  1. Natural Number:
  2. Whole Number
  3. Integer Number
  4. Even Number
  5. Odd Number
  6. Prime Number
  7. Composite Number
  8. Co Prime Number
  9. Real Number

Remainder and Quotient

The remainder is r when number p is divided by k" means p=kq+r the integer q is called the quotient. For Example: remainder is 1 when 5 is divided by 2 means 5 = 2 x 2 + 1

Even, Odd Number 

A number n is even if the remainder is zero when n is divided by 2:n=2z+0, or n=2z.
A number n is odd if the remainder is one when n is divided by 2:n=2z+1.

The following properties for odd and even numbers are very useful - you should memorize them:
  1. even x even = even
  2. odd x odd = odd
  3. even x odd = even
  4. even + even = even
  5. odd + odd = even
  6. even + odd = odd

Divisibility of Number

Divisibility By 2
Divisibility By 3
Divisibility By 4
Divisibility By 5
Divisibility By 6
Divisibility By 7
Divisibility By 8
Divisibility By 9
Divisibility By 10

Arithmetic Progression 

If each term of a progression differs from its preceding term by a constant, then such a progression is called an arithmetical progression. This constant difference is called the common difference of the A.P.
  1. (1+2+3+....+n) = n(n+1)⁄2
  2. (l2+22+32+...+n2)=n(n+1)(2n+1)6
  3. (13+23+33+...+n3)=n2(n+1)24

Geometrical Progression

A progression of numbers in which every term bears a constant ratio with its preceding term, is called a geometrical progression. The constant ratio is called the common ratio of the G.P.

Point to Remember





Comments

Popular posts from this blog

SIMPLE PYTHON HTTP SERVER

SIMPLE PYTHON HTTP SERVER In many use cases, we come across the situation where we need a simple server to test some command or test some applications. But creating a server programmatically is a time taking process. To solve the problem Python has created SimpleHTTPServer module. In this post, we will learn how to create a simple HTTP server in a single command on Ubuntu.  Create SimpleHTTPServe Using Commandline  python -m SimpleHTTPServer 8001 Above command will create a simple HTTP server for you at port 8001 Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Golang - Run & Compile

GOLANG RUN & COMPILE In the previous post, we have discussed how to install Go on Linux. In this post, We will discuss how to compile and run a Go program. Create folder HelloWorld mkdir HelloWorld cd HelloWorld Create file HelloWorld.go touch HelloWorld.go Copy below code into HelloWorld.go file package main import "fmt" func main() { fmt.Println("Hello, World") } Compile go build Run ./HelloWorld Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

BSNL Recruitment

BSNL Recruitment      Bharat Sanchar Nigam Limited (BSNL)  has released a notification for the post of   Management Trainees . Company Name BSNL Post Name    Management Trainees State India Salary Rs.  24,900-50,500 Number of Vacancy 300 Eligibility B.Tech Last Date 26-01-2019 Application Details Job Notification Apply Online Job Application BSNL Recruitment       Government Jobs in India Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above. Rozgardesh ( रोजगार देश )

South East Central Railway: SECR

South East Central Railway: SECR Company Name         :  South East Central Railway: SECR Post Name                       :   Apprentice State                            :  Maharashtra Salary                           :  Number of Vacancy   :  313 Eligibility                     :  10th Pass  Last Date to Apply     :  15-09-2018 Application Details    :  Notification Apply Online              :  Apply Here Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.