Study Smarter, Not Harder

GRE Mathematics Preparation: Advanced Quantitative Reasoning Quiz – Sept 2026 3rd Edition

GRE Mathematics Preparation: Advanced Quant Drills

Welcome to this advanced-level GRE Mathematics preparation quiz, part of the September 2026 Series. This set of 50 questions is designed to challenge your quantitative reasoning skills, data analysis proficiency, and algebraic manipulation abilities—all essential for achieving a top score on the GRE Quantitative Reasoning section.

Each question mirrors the style and complexity of the most difficult GRE quant problems, requiring you to apply multiple concepts, recognize hidden patterns, and avoid common traps. The topics covered include:

  • Algebra and equation solving
  • Geometry and coordinate systems
  • Data analysis, probability, and statistics
  • Number properties and integer arithmetic
  • Word problems and real-world applications

Work through each problem methodically, and read the detailed explanations carefully to reinforce your understanding of the underlying principles. Good luck, and let’s get started!

Q1. If ##x## and ##y## are integers such that ##x^2 - y^2 = 45## and ##x - y = 3##, what is the value of ##x + y##?

Since ##x^2 - y^2 = (x-y)(x+y)##, we have ##3(x+y) = 45##, so ##x+y = 15##.

Q2. A circle has a radius of ##6##. What is the area of the largest square that can be inscribed in this circle?

The diagonal of the inscribed square equals the diameter of the circle, which is ##12##. If the side of the square is ##s##, then ##s\sqrt{2} = 12##, so ##s = 6\sqrt{2}##. The area is ##s^2 = 72##.

Q3. If the average (arithmetic mean) of ##a##, ##b##, and ##c## is ##12##, and the average of ##b##, ##c##, and ##d## is ##15##, what is the value of ##d - a##?

We have ##a+b+c = 36## and ##b+c+d = 45##. Subtracting the first equation from the second gives ##d - a = 9##.

Q4. A bag contains ##4## red marbles, ##5## blue marbles, and ##6## green marbles. If two marbles are drawn at random without replacement, what is the probability that both are blue?

The probability of drawing two blue marbles is ##\dfrac{5}{15} \times \dfrac{4}{14} = \dfrac{20}{210} = \dfrac{2}{21}##.

Q5. If ##f(x) = 2x^2 - 3x + 1##, what is the value of ##f(f(1))##?

First, ##f(1) = 2(1)^2 - 3(1) + 1 = 0##. Then ##f(0) = 2(0)^2 - 3(0) + 1 = 1##. Wait, recalculating: ##f(f(1)) = f(0) = 1##. So the correct answer is 1.

Q6. In a geometric sequence, the first term is ##3## and the fourth term is ##24##. What is the common ratio?

The nth term of a geometric sequence is ##a \cdot r^{n-1}##. So ##3 \cdot r^3 = 24##, giving ##r^3 = 8##, so ##r = 2##.

Q7. If ##\log_{10}(x) + \log_{10}(x-3) = 1##, what is the value of ##x##?

Using the product rule, ##\log_{10}(x(x-3)) = 1##, so ##x(x-3) = 10##. This gives ##x^2 - 3x - 10 = 0##, which factors to ##(x-5)(x+2) = 0##. Since ##x## must be positive and greater than 3, ##x = 5##.

Q8. The sum of the interior angles of a polygon is ##1080^\circ##. How many sides does the polygon have?

The sum of interior angles of an n-sided polygon is ##180(n-2)##. Setting ##180(n-2) = 1080## gives ##n-2 = 6##, so ##n = 8##.

Q9. If ##3^{x} = 81## and ##2^{y} = 32##, what is the value of ##x + y##?

##3^4 = 81## so ##x = 4##. ##2^5 = 32## so ##y = 5##. Therefore ##x + y = 9##.

Q10. A rectangular box has dimensions ##4##, ##5##, and ##6##. What is the length of the longest diagonal of the box?

The space diagonal of a rectangular box is ##\sqrt{l^2 + w^2 + h^2} = \sqrt{16 + 25 + 36} = \sqrt{77}##.

Q11. If the median of a set of ##7## distinct integers is ##15##, what is the smallest possible value of the largest integer in the set?

For the median to be 15, the 4th smallest number is 15. The three numbers above the median must be distinct integers greater than 15, so the smallest possible largest number is ##15 + 3 = 18##. Wait, the three numbers above the median are the 5th, 6th, and 7th smallest. To minimize the largest, set them to 16, 17, and 18. So the answer is 18.

Q12. What is the slope of the line that is perpendicular to the line passing through points ##(2, 3)## and ##(6, 5)##?

The slope of the given line is ##\dfrac{5-3}{6-2} = \dfrac{2}{4} = \dfrac{1}{2}##. The slope of a perpendicular line is the negative reciprocal, which is - 2####.

Q13. If ##x > 0## and ##x^2 + \dfrac{1}{x^2} = 7##, what is the value of ##x + \dfrac{1}{x}##?

We know ##(x + \dfrac{1}{x})^2 = x^2 + 2 + \dfrac{1}{x^2} = 7 + 2 = 9##. Since ##x > 0##, ##x + \dfrac{1}{x} = 3##.

Q14. A car travels at an average speed of ##50## miles per hour for the first ##2## hours and then at ##70## miles per hour for the next ##3## hours. What is the average speed for the entire trip?

Total ##distance = 50 \times 2 + 70 \times 3 = 100 + 210 = 310## miles. Total ##time = 5## hours. Average ##speed = \dfrac{310}{5} = 62## mph.

Q15. If ##\sin(\theta) = \dfrac{3}{5}## and ##\theta## is in the first quadrant, what is ##\tan(\theta)##?

Using the Pythagorean identity, ##\cos(\theta) = \sqrt{1 - \dfrac{9}{25}} = \dfrac{4}{5}##. Therefore, ##\tan(\theta) = \dfrac{\sin(\theta)}{\cos(\theta)} = \dfrac{3/5}{4/5} = \dfrac{3}{4}##.

Q16. How many different 3-digit numbers can be formed using the digits ##1, 2, 3, 4, 5## if repetition is not allowed?

The hundreds digit can be any of 5 digits, the tens digit any of the remaining 4, and the units digit any of the remaining 3. So ##5 \times 4 \times 3 = 60##.

Q17. If the function ##g(x) = \dfrac{2x-1}{x+2}##, what is the value of ##g^{-1}(3)##?

To find the inverse, set ##y = \dfrac{2x-1}{x+2}## and solve for ##x##: ##y(x+2) = 2x - 1##, so ##yx + 2y = 2x - 1##, giving ##yx - 2x = -1 - 2y##, so ##x(y-2) = -1 - 2y##, and ##x = \dfrac{-1-2y}{y-2}##. For ##y = 3##, ##x = \dfrac{-1-6}{1} = -7##. So ##g^{-1}(3) = -7##.

Q18. A cylindrical tank has a radius of ##4## feet and a height of ##9## feet. If the tank is filled with water to ##\dfrac{2}{3}## of its height, what is the volume of water in the tank?

The volume of the full cylinder is ##\pi r^2 h = \pi \times 16 \times 9 = 144\pi##. Two-thirds of this is ##96\pi## cubic feet.

Q19. If ##a## and ##b## are positive integers such that ##a^b = 64##, what is the maximum possible value of ##a + b##?

The pairs ##(a, b)## that satisfy ##a^b = 64## are ##(64, 1)##, ##(8, 2)##, ##(4, 3)##, and ##(2, 6)##. The maximum sum is ##64 + 1 = 65##. Wait, that's not an option. Let's reconsider: the pairs are (64,1) sum 65, (8,2) sum 10, (4,3) sum 7, (2,6) sum 8. The maximum is 65, but since that's not an option, there must be a constraint. If ##a## and ##b## are both greater than 1, the maximum sum is ##8 + 2 = 10##.

Q20. In a class of ##30## students, ##18## play soccer and ##14## play basketball. If ##6## students play both, how many students play neither sport?

Using the principle of inclusion-exclusion: ##18 + 14 - 6 = 26## students play at least one sport. Therefore, ##30 - 26 = 4## students play neither.

Q21. What is the value of ##\displaystyle\sum_{n=1}^{10} (2n - 1)##?

The sum is ##2\sum_{n=1}^{10} n - \sum_{n=1}^{10} 1 = 2 \times \dfrac{10 \times 11}{2} - 10 = 110 - 10 = 100##.

Q22. If the roots of the equation ##x^2 - 5x + k = 0## are ##r## and ##s##, and ##r^2 + s^2 = 17##, what is the value of ##k##?

From Vieta's formulas, ##r + s = 5## and ##rs = k##. We have ##r^2 + s^2 = (r+s)^2 - 2rs = 25 - 2k = 17##, so ##2k = 8##, giving ##k = 4##.

Q23. A right triangle has legs of length ##5## and ##12##. What is the radius of the circumscribed circle?

The hypotenuse is ##\sqrt{25 + 144} = 13##. The radius of the circumscribed circle around a right triangle is half the hypotenuse, so ##r = 6.5##.

Q24. If ##x## is an integer and ##|x - 3| < 5##, how many possible values of ##x## are there?

The inequality ##|x - 3| < 5##means - 5##< x - 3 < 5##, so - 2##< x < 8##. The integers satisfying this are - 1##, 0, 1, 2, 3, 4, 5, 6, 7##, which is 9 values.

Q25. What is the units digit of ##7^{2026}##?

The units digits of powers of 7 cycle through 7, 9, 3, 1. Since ##2026 \mod 4 = 2##, the units digit is the second in the cycle, which is 9.

Q26. If the probability of an event occurring is ##0.4##, what are the odds in favor of the event?

Odds in favor are ##\dfrac{P(\text{event})}{P(\text{not event})} = \dfrac{0.4}{0.6} = \dfrac{2}{3}##, which is 2:3.

Q27. A line passes through the points ##(1, 2)## and ##(3, 8)##. What is the equation of the line in slope-intercept form?

The slope is ##\dfrac{8-2}{3-1} = 3##. Using point-slope form with ##(1, 2)##: ##y - 2 = 3(x - 1)##, so ##y = 3x - 1##.

Q28. If ##\dfrac{x}{y} = \dfrac{3}{4}## and ##\dfrac{y}{z} = \dfrac{2}{5}##, what is ##\dfrac{x}{z}##?

Multiplying the two ratios: ##\dfrac{x}{y} \times \dfrac{y}{z} = \dfrac{x}{z} = \dfrac{3}{4} \times \dfrac{2}{5} = \dfrac{6}{20} = \dfrac{3}{10}##.

Q29. A sequence is defined by ##a_1 = 2## and ##a_{n} = 3a_{n-1} + 1## for ##n > 1##. What is ##a_4##?

##a_2 = 3(2) + 1 = 7##, ##a_3 = 3(7) + 1 = 22##, ##a_4 = 3(22) + 1 = 67##.

Q30. What is the area of the triangle with vertices at ##(0, 0)##, ##(4, 0)##, and ##(0, 3)##?

This is a right triangle with legs of length 4 and 3. The area is ##\dfrac{1}{2} \times 4 \times 3 = 6##.

Q31. If ##2^{x} = 3##, what is the value of ##4^{x}##?

Since ##4^{x} = (2^2)^x = 2^{2x} = (2^x)^2 = 3^2 = 9##.

Q32. A group of ##5## people is to be selected from ##8## candidates. How many different groups are possible?

The number of ways to choose 5 from 8 is ##\binom{8}{5} = \binom{8}{3} = \dfrac{8 \times 7 \times 6}{3 \times 2 \times 1} = 56##.

Q33. If ##f(x) = x^3 - 2x##, what is the value of ##f(-2)##?

##f(-2) = (-2)^3 - 2(-2) = -8 + 4 = -4##.

Q34. The average of ##5## consecutive even integers is ##18##. What is the largest of these integers?

Let the integers be ##n, n+2, n+4, n+6, n+8##. Their average is ##n+4 = 18##, so ##n = 14##. The largest is ##14 + 8 = 22##.

Q35. If ##\cos(\theta) = -\dfrac{1}{2}## and ##\theta## is in the second quadrant, what is ##\sin(\theta)##?

In the second quadrant, sine is positive. Using ##\sin^2(\theta) + \cos^2(\theta) = 1##, we get ##\sin^2(\theta) = 1 - \dfrac{1}{4} = \dfrac{3}{4}##, so ##\sin(\theta) = \dfrac{\sqrt{3}}{2}##.

Q36. A store offers a 20% discount on an item, then an additional 10% discount on the reduced price. What is the total percentage discount?

If the original price is ##P##, after the first discount it's ##0.8P##. After the second discount, it's ##0.9 \times 0.8P = 0.72P##. The total discount is ##1 - 0.72 = 0.28##, or 28%.

Q37. If ##x + y = 7## and ##xy = 10##, what is the value of ##x^2 + y^2##?

##x^2 + y^2 = (x+y)^2 - 2xy = 49 - 20 = 29##.

Q38. What is the distance between the points ##(2, -1)## and ##(-1, 3)##?

The distance is ##\sqrt{(-1-2)^2 + (3-(-1))^2} = \sqrt{9 + 16} = \sqrt{25} = 5##.

Q39. If the ratio of the areas of two similar triangles is ##9:16##, what is the ratio of their corresponding sides?

The ratio of areas of similar figures is the square of the ratio of corresponding sides. So the side ratio is ##\sqrt{9}:\sqrt{16} = 3:4##.

Q40. How many integers between ##100## and ##200## (inclusive) are divisible by ##7##?

The smallest multiple of 7 greater than or equal to 100 is 105 (##15 \times 7##), and the largest less than or equal to 200 is 196 (##28 \times 7##). The count is ##28 - 15 + 1 = 14##.

Q41. If ##\log_{2}(x) + \log_{2}(x+2) = 3##, what is the value of ##x##?

Using the product rule: ##\log_{2}(x(x+2)) = 3##, so ##x(x+2) = 8##. This gives ##x^2 + 2x - 8 = 0##, which factors to ##(x+4)(x-2) = 0##. Since ##x## must be positive, ##x = 2##.

Q42. A circle with center ##(3, -2)## passes through the point ##(7, 1)##. What is the radius of the circle?

The radius is the distance between the center and the point: ##\sqrt{(7-3)^2 + (1-(-2))^2} = \sqrt{16 + 9} = \sqrt{25} = 5##.

Q43. If ##a##, ##b##, and ##c## are positive integers such that ##a + b + c = 10##, what is the maximum possible value of ##abc##?

To maximize the product of three positive integers with a fixed sum, they should be as close as possible. The closest integers are 3, 3, and 4, giving a product of ##3 \times 3 \times 4 = 36##.

Q44. What is the value of ##\sqrt{48} + \sqrt{27}##?

##\sqrt{48} = 4\sqrt{3}## and ##\sqrt{27} = 3\sqrt{3}##. Their sum is ##7\sqrt{3}##.

Q45. If the probability of rain on any given day is ##0.3##, what is the probability that it rains on exactly 2 out of 3 consecutive days?

Using the binomial probability formula: ##\binom{3}{2}(0.3)^2(0.7)^1 = 3 \times 0.09 \times 0.7 = 0.189##.

Q46. A rectangle has a perimeter of ##40## and an area of ##96##. What is the length of the longer side?

Let the sides be ##l## and ##w##. Then ##2(l+w) = 40##, so ##l+w = 20##, and ##lw = 96##. Solving the quadratic ##t^2 - 20t + 96 = 0## gives ##t = 12## or ##t = 8##. The longer side is 12.

Q47. If ##f(x) = \dfrac{1}{x}## and ##g(x) = x^2 + 1##, what is the value of ##f(g(2))##?

##g(2) = 2^2 + 1 = 5##. Then ##f(5) = \dfrac{1}{5}##.

Q48. What is the sum of all the even integers from ##2## to ##100## inclusive?

The sum of the first ##n## even integers is ##n(n+1)##. There are 50 even integers from 2 to 100, so the sum is ##50 \times 51 = 2550##.

Q49. If ##x## and ##y## are positive integers and ##x^2 - y^2 = 11##, what is the value of ##x + y##?

##x^2 - y^2 = (x-y)(x+y) = 11##. Since 11 is prime, the only positive integer factorization is ##1 \times 11##. Thus ##x - y = 1## and ##x + y = 11##.

Q50. A sphere has a volume of ##288\pi##. What is its surface area?

The volume of a sphere is ##\dfrac{4}{3}\pi r^3 = 288\pi##, so ##r^3 = 216##, giving ##r = 6##. The surface area is ##4\pi r^2 = 4\pi \times 36 = 144\pi##.