Back to Blog
    Exams, Assessments & Practice Tools

    GRE Linear Equations Questions Practice Questions with Answers

    June 26, 20269 min read27 views
    GRE Linear Equations Questions Practice Questions with Answers

    Concept Explanation

    Linear equations are algebraic statements where the highest power of the variable is exactly one, typically represented in the standard form a x + b = c ax + b = c . In the context of the GRE, these equations form the backbone of the Quantitative Reasoning section, appearing in word problems, coordinate geometry, and data interpretation. Solving a linear equation requires isolating the variable using inverse operationsβ€”addition, subtraction, multiplication, and divisionβ€”applied equally to both sides of the equality. When dealing with two variables, a system of linear equations can be solved using substitution or elimination to find the unique point where two lines intersect on a Cartesian plane. Understanding these fundamentals is a critical step in your GRE Prep journey, as they often serve as the first step in solving more complex multi-variable problems.

    Key Properties of Linear Equations

    • Slope-Intercept Form: Often written as y = m x + b y = mx + b , where m m is the slope and b b is the y-intercept.
    • Isolating Variables: The goal is to get the variable (usually x x ) by itself on one side.
    • Systems of Equations: Two or more equations with the same variables; the solution is the set of values that satisfies all equations simultaneously.
    • No Solution vs. Infinite Solutions: If a simplified equation results in a contradiction (like 5 = 7 5 = 7 ), there is no solution. If it results in an identity (like x = x x = x ), there are infinite solutions.

    Solved Examples

    Reviewing these step-by-step solutions will help clarify how to manipulate variables and constants effectively under timed conditions.

    1. Example 1: Single Variable Isolation
      Solve for x x : 3 ( x βˆ’ 4 ) + 5 = 2 x βˆ’ 7 3(x - 4) + 5 = 2x - 7
      1. Distribute the 3: 3 x βˆ’ 12 + 5 = 2 x βˆ’ 7 3x - 12 + 5 = 2x - 7
      2. Combine like terms on the left: 3 x βˆ’ 7 = 2 x βˆ’ 7 3x - 7 = 2x - 7
      3. Subtract 2 x 2x from both sides: x βˆ’ 7 = βˆ’ 7 x - 7 = -7
      4. Add 7 to both sides: x = 0 x = 0
    2. Example 2: System of Equations (Substitution)
      Solve for y y if 2 x + y = 10 2x + y = 10 and x = y βˆ’ 1 x = y - 1 .
      1. Substitute the expression for x x into the first equation: 2 ( y βˆ’ 1 ) + y = 10 2(y - 1) + y = 10
      2. Distribute: 2 y βˆ’ 2 + y = 10 2y - 2 + y = 10
      3. Combine y y terms: 3 y βˆ’ 2 = 10 3y - 2 = 10
      4. Add 2 to both sides: 3 y = 12 3y = 12
      5. Divide by 3: y = 4 y = 4
    3. Example 3: Word Problem Translation
      A taxi charges a flat fee of $3.50 plus $2.25 per mile. If a total fare was $21.50, how many miles ( m m ) were traveled?
      1. Set up the equation: 3.50 + 2.25 m = 21.50 3.50 + 2.25m = 21.50
      2. Subtract 3.50 from both sides: 2.25 m = 18.00 2.25m = 18.00
      3. Divide by 2.25: m = 18 2.25 m = \frac{18}{2.25}
      4. Simplify: m = 8 m = 8 miles.

    Practice Questions

    Test your knowledge with these GRE linear equations questions ranging from basic arithmetic to complex systems.

    1. Solve for z z : 2 z βˆ’ 5 3 = 7 \frac{2z - 5}{3} = 7

    2. If 5 x + 3 = 2 x βˆ’ 12 5x + 3 = 2x - 12 , what is the value of x + 5 x + 5 ?

    3. A line passes through the points (2, 5) and (4, 11). What is the slope of this line?

    Ready to improve your GRE score?

    Practice with AI-powered GRE questions, personalized quizzes, adaptive learning, and detailed explanations.

    Start GRE Prep Free

    4. Solve the system for x x : { 3 x + 2 y = 16   7 x βˆ’ 2 y = 4 \begin{cases} 3x + 2y = 16 \ 7x - 2y = 4 \end{cases}

    5. If 4 ( y βˆ’ 2 ) = 3 ( y + 4 ) 4(y - 2) = 3(y + 4) , what is the value of y y ?

    6. A rectangular garden has a perimeter of 48 feet. If the length is 4 feet longer than the width, what is the width in feet?

    7. Solve for a a : 1 2 a + 1 3 a = 10 \frac{1}{2}a + \frac{1}{3}a = 10

    8. Which of the following lines is parallel to y = 4 x βˆ’ 5 y = 4x - 5 ?
    A) y = βˆ’ 4 x + 5 y = -4x + 5
    B) 4 y = x βˆ’ 5 4y = x - 5
    C) 2 y = 8 x + 10 2y = 8x + 10
    D) y = 1 4 x + 5 y = \frac{1}{4}x + 5

    9. If 2 x βˆ’ 3 y = 6 2x - 3y = 6 , what is the x-intercept of the line?

    10. Solve for x x : 0.5 x + 1.2 = 0.2 x + 3.0 0.5x + 1.2 = 0.2x + 3.0

    Answers & Explanations

    1. Answer: 13
      Multiply both sides by 3: 2 z βˆ’ 5 = 21 2z - 5 = 21 . Add 5 to both sides: 2 z = 26 2z = 26 . Divide by 2: z = 13 z = 13 .
    2. Answer: 0
      Subtract 2 x 2x from both sides: 3 x + 3 = βˆ’ 12 3x + 3 = -12 . Subtract 3: 3 x = βˆ’ 15 3x = -15 . Divide by 3: x = βˆ’ 5 x = -5 . The question asks for x + 5 x + 5 , so βˆ’ 5 + 5 = 0 -5 + 5 = 0 .
    3. Answer: 3
      Use the slope formula m = y 2 βˆ’ y 1 x 2 βˆ’ x 1 m = \frac{y_2 - y_1}{x_2 - x_1} . Thus, m = 11 βˆ’ 5 4 βˆ’ 2 = 6 2 = 3 m = \frac{11 - 5}{4 - 2} = \frac{6}{2} = 3 .
    4. Answer: 2
      Use elimination by adding the two equations: ( 3 x + 2 y ) + ( 7 x βˆ’ 2 y ) = 16 + 4 (3x + 2y) + (7x - 2y) = 16 + 4 , which simplifies to 10 x = 20 10x = 20 . Dividing by 10 gives x = 2 x = 2 .
    5. Answer: 20
      Distribute: 4 y βˆ’ 8 = 3 y + 12 4y - 8 = 3y + 12 . Subtract 3 y 3y from both sides: y βˆ’ 8 = 12 y - 8 = 12 . Add 8: y = 20 y = 20 .
    6. Answer: 10
      Let width be w w . Length is w + 4 w + 4 . Perimeter P = 2 ( L + W ) P = 2(L + W) . So, 48 = 2 ( w + 4 + w ) 48 = 2(w + 4 + w) . Divide by 2: 24 = 2 w + 4 24 = 2w + 4 . Subtract 4: 20 = 2 w 20 = 2w . Thus, w = 10 w = 10 .
    7. Answer: 12
      Find a common denominator (6): 3 a 6 + 2 a 6 = 10 \frac{3a}{6} + \frac{2a}{6} = 10 . Combine: 5 a 6 = 10 \frac{5a}{6} = 10 . Multiply by 6: 5 a = 60 5a = 60 . Divide by 5: a = 12 a = 12 .
    8. Answer: C
      Parallel lines have the same slope. The slope of the given line is 4. In option C, 2 y = 8 x + 10 2y = 8x + 10 simplifies to y = 4 x + 5 y = 4x + 5 , which also has a slope of 4.
    9. Answer: 3
      The x-intercept occurs when y = 0 y = 0 . Plug in 0: 2 x βˆ’ 3 ( 0 ) = 6 2x - 3(0) = 6 . This gives 2 x = 6 2x = 6 , so x = 3 x = 3 .
    10. Answer: 6
      Subtract 0.2 x 0.2x from both sides: 0.3 x + 1.2 = 3.0 0.3x + 1.2 = 3.0 . Subtract 1.2: 0.3 x = 1.8 0.3x = 1.8 . Divide by 0.3: x = 6 x = 6 .
    Interactive quizQuestion 1 of 5

    1. If 3x + 7 = 22, what is the value of x?

    Pick an answer to check

    Frequently Asked Questions

    What is a linear equation?

    A linear equation is an algebraic equation in which each term is either a constant or the product of a constant and a single variable raised to the first power. Geometrically, these equations represent straight lines when plotted on a graph.

    How do I solve a system of linear equations on the GRE?

    You can solve systems of equations using the substitution method, where you solve for one variable and plug it into the other, or the elimination method, where you add or subtract equations to cancel out a variable. The AI Question Generator can provide more practice with these specific techniques.

    What is the difference between a dependent and independent system?

    An independent system has exactly one solution where the lines intersect at a single point. A dependent system has infinitely many solutions because the equations represent the same line, while an inconsistent system has no solution because the lines are parallel.

    Can linear equations have more than one variable on the GRE?

    Yes, the GRE frequently tests systems of linear equations with two variables ( x x and y y ) and occasionally three variables. Mastering these is essential for solving word problems related to rates, mixtures, and ages, which you can further explore in our study strategies guide.

    How do I find the slope of a line from an equation?

    To find the slope, rearrange the equation into the slope-intercept form, y = m x + b y = mx + b . The coefficient of x x , denoted as m m , is the slope of the line.

    Ready to improve your GRE score?

    Practice with AI-powered GRE questions, personalized quizzes, adaptive learning, and detailed explanations.

    Start GRE Prep Free

    Start studying smarter β€” free

    Get personalized AI study tools. No credit card.

    Tags

    GRE

    Enjoyed this article?

    Share it with others who might find it helpful.