SlideShare a Scribd company logo
LINEAR AND QUADRATIC EQUATIONS IN QUANTITATIVE APTITUDE  by :  DR. T.K. JAIN AFTERSCHO ☺ OL  centre for social entrepreneurship  sivakamu veterinary hospital road bikaner 334001 rajasthan, india FOR –  PGPSE  /  CSE  PARTICIPANTS  mobile : 91+9414430763
My words.... Here I present a few basic questions on linear and quadratic equations.  I wish that more people should become entrepreneurs. An ordinary Indian entrepreneur wishes to remain an honest entrepreneur and contribute to the development of nation but we have to strengthen those institutions which truly promote entrepreneurship, not just degree granting institutions. Let us work together to promote knowledge, wisdom, social development and education. We believe in free education for all, free support for all, entrepreneurship opportunities and training for all. Let us work together for these goals. ... I alone cant do much, I need support of perosns like you ..........  ...
What is an equation? Equal = the two sides must be equal, so equation generally puts a mathematical structure equal to 0 or equal to Y or some other variable The beginning letters of the alphabet a, b, c, etc. are typically used to denote constants, while the letters x, y, z , are typically used to denote variables.  For example, if we write  y = ax² + bx + c, we mean that a, b, c are constants (i.e. fixed numbers), and that x and y are variables.
What is quadratic equation?  Generally, when the highest power of x is 2 in an equation, it is called quadratic equation, and when the highest power of x is 1, it is linear equation. In a linear equation, we have  relationship between two variables (x and Y).  y = 2x + 6 This is called an equation of the first degree.  It is called that because the highest exponent is 1. (exponent = power of x)
Which of the following ordered pairs solve this equation: y = 3x − 4 ? Options (0, −4)  (1, 2)  (1, −1)  (2, −3) solution  (0, −4) and (1, −1). Because when x and y have those values, the equation is truegive you solution as when you put the value of x =0 you get y =-4 and when you put value of x =1, you get y=2.
Which of these ordered pairs solves the equation  y = 5x − 6 ? (1, −2)  (1, −1)  (2, 3)  (2, 4) solution :  (1,-1) and (2,4) give you solution as when you put the value of x =1 you get y =-1 and when you put value of x =2, you get y=4.
Form an equation, where roots are 7 and -3?  Format of equation is :  x^2 – (sum of roots) x+ (product of roots) = 0  sum of roots = 4 product of roots = -21  thus answer = =x^2 -4x-21 = 0
Form an equation, where roots are 3 and -2?  Format of equation is :  x^2 – (sum of roots) x+ (product of roots) = 0  sum of roots = 1 product of roots = -6  thus answer = =x^2 -x-6 = 0
Form an equation, where roots are -12 and -7?  Format of equation is :  x^2 – (sum of roots) x+ (product of roots) = 0  sum of roots = -19 product of roots = 84  thus answer = =x^2 +19x +84= 0
Form an equation, where roots are 2 and 27?  Format of equation is :  x^2 – (sum of roots) x+ (product of roots) = 0  sum of roots = 29 product of roots = 54  thus answer = =x^2 -29x +54= 0
Which of these is a root of this equation :  x^4 – 10x^2 +9 =0? Options :  21,  0, -4 ,- 3 try with options, when we put the value of X as -3, we get the answer, so answer = -3
Which of these is a root of this equation :  8x^2-22x-21=0? Options :  3/4,  5/2,  7/2,  9/2  try with options, when we put the value of X as  7/2 , we get the answer, so answer = 7/2
What is the discriminant of this equation :  x^4 – 10x^2 +9 =0? Discriminant =b^2 – 4ac in this equation a = 1, b=-10 and c = 9  =100 – 4(1*9) =64 answer
What are the roots of  2x^2 -5x -4 =0  There are two roots in quadratic equations  alpha and beta  alpha = (-b-sqrt(discriminant)) / 2a  beta = (-b+sqrt(discriminant)) / 2a  discriminant = 25 – 4(-8) = 57 alpha = (5- (sqrt(57)) / (2*2) =3.11 BETA = 6.89 ANSWER
What are the roots of  x^2 -8x -21 =0  There are two roots in quadratic equations  alpha and beta  alpha = (-b-sqrt(discriminant)) / 2a  beta = (-b+sqrt(discriminant)) / 2a  discriminant = 64 – 4(-21) =148 alpha = (8- (sqrt(148)) / (2) alpha = 2 and beta = 14 (approximate)
What are the roots of  x^2 -8x+21 =0  There are two roots in quadratic equations  alpha and beta  alpha = (-b-sqrt(discriminant)) / 2a  beta = (-b+sqrt(discriminant)) / 2a  discriminant = 64 – 4(21) =-20 here both the roots are imaginary because the discriminant is negative. (-20) answer
How many different roots are possible in this equation:  x^2 -8x+16 =0  There are two roots in quadratic equations  alpha and beta  alpha = (-b-sqrt(discriminant)) / 2a  beta = (-b+sqrt(discriminant)) / 2a  discriminant = 64 – 4(16) =0 here we have only one root because discriminant is zero, so both the roots are same numbers.
How many solutions are possible from the following equations :  3x-2y=1 and 6x-4y=2 We know that : a1/a2 = b1/b2 = c1/c2, then there are infinite number of solution,  in these two equations, we have  =3/6 = 2/4 = 1/2,  so we have infinite number of solutions
How many solutions are possible from the following equations :  3x-2y=1 and 6x-4y=9 We know that : a1/a2 = b1/b2  >< c1/c2, (c1/c2 is not equal to the first two ) then there is no solution ,  in these two equations, we have  =3/6 = 2/4 not equal to 1/9  so we dont have any solution
How many solutions are possible from the following equations :  3x-2y=1 and 6x-3y=9 We know that : a1/a2 is not equal to  b1/b2 then there  is only one solution let us multiply the first equation by 2 and find the difference :  y = 7  and X = 5
Kx^2 +2x +3k = 0 clues :  1. sum of roots is equal to product of roots.  Can you guess k ?  Sum of roots  = -b/a  product of roots = c / a  here sum of root is = -2/k and product of root is 3k/k -2/k = 3k/k =-2/k = 3 k = -2/3 answer
There are two numbers. Their product is 782 and their sum is 57, can you guess the numbers ?  Options : 43 & 14,  44 & 13 ,  34 & 23  24&33  answer :  34 & 23
3x^2 +11x+k=0 the roots are reciprocal to each other. Can you guess what is k ?  Product of two reciprocals is always 1.  We know that product of roots = c/a, which is k/3  roots are reciprocal so c/a = 1 k/3 =1, so k =3 answer
Download links for related material .... http://www.scribd.com/doc/31073310/Hcf-Lcm-and-Number-System http://www.scribd.com/doc/30888753/General-Knowledge-and-Current-Affairs http://www.scribd.com/doc/30778316/Permutations-and-Combinations http://www.scribd.com/doc/30778304/Differentiation-and-Integration http://www.scribd.com/doc/30778217/Unitary-Methods http://www.scribd.com/doc/30778204/English-Improvement-for-Aptitude-Tests http://www.scribd.com/doc/30646577/Afterschoool-Model
Download links for related material... http://www.scribd.com/doc/28531795/Mock-Paper-Cat-Rmat-Mat-Sbi-Bank-Po-Aptitude-Tests http://www.slideshare.net/tkjainbkn/questions-on-profit-and-loss-for-aptitude-test http://www.slideshare.net/tkjainbkn/questions-of-reasoning-and-puzzles-for-competitive-examinations-3522652 http://www.scribd.com/doc/29385323/Questions-of-Speed-Trains-and-Distances-for-Aptitude-Tests http://www.slideshare.net/tkjainbkn/questions-of-quantitative-aptitude-tests-for-competitive-examinations http://www.scribd.com/doc/29653571/Questions-on-Ratio-and-Proportion http://www.scribd.com/doc/29653621/Questions-on-Profit-and-Loss-for-Aptitude-Test
Download links for related material... http://www.scribd.com/doc/29786779/Surds-and-Indices-in-Business-Mathematics http://www.scribd.com/doc/28531795/Mock-Paper-Cat-Rmat-Mat-Sbi-Bank-Po-Aptitude-Tests http://www.scribd.com/doc/28616660/English-Improvement-for-Competitive-Examinations-and-Aptitude-Tests http://www.scribd.com/doc/28617157/Vedic-Mathematics-for-All http://www.scribd.com/doc/28677498/Questions-of-Reasoning-and-Puzzles-for-Competitive-Examinations http://www.scribd.com/doc/28905594/Questions-of-Quantitative-Aptitude-Tests-for-Competitive-Examinations
Download links .... http://www.scribd.com/doc/30778316/Permutations-and-Combinations http://www.scribd.com/doc/30778304/Differentiation-and-Integration http://www.scribd.com/doc/30778217/Unitary-Methods http://www.scribd.com/doc/30778090/Questions-on-Volume-and-Surface-Area-for-Aptitude-Tests http://www.scribd.com/doc/30646219/Mock-Interview-for-Banking http://www.scribd.com/doc/30888753/General-Knowledge-and-Current-Affairs
Download links ..... http://www.scribd.com/doc/30646577/Afterschoool-Model http://www.scribd.com/doc/11953346/Mathematics-for-Fms-Cat-GMAT-GRE-Bank-Po-RmatUpmatCetXat2 http://www.scribd.com/doc/11867744/Management-Aptitude-Test-for-CatGMATCetUpmatRmatXat http://www.brijj.com/group/gmat-entrance-exam--presentation--Advanced-Mathematics-For-Gmat-Cat-Mat?eid=306563 http://www.docstoc.com/docs/3921499/ENGLISH-%E2%80%93-ERROR-SPOTTING-AND-SENTENCE-IMPROVEMENT http://www.docstoc.com/docs/3967158/basiC-MATHEMATICS-for-CAT-GMAT-MAT/ http://www.authorstream.com/Presentation/tkjainbkn-146787-mathematics-openmat-mat-cat-gmat-law-mba-management-business-research-cfp-cfa-frm-cpa-ca-cs-icwa-india-rajasthan-entertainment-ppt-powerpoint/ http://www.authorstream.com/Presentation/tkjainbkn-146773-mathematics-gmat-cat-mat-xat-rmat-law-mba-management-business-research-cfp-cfa-frm-cpa-ca-cs-icwa-india-rajasthan-advanced-mat2-education-ppt-powerpoint/
Spread the concepts of AFTERSCHOOOL  Join PGPSE start CENTRES of AFTERSCHOOOL spread entrepreneurship & social entrepreneurship  let us work for social upliftment together let us work for some common goals  conduct workshops on social entrepreneurship  make your career in social entrepreneurship
THANKS.... GIVE YOUR SUGGESTIONS AND JOIN AFTERSCHOOOL NETWORK / START AFTERSCHOOOL SOCIAL ENTREPRENEURSHIP  NETWORK IN YOUR CITY / COLLEGE  [email_address] PGPSE – WORLD'S MOST COMPREHENSIVE PROGRAMME IN SOCIAL ENTREPRENEURSHIP

More Related Content

PPTX
7.5 graphing square root and cube root functions
PPSX
Exponential Function
PPT
QUADRATIC EQUATIONS
PDF
Factoring
PPT
16.1 Solving Quadratics by square roots
PPTX
Law of exponent Lecture Slide
PPTX
7.7 Solving Radical Equations
PPT
Quadratic inequalities
7.5 graphing square root and cube root functions
Exponential Function
QUADRATIC EQUATIONS
Factoring
16.1 Solving Quadratics by square roots
Law of exponent Lecture Slide
7.7 Solving Radical Equations
Quadratic inequalities

What's hot (20)

PPT
01_Probability of Simple Events.ppt
PPT
6.7 quadratic inequalities
PPTX
5 4 function notation
PPT
POLYNOMIALS
PPT
Proving Trigonometric Identities
PPTX
Factoring by grouping
PPT
Rational Root Theorem.ppt
PPT
Quadratic Formula Presentation
PPT
Quadratic equations
PPTX
6.2 vertex form
PPTX
Quadratic equation slideshare
PPT
Solving Systems of Linear Inequalities
PPTX
Rational numbers in the number line
PPT
7.8.-SPECIAL-PRODUCTS.ppt
PPTX
Nature of the roots of a quadratic equation
PDF
G9-MELC-Q2-Wk4-simplifies expressions with rational exponents and writes expr...
PPTX
8.1 intro to functions
PPT
Reasoning In Geometry
PPT
Relations and Functions
PPTX
Quadratic function
01_Probability of Simple Events.ppt
6.7 quadratic inequalities
5 4 function notation
POLYNOMIALS
Proving Trigonometric Identities
Factoring by grouping
Rational Root Theorem.ppt
Quadratic Formula Presentation
Quadratic equations
6.2 vertex form
Quadratic equation slideshare
Solving Systems of Linear Inequalities
Rational numbers in the number line
7.8.-SPECIAL-PRODUCTS.ppt
Nature of the roots of a quadratic equation
G9-MELC-Q2-Wk4-simplifies expressions with rational exponents and writes expr...
8.1 intro to functions
Reasoning In Geometry
Relations and Functions
Quadratic function
Ad

Viewers also liked (8)

PPTX
Quadraticequation
PPTX
Linear Equations - Counting Solutions
PPTX
Mathematics 9 Lesson 1-C: Roots and Coefficients of Quadratic Equations
PDF
C2 st lecture 2 handout
PPTX
Sum and product of roots
PPT
Chapter 3: Roots of Equations
PPTX
Newton Raphson Of Root Equation
PPTX
16.6 Quadratic Formula & Discriminant
Quadraticequation
Linear Equations - Counting Solutions
Mathematics 9 Lesson 1-C: Roots and Coefficients of Quadratic Equations
C2 st lecture 2 handout
Sum and product of roots
Chapter 3: Roots of Equations
Newton Raphson Of Root Equation
16.6 Quadratic Formula & Discriminant
Ad

Similar to Linear and quadratic equations in quantitative aptitude (20)

PDF
Help with math homework
PDF
elemetary algebra review.pdf
PPTX
Quadratic equations
 
PPTX
CAT Quadratic and Higher Order Equations
PPTX
Quadratic Equations in One Variables.pptx
PPTX
Solving the roots of Quadratic Equation.pptx
PDF
Quadratic equationsw6
DOCX
0012 chapter v
DOCX
Maths Project Quadratic Equations
PPT
Business Math Chapter 3
PPTX
Illustrationg Quadratic Equation and its characteristic
PDF
Gr-11-Maths-3-in-1-extract.pdf.study.com
PPTX
NATURE of the ROOTS Grade 9 Mathematics Q1.pptx
PDF
10th-science-mcqs.pdf very good bed pppp
DOC
410629531-G9-WEEK-3 dll.doc
PPTX
Chapter-1-04032021-111422pm (2).pptx
PPTX
Lesson 6 - Discriminant of Quadratic Equation.pptx
PPTX
Mayank and Srishti presentation on gyandeep public school
PDF
Correlation: Powerpoint 1- Algebra (1).pdf
Help with math homework
elemetary algebra review.pdf
Quadratic equations
 
CAT Quadratic and Higher Order Equations
Quadratic Equations in One Variables.pptx
Solving the roots of Quadratic Equation.pptx
Quadratic equationsw6
0012 chapter v
Maths Project Quadratic Equations
Business Math Chapter 3
Illustrationg Quadratic Equation and its characteristic
Gr-11-Maths-3-in-1-extract.pdf.study.com
NATURE of the ROOTS Grade 9 Mathematics Q1.pptx
10th-science-mcqs.pdf very good bed pppp
410629531-G9-WEEK-3 dll.doc
Chapter-1-04032021-111422pm (2).pptx
Lesson 6 - Discriminant of Quadratic Equation.pptx
Mayank and Srishti presentation on gyandeep public school
Correlation: Powerpoint 1- Algebra (1).pdf

More from Dr. Trilok Kumar Jain (20)

PDF
PDF
Selfreliant india covid19
PDF
Self reliant india campaign
PDF
Korona virus tragedy
PDF
Covid 19 novel corona virus pandemic
PDF
Korona crisis and 20 lakh crore self reliance scheme
PDF
Article on respected parmanand joshi ji
PDF
Corona covid 19 lockdown request
PDF
Gram swarajya rural development
PDF
Jain teerthankar vardhman mahaveer and contemporary problems
PDF
Critical analysis rajasthan government budget 2020
PDF
Inspector raj in india
PDF
Learning languages in school education
PDF
Happiness class india school system (1)
PDF
Korona virus tragedy
PDF
Holi article trilok kumar jain
PDF
Covid 19 novel corona virus pandemic
PDF
Higher education in india hindi article (1)
PDF
Republic day special hindi article (1)
PDF
Budget special article (1)
Selfreliant india covid19
Self reliant india campaign
Korona virus tragedy
Covid 19 novel corona virus pandemic
Korona crisis and 20 lakh crore self reliance scheme
Article on respected parmanand joshi ji
Corona covid 19 lockdown request
Gram swarajya rural development
Jain teerthankar vardhman mahaveer and contemporary problems
Critical analysis rajasthan government budget 2020
Inspector raj in india
Learning languages in school education
Happiness class india school system (1)
Korona virus tragedy
Holi article trilok kumar jain
Covid 19 novel corona virus pandemic
Higher education in india hindi article (1)
Republic day special hindi article (1)
Budget special article (1)

Linear and quadratic equations in quantitative aptitude

  • 1. LINEAR AND QUADRATIC EQUATIONS IN QUANTITATIVE APTITUDE by : DR. T.K. JAIN AFTERSCHO ☺ OL centre for social entrepreneurship sivakamu veterinary hospital road bikaner 334001 rajasthan, india FOR – PGPSE / CSE PARTICIPANTS mobile : 91+9414430763
  • 2. My words.... Here I present a few basic questions on linear and quadratic equations. I wish that more people should become entrepreneurs. An ordinary Indian entrepreneur wishes to remain an honest entrepreneur and contribute to the development of nation but we have to strengthen those institutions which truly promote entrepreneurship, not just degree granting institutions. Let us work together to promote knowledge, wisdom, social development and education. We believe in free education for all, free support for all, entrepreneurship opportunities and training for all. Let us work together for these goals. ... I alone cant do much, I need support of perosns like you .......... ...
  • 3. What is an equation? Equal = the two sides must be equal, so equation generally puts a mathematical structure equal to 0 or equal to Y or some other variable The beginning letters of the alphabet a, b, c, etc. are typically used to denote constants, while the letters x, y, z , are typically used to denote variables. For example, if we write y = ax² + bx + c, we mean that a, b, c are constants (i.e. fixed numbers), and that x and y are variables.
  • 4. What is quadratic equation? Generally, when the highest power of x is 2 in an equation, it is called quadratic equation, and when the highest power of x is 1, it is linear equation. In a linear equation, we have relationship between two variables (x and Y). y = 2x + 6 This is called an equation of the first degree. It is called that because the highest exponent is 1. (exponent = power of x)
  • 5. Which of the following ordered pairs solve this equation: y = 3x − 4 ? Options (0, −4) (1, 2) (1, −1) (2, −3) solution (0, −4) and (1, −1). Because when x and y have those values, the equation is truegive you solution as when you put the value of x =0 you get y =-4 and when you put value of x =1, you get y=2.
  • 6. Which of these ordered pairs solves the equation y = 5x − 6 ? (1, −2) (1, −1) (2, 3) (2, 4) solution : (1,-1) and (2,4) give you solution as when you put the value of x =1 you get y =-1 and when you put value of x =2, you get y=4.
  • 7. Form an equation, where roots are 7 and -3? Format of equation is : x^2 – (sum of roots) x+ (product of roots) = 0 sum of roots = 4 product of roots = -21 thus answer = =x^2 -4x-21 = 0
  • 8. Form an equation, where roots are 3 and -2? Format of equation is : x^2 – (sum of roots) x+ (product of roots) = 0 sum of roots = 1 product of roots = -6 thus answer = =x^2 -x-6 = 0
  • 9. Form an equation, where roots are -12 and -7? Format of equation is : x^2 – (sum of roots) x+ (product of roots) = 0 sum of roots = -19 product of roots = 84 thus answer = =x^2 +19x +84= 0
  • 10. Form an equation, where roots are 2 and 27? Format of equation is : x^2 – (sum of roots) x+ (product of roots) = 0 sum of roots = 29 product of roots = 54 thus answer = =x^2 -29x +54= 0
  • 11. Which of these is a root of this equation : x^4 – 10x^2 +9 =0? Options : 21, 0, -4 ,- 3 try with options, when we put the value of X as -3, we get the answer, so answer = -3
  • 12. Which of these is a root of this equation : 8x^2-22x-21=0? Options : 3/4, 5/2, 7/2, 9/2 try with options, when we put the value of X as 7/2 , we get the answer, so answer = 7/2
  • 13. What is the discriminant of this equation : x^4 – 10x^2 +9 =0? Discriminant =b^2 – 4ac in this equation a = 1, b=-10 and c = 9 =100 – 4(1*9) =64 answer
  • 14. What are the roots of 2x^2 -5x -4 =0 There are two roots in quadratic equations alpha and beta alpha = (-b-sqrt(discriminant)) / 2a beta = (-b+sqrt(discriminant)) / 2a discriminant = 25 – 4(-8) = 57 alpha = (5- (sqrt(57)) / (2*2) =3.11 BETA = 6.89 ANSWER
  • 15. What are the roots of x^2 -8x -21 =0 There are two roots in quadratic equations alpha and beta alpha = (-b-sqrt(discriminant)) / 2a beta = (-b+sqrt(discriminant)) / 2a discriminant = 64 – 4(-21) =148 alpha = (8- (sqrt(148)) / (2) alpha = 2 and beta = 14 (approximate)
  • 16. What are the roots of x^2 -8x+21 =0 There are two roots in quadratic equations alpha and beta alpha = (-b-sqrt(discriminant)) / 2a beta = (-b+sqrt(discriminant)) / 2a discriminant = 64 – 4(21) =-20 here both the roots are imaginary because the discriminant is negative. (-20) answer
  • 17. How many different roots are possible in this equation: x^2 -8x+16 =0 There are two roots in quadratic equations alpha and beta alpha = (-b-sqrt(discriminant)) / 2a beta = (-b+sqrt(discriminant)) / 2a discriminant = 64 – 4(16) =0 here we have only one root because discriminant is zero, so both the roots are same numbers.
  • 18. How many solutions are possible from the following equations : 3x-2y=1 and 6x-4y=2 We know that : a1/a2 = b1/b2 = c1/c2, then there are infinite number of solution, in these two equations, we have =3/6 = 2/4 = 1/2, so we have infinite number of solutions
  • 19. How many solutions are possible from the following equations : 3x-2y=1 and 6x-4y=9 We know that : a1/a2 = b1/b2 >< c1/c2, (c1/c2 is not equal to the first two ) then there is no solution , in these two equations, we have =3/6 = 2/4 not equal to 1/9 so we dont have any solution
  • 20. How many solutions are possible from the following equations : 3x-2y=1 and 6x-3y=9 We know that : a1/a2 is not equal to b1/b2 then there is only one solution let us multiply the first equation by 2 and find the difference : y = 7 and X = 5
  • 21. Kx^2 +2x +3k = 0 clues : 1. sum of roots is equal to product of roots. Can you guess k ? Sum of roots = -b/a product of roots = c / a here sum of root is = -2/k and product of root is 3k/k -2/k = 3k/k =-2/k = 3 k = -2/3 answer
  • 22. There are two numbers. Their product is 782 and their sum is 57, can you guess the numbers ? Options : 43 & 14, 44 & 13 , 34 & 23 24&33 answer : 34 & 23
  • 23. 3x^2 +11x+k=0 the roots are reciprocal to each other. Can you guess what is k ? Product of two reciprocals is always 1. We know that product of roots = c/a, which is k/3 roots are reciprocal so c/a = 1 k/3 =1, so k =3 answer
  • 24. Download links for related material .... http://www.scribd.com/doc/31073310/Hcf-Lcm-and-Number-System http://www.scribd.com/doc/30888753/General-Knowledge-and-Current-Affairs http://www.scribd.com/doc/30778316/Permutations-and-Combinations http://www.scribd.com/doc/30778304/Differentiation-and-Integration http://www.scribd.com/doc/30778217/Unitary-Methods http://www.scribd.com/doc/30778204/English-Improvement-for-Aptitude-Tests http://www.scribd.com/doc/30646577/Afterschoool-Model
  • 25. Download links for related material... http://www.scribd.com/doc/28531795/Mock-Paper-Cat-Rmat-Mat-Sbi-Bank-Po-Aptitude-Tests http://www.slideshare.net/tkjainbkn/questions-on-profit-and-loss-for-aptitude-test http://www.slideshare.net/tkjainbkn/questions-of-reasoning-and-puzzles-for-competitive-examinations-3522652 http://www.scribd.com/doc/29385323/Questions-of-Speed-Trains-and-Distances-for-Aptitude-Tests http://www.slideshare.net/tkjainbkn/questions-of-quantitative-aptitude-tests-for-competitive-examinations http://www.scribd.com/doc/29653571/Questions-on-Ratio-and-Proportion http://www.scribd.com/doc/29653621/Questions-on-Profit-and-Loss-for-Aptitude-Test
  • 26. Download links for related material... http://www.scribd.com/doc/29786779/Surds-and-Indices-in-Business-Mathematics http://www.scribd.com/doc/28531795/Mock-Paper-Cat-Rmat-Mat-Sbi-Bank-Po-Aptitude-Tests http://www.scribd.com/doc/28616660/English-Improvement-for-Competitive-Examinations-and-Aptitude-Tests http://www.scribd.com/doc/28617157/Vedic-Mathematics-for-All http://www.scribd.com/doc/28677498/Questions-of-Reasoning-and-Puzzles-for-Competitive-Examinations http://www.scribd.com/doc/28905594/Questions-of-Quantitative-Aptitude-Tests-for-Competitive-Examinations
  • 27. Download links .... http://www.scribd.com/doc/30778316/Permutations-and-Combinations http://www.scribd.com/doc/30778304/Differentiation-and-Integration http://www.scribd.com/doc/30778217/Unitary-Methods http://www.scribd.com/doc/30778090/Questions-on-Volume-and-Surface-Area-for-Aptitude-Tests http://www.scribd.com/doc/30646219/Mock-Interview-for-Banking http://www.scribd.com/doc/30888753/General-Knowledge-and-Current-Affairs
  • 28. Download links ..... http://www.scribd.com/doc/30646577/Afterschoool-Model http://www.scribd.com/doc/11953346/Mathematics-for-Fms-Cat-GMAT-GRE-Bank-Po-RmatUpmatCetXat2 http://www.scribd.com/doc/11867744/Management-Aptitude-Test-for-CatGMATCetUpmatRmatXat http://www.brijj.com/group/gmat-entrance-exam--presentation--Advanced-Mathematics-For-Gmat-Cat-Mat?eid=306563 http://www.docstoc.com/docs/3921499/ENGLISH-%E2%80%93-ERROR-SPOTTING-AND-SENTENCE-IMPROVEMENT http://www.docstoc.com/docs/3967158/basiC-MATHEMATICS-for-CAT-GMAT-MAT/ http://www.authorstream.com/Presentation/tkjainbkn-146787-mathematics-openmat-mat-cat-gmat-law-mba-management-business-research-cfp-cfa-frm-cpa-ca-cs-icwa-india-rajasthan-entertainment-ppt-powerpoint/ http://www.authorstream.com/Presentation/tkjainbkn-146773-mathematics-gmat-cat-mat-xat-rmat-law-mba-management-business-research-cfp-cfa-frm-cpa-ca-cs-icwa-india-rajasthan-advanced-mat2-education-ppt-powerpoint/
  • 29. Spread the concepts of AFTERSCHOOOL Join PGPSE start CENTRES of AFTERSCHOOOL spread entrepreneurship & social entrepreneurship let us work for social upliftment together let us work for some common goals conduct workshops on social entrepreneurship make your career in social entrepreneurship
  • 30. THANKS.... GIVE YOUR SUGGESTIONS AND JOIN AFTERSCHOOOL NETWORK / START AFTERSCHOOOL SOCIAL ENTREPRENEURSHIP NETWORK IN YOUR CITY / COLLEGE [email_address] PGPSE – WORLD'S MOST COMPREHENSIVE PROGRAMME IN SOCIAL ENTREPRENEURSHIP