Quantitative Reasoning: Key Concepts and Formulas, Exams of Mathematics

A concise review of quantitative reasoning concepts, focusing on arithmetic and basic algebra. It covers topics such as even and odd numbers, least common multiples, greatest common divisors, prime and composite numbers, fractions, percentages, and order of operations. Additionally, it includes formulas for simple and compound interest, equations of lines, and graphs of equations, offering a quick reference for students preparing for quantitative tests. Useful for high school and university students.

Typology: Exams

2024/2025

Available from 07/06/2025

Lectmark
Lectmark 🇺🇸

3.9

(7)

5.1K documents

1 / 22

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
GRE Quantitative Reasoning Prep
even + even = ANS: even
even - even = ANS: even
even + odd = ANS: odd
even - odd = ANS: odd
odd + odd = ANS: even
odd - odd = ANS: even
odd × odd = ANS: odd
even × odd = ANS: even
even × even = ANS: even
least common multiple ANS: the least positive integer that is a multiple of both a and b. For example,
the least common multiple of 30 and 75 is 150. This is because the positive multiples of 30 are 30, 60,
90, 120, 150, 180, 210, 240, 270, 300, etc., and the positive multiples of 75 are 75, 150, 225, 300, 375,
450, etc. Thus, the common positive multiples of 30 and 75 are 150, 300, 450, etc., and the least of
these is 150.
greatest common divisor (or greatest common factor) ANS: the greatest positive integer that is a divisor
of both a and b. For example, the greatest common divisor of 30 and 75 is 15. This is because the
positive divisors of 30 are 1, 2, 3, 5, 6, 10, 15, and 30, and the positive divisors of 75 are 1, 3, 5, 15, 25,
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16

Partial preview of the text

Download Quantitative Reasoning: Key Concepts and Formulas and more Exams Mathematics in PDF only on Docsity!

GRE Quantitative Reasoning Prep

even + even = ANS: even

even - even = ANS: even

even + odd = ANS: odd

even - odd = ANS: odd

odd + odd = ANS: even

odd - odd = ANS: even

odd × odd = ANS: odd

even × odd = ANS: even

even × even = ANS: even

least common multiple ANS: the least positive integer that is a multiple of both a and b. For example, the least common multiple of 30 and 75 is 150. This is because the positive multiples of 30 are 30, 60, 90, 120, 150, 180, 210, 240, 270, 300, etc., and the positive multiples of 75 are 75, 150, 225, 300, 375, 450, etc. Thus, the common positive multiples of 30 and 75 are 150, 300, 450, etc., and the least of these is 150.

greatest common divisor (or greatest common factor) ANS: the greatest positive integer that is a divisor of both a and b. For example, the greatest common divisor of 30 and 75 is 15. This is because the positive divisors of 30 are 1, 2, 3, 5, 6, 10, 15, and 30, and the positive divisors of 75 are 1, 3, 5, 15, 25,

and 75. Thus, the common positive divisors of 30 and 75 are 1, 3, 5, and 15, and the greatest of these is

prime number ANS: an integer greater than 1 that has only two positive divisors: 1 and itself

first ten prime numbers ANS: 2, 3, 5, 7, 11, 13, 17, 19, 23, and 29

prime factorization ANS: Every integer greater than 1 either is a prime number or can be uniquely expressed as a product of factors that are prime numbers, or prime divisors

composite number ANS: An integer greater than 1 that is not a prime number

The first ten composite numbers ANS: 4, 6, 8, 9, 10, 12, 14, 15, 16, and 18

add two fractions with the same denominator ANS: add the numerators and keep the same denominator. For example, - 8 / 11 + 5 / 11 = -8 + 5 / 11 = -3 / 11

add two fractions with different denominators ANS: To add two fractions with different denominators, first find a common denominator, which is a common multiple of the two denominators. Then convert both fractions to equivalent fractions with the same denominator. Finally, add the numerators and keep the common denominator. So: 1/3 + -2/5 = 5/15 + -6/15 = -1/

To multiply two fractions ANS: multiply the two numerators and multiply the two denominators. So: (10/7) (-1/3) = (10)(-1) / (7)(3) = -10/

To divide one fraction by another ANS: first invert the second fraction—that is, find its reciprocal—then multiply the first fraction by the inverted fraction. So (3/10)/(7/13) = (3/10)(13/7) = 39/

negative number raised to even power = ANS: positive

percentage ANS: part / whole (100) = %

percent change ANS: If a quantity increases from 600 to 750, then the percent increase is found by dividing the amount of increase, 150, by the base, 600, which is the initial number given

percent change formula ANS: difference / original (100) = % increase

cumulative percent change ANS: Must calculate each successive percent change by using the result of the previous change as the new original

Order of operations ANS: BEDMAS (brackets, exponents, division / multiplication, addition / subtraction)

x^1 = ANS: x

x^0 = ANS: 1

x^-1 = ANS: 1/x

x^m x^n = ANS: xm+n

x^m/x^n = ANS: x^m-n (also = 1 / x^m-n)

(x^m)^n = ANS: x^mn

(xy)^n = ANS: x^n y^n

(x/y)^n = ANS: x^n/y^n

x^-n = ANS: 1/x^n

(x^a)(y^a) = ANS: xy^a

identity ANS: A statement of equality between two algebraic expressions that is true for all possible values of the variables involved

(a + b)^2 = ANS: a^2 + 2ab + b^

(a - b)^3 ANS: a^3 - 3a^2b + 3ab^2 - b^

a^2 - b^2 = ANS: (a + b) (a - b)

x^30 - x^29 = ANS: x(x^29) - x^

linear equation ANS: A linear equation is an equation involving one or more variables in which each term in the equation is either a constant term or a variable multiplied by a coefficient. None of the variables are multiplied together or raised to a power greater than 1

quadratic equation ANS: An equation that can be written in the form ax^2 + bx + c = 0, where a,b,and c are real numbers and a ≠ 0

quadratic formula ANS: x = -b ± √(b² - 4ac)/2a

slope (m) ANS: rise/run, y2-y1/x2-x

equation of a line ANS: y = mx + b

b is the y-intercept, y is the point on the y axis, x is the point on the x axis.

graph of an equation ANS: Equations in two variables can be represented as graphs in the coordinate plane. In the xy-plane, the graph of an equation in the variables x and y is the set of all points whose ordered pairs (, xy satisfy the equation.

Graphing linear inequalities ANS: Graphs of linear equations can be used to illustrate solutions of systems of linear equations and inequalities. Solve each equation for y in terms of x, then graph each. The solution of the system of equations is the point at which the two graphs intersect.

Graph of a quadratic equation ANS: The graph of a quadratic equation of the form y = ax^2 + bx + c, where a, b, and c are constants and a ≠ 0 is a parabola

parabola ANS: The graph of a quadratic equation of the form y = ax^2 + bx + c, where a, b, and c are constants and a ≠ 0 is a parabola The x-intercepts of the parabola are the solutions of the equation ax^

  • bx + c = 0. If a is positive, the parabola opens upward and the vertex is its lowest point. If a is negative, the parabola opens downward and the vertex is the highest point. Every parabola is symmetric with itself about the vertical line that passes through its vertex. In particular, the two x-intercepts are equidistant from this line of symmetry.

graph of a circle ANS: (x - a)^2 + (y - b)^2 = r^2 (centre is at point a, b and radius of r)

graphing a function in the xy-plane ANS: To graph a function in the xy-plane, you represent each input x and its corresponding output (f)x as a point (x, y) where y = f(x). In other words, you use the x-axis for the input and the y-axis for the output.

weighted average ANS: example: 2 (x) + 1 (y) / 2 + 1 = a (where 2 and 1 represent the ratio of each entity)

Opposite/vertical angles ANS: Created when two lines intersect at a point. Opposite angles have equal measures, and angles that have equal measures are called congruent angles. Hence, opposite angles are congruent. The sum of the measures of the four angles is 360.

Sum of the measures of the interior angles of a triangle ANS: 180 degrees

sum of the measures of the interior angles of an n-sided polygon ANS: (n - 2)(180 degrees)

equilateral triangle ANS: A triangle with three congruent sides is called an equilateral triangle. The measures of the three interior angles of such a triangle are also equal, and each measure is 60 degrees.

isosceles triangle ANS: A triangle with at least two congruent sides is called an isosceles triangle. If a triangle has two congruent sides, then the angles opposite the two sides are congruent. The converse is also true.

right triangle ANS: A triangle with an interior right angle is called a right triangle. The side opposite the right angle is called the hypotenuse; the other two sides are called legs.

Pythagorean theorem ANS: a^2 + b^2 = c^

area of a triangle ANS: A=½bh or bh/

parallelogram ANS: A quadrilateral in which both pairs of opposite sides are parallel is called a parallelogram. In a parallelogram, opposite sides are congruent and opposite angles are congruent

area of a circle ANS: A=∏r²

sector ANS: A sector of a circle is a region bounded by an arc of the circle and two radii

area of a sector ANS: A = ∏r² (c/360), where c = the central angle)

rectangular solid ANS: A rectangular solid has six rectangular surfaces called faces, as shown in the figure below. Adjacent faces are perpendicular to each other. Each line segment that is the intersection of two faces is called an edge, and each point at which the edges intersect is called a vertex. There are 12 edges and 8 vertices. The dimensions of a rectangular solid are the length l, the width w, and the height h.

volume of rectangular solid ANS: V = lwh

surface area of rectangular solid ANS: A = 2(lw + lh + wh) -- the sum of the areas of the six faces

length of diagonal in rectangular prism ANS: A^2+B^2+C^2 = D^2 or L^2+W^2+H^2 = D^2 (A is not area, just a side length)

circular cylinder ANS: A circular cylinder consists of two bases that are congruent circles and a lateral surface made of all line segments that join points on the two circles and that are parallel to the line segment joining the centers of the two circles. The latter line segment is called the axis of the cylinder. A right circular cylinder is a circular cylinder whose axis is perpendicular to its bases.

volume of a right circular cylinder ANS: V = (pi)r^2h

surface area of a right circular cylinder ANS: A = 2(Πr^2) + 2Πrh

frequency/count ANS: The frequency, or count, of a particular category or numerical value is the number of times that the category or value appears in the data. A frequency distribution is a table or graph that presents the categories or numerical values along with their associated frequencies.

relative frequency ANS: The relative frequency of a category or a numerical value is the associated frequency divided by the total number of data. Relative frequencies may be expressed in terms of percents, fractions, or decimals. A relative frequency distribution is a table or graph that presents the relative frequencies of the categories or numerical values

average (arithmetic mean) ANS: To calculate the average of n numbers, take the sum of the n numbers and divide it by n.

weighted average/mean ANS: When several values are repeated in a list, it is helpful to think of the mean of the numbers as a weighted mean of only those values in the list that are different. The number of times a value appears in the list, or the frequency, is called the weight of that value.

median ANS: To calculate the median of n numbers, first order the numbers from least to greatest. If n is odd, then the median is the middle number in the ordered list of numbers. If n is even, then there are two middle numbers, and the median is the average of these two numbers

mode ANS: The mode of a list of numbers is the number that occurs most frequently in the list

range ANS: The range of the numbers in a group of data is the difference between the greatest number G in the data and the least number L in the data; that is, G-L

interquartile range ANS: The difference between the scores (or estimated scores) at the 75th percentile and the 25th percentile. Used more than the range because it eliminates extreme scores. Formula: IQR = Q3-Q

standard deviation ANS: The standard deviation of a group of n numerical data is computed by (1) calculating the mean of the n values, (2) finding the difference between the mean and each of the n

number of combinations of n objects taken k at a time ANS: n! / k!(n-k)!, sometimes notated as nCk

probability ANS: probability of event occurring is defined by the ratio P(E) = number of outcomes that satisfy event E / the number of possible outcomes

probability of two or more events BOTH occurring ANS: P(A and B) = P(A) x P(B)

probability of EITHER one or another event occurring ANS: P(A) + P(B) - P(AB)

probability of neither of multiple events occurring ANS: the product of 1 - P(A), 1 - P(B), etc.

group equation ANS: T = G1 + G2 - B + N (T is total, groups G, B is members of both group, N is members of neither)

probability of event E AND F ANS: E x F (if E and F are independent)

probability of event E OR F ANS: E + F (if E and F are mutually exclusive)

probability of event E OR F but not both ANS: E + F - P(E and F)

continuous probability distribution ANS: relative frequency distributions are often approximated using a smooth curve—a distribution curve or density curve—for the tops of the bars in the histogram. The region below such a curve represents a distribution, called a continuous probability distribution. There are many different continuous probability distributions, but the most important one is the normal distribution, which has a bell-shaped curve

length of a diagonal in a parallelogram ANS: p^2 + q^2 = 2((a^2) + (b^2)), where p and q are the diagonals and a and b are sides. You may need to construct a right triangle by connecting a top corner with the baseline and then finding its hypotenuse (which will serve as the length of the angled side).

average of two averages ANS: find total amount for each average (a = total / number of items), then determine the new average, deriving your new total from the sum of these totals.

harmonic mean formula ANS: n / ((1/a1)+(1/a2)+(1/an))

Formula for "n percent greater/less than x" ANS: x ± (n/100)x

x² - y² ANS: (x + y) (x - y)

x² + 2xy + y² ANS: (x + y) (x + y) or (x + y)²

x² - 2xy + y² ANS: (x - y) (x - y) or (x - y)²

(x + y) / xy ANS: 1/x + 1/y if x, y ≠ 0

(x - y) / xy ANS: 1/x - 1/y if x, y ≠ 0

xy + xz ANS: x (y + z)

xy - xz ANS: x (y - z)

If x > y, then ANS: x + z > y + z

measurement of angle x originating on the edge of a circle ANS: 1/2 the arc it cuts (between the points of the two lines extending from it across the circle)

units digit of 3^x ANS: Will always end in 3, 9, 7, 1, in that sequence

(a + b) (a -b) ANS: a² - b²

  • (a - b) ANS: (b - a)

y x 10^x ANS: move decimal point x digits to the left/right

a² x b² ANS: (ab)²

central angle of sector ANS: arc/

solve the percentage of circumference covered by an arc in terms of the central angle ANS: x/360 = % of circumference

Measure of any inscribed angle (within a circle) whose triangle base is a diameter ANS: 90 degrees

Inscribed angle y in terms of arc ANS: y = arc/

Adding fractions with different denominators ANS: cross multiply (bottom to top, top to bottom), taking those values as your new numerator, and then also multiply the denominators and use that as your new denominator

  • (- y < - x) ANS: y > x (note the reversal of the inequality

(a + b) (c + d) ANS: ac + ad + bc + bd

x¹ ANS: x

x⁰ ANS: 1

(ab)ⁿ ANS: aⁿbⁿ

a³/a² ANS: a³−²

Multiplying Decimals ANS: Work as if they were whole integers. Then, count the number of digits to the right of the decimal place in each factor, combine them, and place the point that many digits to the left of your new product

Distance formula ANS: speed x time = distance

Work formula ANS: rate x time = work/output

mixture formula ANS: concentration x amount of solution = amount of ingredient

cost ANS: rate x number of items = value

Area of square calculated in relation to its diagonal ANS: a = 1/2d²

Area of a parallelogram ANS: a = bh (do not mistake with the formula for the height of a triangle. note also that "height" must be a straight line drawn from the base, not one of the diagonal sides)

Area of a hexagon ANS: a = (3√3 / 2)t (where t is the side length)

diagonal of a square ANS: d = s√2 (where s equals the length of a side)

area of a triangle ANS: ab sin C / 2, where a and b are any two sides and C is the angle between them

Relationship between diagonal of a hexagon and side ANS: The longest diagonal is 2s (where s is the length of a side)

perimeter of a hexagon ANS: p = 6r (where r is a given radius)

formula for distance between two points on a coordinate graph ANS: d = √(x₂ - x₁)² + (y₂ - y₁)² (NB that the sqrt sign extends across the entire formula

Coordinates for the midpoint of the line segment joining 2 points ANS: (x₁ + x₂ / 2, y₁ + y₂ / 2) (an average of the coordinates of the endpoints)

Subtracting from both sides of an inequality ANS: reverse the central sign

Adding to both sides of an inequality ANS: central sign remains the same

multiplying or dividing by a negative number in an inequality ANS: reverse the central sign

multiplying or dividing by a positive number in an inequality ANS: central sign remains the same

Types and characteristics of triangles ANS: Scalene: no two sides or angles equal

Isosceles: two equal sides and angles

Equilateral: All three sides and all angles equal

Each angle must be 60 degrees

Right: one angle is a right angle (90)

Congruent triangles ANS: 1. each side of the first triangle equals the corresponding sides of the second triangle

  1. Two sides of the first triangle equal the corresponding angles of the second triangle, and their included angles are equal. The included angle is formed by the two sides of the triangle
  2. Two angles of the first triangle equal the corresponding angles of the second triangle, and any pair of corresponding sides are equal

Median of a triangle ANS: A line drawn from a vertex (point) to the midpoint of its opposite side. The medians of a triangle cross at a point that divides each median into two parts: one part of one third the length of the median and the other part of two thirds the length

Angle bisectors of a triangle ANS: Lines that divide each angle of a triangle into two equal parts; they cross in the middle of a circle inscribed in the center of the triangle

Sum of any two sides of a triangle ANS: Greater than the length of the third side

Angle inscribed in a semicircle ANS: Must be a right angle

converting diameter to radius ANS: d = 2r; so d² = 4r²

Combination formula ANS: C = (n)(n - 1)(n - 2)...(n - r+1) / (r)(r - 1)(r - 2)...(1)

Permutation formula ANS: P = (n)(n - 1)(n - 2)...(n - r+1)