8 min read

GRE Quant Formulas You MUST Know: Flashcards for Quick Revision

Hero image

Preparing for the GRE Quantitative Reasoning section can feel like navigating a dense forest of numbers, equations, and geometric shapes. While the GRE emphasizes problem-solving and critical thinking over rote memorization, having a solid grasp of key mathematical formulas is undeniably crucial. These formulas are your shortcuts, your foundational tools that allow you to tackle complex problems efficiently and accurately.

But how do you keep dozens of formulas straight in your head, ready to recall them under timed test conditions? The answer lies in effective revision, and one of the most powerful tools at your disposal is the humble flashcard.

Why Formulas are Your Best Friends on the GRE Quant

Many GRE Quant problems don't explicitly ask you to recite a formula. Instead, they present a scenario where applying the correct formula is the fastest, or often the only, path to the solution. Knowing the area of a circle, the properties of exponents, or how to calculate simple interest can save you precious minutes and ensure you arrive at the correct answer.

Without these foundational formulas, you'd spend valuable test time trying to derive them or attempting convoluted, inefficient solution methods. Memorization, when combined with understanding, is a powerful ally for GRE success.

Essential GRE Quantitative Reasoning Formulas

Let's break down the must-know formulas across the main GRE Quant topics. As you go through them, imagine how each one would look on a flashcard.

Arithmetic Formulas

Arithmetic is the bedrock of GRE Quant. These formulas deal with numbers, operations, and basic relationships.

  • Percent Change: ((New Value - Old Value) / Old Value) * 100%
    • Tip: Remember whether it's an increase or decrease.
  • Simple Interest: Interest = Principal * Rate * Time (I = PRT)
    • Tip: Rate must be in decimal form, time in years.
  • Compound Interest: Amount = P * (1 + R/n)^(nt) where P = principal, R = annual rate, n = number of times interest is compounded per year, t = number of years.
  • Average (Arithmetic Mean): Average = Sum of terms / Number of terms
    • Tip: Often, you'll need to find the sum when given the average and count.
  • Sum of an Arithmetic Series: Sum = (n/2) * (first term + last term) where n is the number of terms.
  • Divisibility Rules: (e.g., A number is divisible by 3 if the sum of its digits is divisible by 3.)
  • Exponent Rules:
    • x^a * x^b = x^(a+b)
    • x^a / x^b = x^(a-b)
    • (x^a)^b = x^(ab)
    • x^0 = 1
    • x^(-a) = 1 / x^a
    • (xy)^a = x^a * y^a
  • Square Roots:
    • sqrt(xy) = sqrt(x) * sqrt(y)
    • sqrt(x/y) = sqrt(x) / sqrt(y)

Algebra Formulas

Algebra questions test your ability to work with variables and solve equations and inequalities.

  • Quadratic Formula: For ax^2 + bx + c = 0, x = (-b ± sqrt(b^2 - 4ac)) / 2a
    • Tip: Don't forget the ± and that the entire numerator is divided by 2a.
  • Difference of Squares: a^2 - b^2 = (a - b)(a + b)
    • Tip: This is a common factoring pattern.
  • Perfect Squares: a^2 + 2ab + b^2 = (a + b)^2 a^2 - 2ab + b^2 = (a - b)^2
  • Systems of Equations: (Methods: Substitution, Elimination)
  • Distance = Rate × Time (D = RT)
    • Tip: Ensure units are consistent (e.g., miles/hour, hours, miles).
  • Work Rate Formula: 1/T_total = 1/T_1 + 1/T_2 + ... where T is the time it takes for each individual/machine to complete the work.
  • Absolute Value: If |x| = a, then x = a or x = -a. If |x| < a, then -a < x < a. If |x| > a, then x < -a or x > a.

Geometry Formulas

Geometry covers shapes, angles, and spatial reasoning. Visualizing these formulas is key.

  • Area of a Triangle: A = (1/2) * base * height
  • Pythagorean Theorem (for Right Triangles): a^2 + b^2 = c^2
    • Tip: c is always the hypotenuse (longest side, opposite the right angle).
  • Special Right Triangles:
    • 45-45-90 Triangle: Sides in ratio x : x : x√2
    • 30-60-90 Triangle: Sides in ratio x : x√3 : 2x
  • Area of a Square: A = side^2
  • Area of a Rectangle: A = length * width
  • Area of a Parallelogram: A = base * height
  • Area of a Trapezoid: A = (1/2) * (base1 + base2) * height
  • Circumference of a Circle: C = 2πr or C = πd
  • Area of a Circle: A = πr^2
  • Volume of a Rectangular Prism (Box): V = length * width * height
  • Volume of a Cylinder: V = πr^2h
  • Coordinate Geometry:
    • Distance Formula: d = sqrt((x2 - x1)^2 + (y2 - y1)^2)
    • Midpoint Formula: ((x1 + x2)/2, (y1 + y2)/2)
    • Slope Formula: m = (y2 - y1) / (x2 - x1)

Data Analysis Formulas

This section deals with statistics, probability, and counting methods.

  • Probability: P(Event) = (Number of favorable outcomes) / (Total number of possible outcomes)
    • Tip: Probabilities range from 0 to 1.
  • Probability of Independent Events: P(A and B) = P(A) * P(B)
  • Probability of Mutually Exclusive Events: P(A or B) = P(A) + P(B)
  • Permutations (Order Matters): nPr = n! / (n - r)!
    • n is total items, r is items chosen.
  • Combinations (Order Doesn't Matter): nCr = n! / (r! * (n - r)!)
    • n is total items, r is items chosen.
  • Factorial: n! = n * (n-1) * (n-2) * ... * 1 (e.g., 5! = 5*4*3*2*1 = 120) 0! = 1
  • Range: Range = Highest Value - Lowest Value
  • Standard Deviation: (Conceptual understanding is often enough; direct calculation is rare.) It measures the spread of data points around the mean.

Mastering Formulas with Flashcards: Your Revision Strategy

Simply reading through a list of formulas isn't enough. To truly internalize them and make them accessible under pressure, you need an active revision strategy. This is where flashcards shine.

The Power of Active Recall

Flashcards force you into active recall. Instead of passively re-reading notes, you're actively trying to retrieve information from memory. This process strengthens neural connections, making the information easier to remember in the future.

How to Create Effective Flashcards

  1. Front: Write the concept, the type of problem, or a specific question.
    • Example: "Area of a circle" or "Pythagorean Theorem" or "How to find the mean?"
  2. Back: Write the formula clearly, along with any conditions or helpful tips.
    • Example (Area of Circle): A = πr^2, r is radius.
    • Example (Pythagorean Theorem): a^2 + b^2 = c^2, only for right triangles, c is hypotenuse.
    • Example (Mean): Sum of terms / Number of terms, make sure to sum all terms first.
  3. Include Examples: For complex formulas or those with common pitfalls, add a simple example on the back to illustrate its application.
  4. Categorize: Group your flashcards by topic (Arithmetic, Algebra, Geometry, Data Analysis) to help with focused study sessions.

Implementing a Flashcard Revision Schedule

  • Daily Review: Go through a set of flashcards every day. Even 10-15 minutes can make a significant difference.
  • Spaced Repetition: This is key. Review cards you know well less frequently, and cards you struggle with more often. Apps like Anki can automate this, but you can do it manually by creating "know well," "somewhat know," and "don't know" piles.
  • Mix it Up: Don't just drill formulas. Practice applying them to problems. If you find yourself consistently forgetting a formula during practice, make a flashcard for it (or refine an existing one).

Beyond Just Memorization: Understanding

While flashcards are great for memorization, remember that the GRE tests your understanding and application. Don't just memorize symbols; understand what each variable represents and when to use the formula. Practice problems are crucial for this step.

Put Your Knowledge to the Test

Once you've built your flashcard deck and are consistently reviewing, it's time to put that knowledge into action. The best way to solidify your understanding and ensure you can apply these formulas under pressure is through extensive practice. A comprehensive GRE Quantitative Reasoning prep app can provide a wealth of practice questions, allowing you to test your formula recall and application in a simulated exam environment. Look for apps that offer detailed explanations so you can learn from your mistakes and reinforce your understanding of how each formula works in various contexts.

Conclusion

Mastering the essential GRE Quantitative Reasoning formulas is a non-negotiable step on your path to a high score. By systematically organizing these formulas using flashcards and diligently reviewing them through active recall and spaced repetition, you'll build a strong mathematical foundation. Combine this with ample practice, and you'll be well-equipped to tackle any quantitative challenge the GRE throws your way. Good luck!

GRE Quantitative Reasoning

GRE Quantitative Reasoning

Your trusted companion for mastering the GRE Quantitative Reasoning test. Expert tips, comprehensive practice questions, and proven strategies to help you achieve your target score.

🎯 Ready to Excel?

Master the GRE Quantitative Reasoning test with comprehensive practice questions, detailed explanations, smart study tools, and performance tracking.