Back to Blog

    Hard ACT Systems of Equations Practice Questions

    June 7, 202612 min read98 views
    Hard ACT Systems of Equations Practice Questions

    Mastering Hard ACT Systems of Equations Practice Questions is essential for students aiming for a top-tier score on the math section of the ACT Prep journey. These questions often move beyond simple substitution and elimination, requiring you to handle three variables, non-linear equations, and abstract constants. By understanding the underlying logic of how lines and curves interact, you can efficiently solve even the most complex problems the test makers throw your way.

    Concept Explanation

    A system of equations consists of two or more equations with the same set of variables, where the solution is the point or set of points that satisfies all equations simultaneously. In the context of the ACT, systems are typically linear, but "hard" variations include quadratic-linear systems or systems with infinitely many or no solutions. To solve these effectively, you must be proficient in three primary methods: substitution, elimination, and graphing.

    When dealing with Hard ACT Systems of Equations Practice Questions, you will frequently encounter problems involving constants (like kk or aa) where you must determine the value of the constant that results in a specific number of solutions. A system of two linear equations has:

    • Exactly one solution: When the lines have different slopes.
    • No solution: When the lines are parallel (same slope, different y-intercepts).
    • Infinitely many solutions: When the lines are identical (same slope, same y-intercept).

    For non-linear systems, such as a parabola and a line, you may need to use the discriminant from ACT Quadratic Equations Practice Questions to determine the number of intersection points. If the discriminant b2βˆ’4ac>0b^2 - 4ac > 0, there are two solutions; if b2βˆ’4ac=0b^2 - 4ac = 0, there is one solution; and if b2βˆ’4ac<0b^2 - 4ac < 0, there are no real solutions.

    Solved Examples

    Review these worked examples to understand the logic required for high-level systems problems.

    1. Example 1: Systems with Constants
      Consider the system of equations below: 3xβˆ’5y=123x - 5y = 12 6x+ky=246x + ky = 24 For what value of kk does the system have infinitely many solutions?
      1. Identify the condition for infinitely many solutions: the equations must be multiples of each other.
      2. Compare the coefficients of xx. The second equation has 6x6x, which is 2Γ—3x2 \times 3x.
      3. Multiply the entire first equation by 2 to make it match the second: 2(3xβˆ’5y=12)β†’6xβˆ’10y=242(3x - 5y = 12) \rightarrow 6x - 10y = 24.
      4. Equate the yy-coefficients: ky=βˆ’10yky = -10y. Therefore, k=βˆ’10k = -10.
    2. Example 2: Three-Variable Systems
      Solve for zz in the following system: x+y+z=15x + y + z = 15 yβˆ’x=2y - x = 2 x+y=10x + y = 10
      1. Use the third equation x+y=10x + y = 10 and substitute it into the first equation.
      2. Substitute (x+y)(x + y) in (x+y)+z=15(x + y) + z = 15: 10+z=1510 + z = 15.
      3. Solve for zz: z=5z = 5. Note that we didn't even need the second equation to find zz, though we could use it to find xx and yy if needed.
    3. Example 3: Non-Linear Systems
      Find the points of intersection for the system: y=x2βˆ’4y = x^2 - 4 y=3xy = 3x
      1. Set the equations equal to each other: x2βˆ’4=3xx^2 - 4 = 3x.
      2. Rearrange into standard quadratic form: x2βˆ’3xβˆ’4=0x^2 - 3x - 4 = 0.
      3. Factor the quadratic: (xβˆ’4)(x+1)=0(x - 4)(x + 1) = 0.
      4. Solve for xx: x=4x = 4 and x=βˆ’1x = -1.
      5. Find the corresponding yy-values using y=3xy = 3x: For x=4,y=12x = 4, y = 12. For x=βˆ’1,y=βˆ’3x = -1, y = -3. The solutions are (4,12)(4, 12) and (βˆ’1,βˆ’3)(-1, -3).

    Practice Questions

    Apply your skills to these Hard ACT Systems of Equations Practice Questions. Many of these require integrating concepts from ACT Algebra Practice Questions.

    1. A system of equations is given by: ax+4y=10ax + 4y = 10 3xβˆ’2y=53x - 2y = 5 If the system has no solution, what is the value of aa?

    2. If 2x+3y=172x + 3y = 17 and 5xβˆ’2y=145x - 2y = 14, what is the value of x+yx + y?

    3. A rectangle has a perimeter of 40 inches. If the length is 4 inches more than twice the width, what is the area of the rectangle in square inches?

    Want a higher ACT score?

    Practice with AI-powered ACT questions, personalized quizzes, and smart study tools designed to help you improve faster.

    Start ACT Prep Free

    4. Consider the system: y=2x2βˆ’5x+3y = 2x^2 - 5x + 3 y=mxβˆ’5y = mx - 5 For what value of mm will the system have exactly one solution?

    5. If x+y=ax + y = a and xβˆ’y=bx - y = b, what is the value of xyxy in terms of aa and bb?

    6. Three people, Amy, Ben, and Chris, have a total of $150. Amy has $10 more than Ben. Chris has twice as much as Amy and Ben combined. How much money does Chris have?

    7. For what value of nn will the following system have an infinite number of solutions? 12xβˆ’23y=5\frac{1}{2}x - \frac{2}{3}y = 5 3xβˆ’ny=303x - ny = 30

    8. Solve for xx in the system: 2xβ‹…2y=322^x \cdot 2^y = 32 xβˆ’y=1x - y = 1

    9. A system of linear equations is represented by the matrix form AX=BAX = B. If the determinant of matrix AA is zero, which of the following must be true about the system? (Assume the equations are not identical).

    10. If x2+y2=25x^2 + y^2 = 25 and x+y=7x + y = 7, what are the possible values for the product xyxy?

    Answers & Explanations

    1. Answer: -6
      For no solution, the lines must be parallel (same slope). The slope of the second line is found by βˆ’2y=βˆ’3x+5β†’y=32xβˆ’2.5-2y = -3x + 5 \rightarrow y = \frac{3}{2}x - 2.5. The slope of the first line is 4y=βˆ’ax+10β†’y=βˆ’a4x+2.54y = -ax + 10 \rightarrow y = -\frac{a}{4}x + 2.5. Set the slopes equal: βˆ’a4=32-\frac{a}{4} = \frac{3}{2}. Cross-multiply: βˆ’2a=12-2a = 12, so a=βˆ’6a = -6.
    2. Answer: 7
      Multiply the first equation by 2 and the second by 3 to eliminate yy:
      4x+6y=344x + 6y = 34
      15xβˆ’6y=4215x - 6y = 42
      Add them: 19x=76β†’x=419x = 76 \rightarrow x = 4. Substitute x=4x = 4 into the first equation: 2(4)+3y=17β†’8+3y=17β†’3y=9β†’y=32(4) + 3y = 17 \rightarrow 8 + 3y = 17 \rightarrow 3y = 9 \rightarrow y = 3. Thus, x+y=4+3=7x + y = 4 + 3 = 7.
    3. Answer: 84
      Let L=L = length and W=W = width. System: 2L+2W=402L + 2W = 40 and L=2W+4L = 2W + 4. Substitute LL: 2(2W+4)+2W=40β†’4W+8+2W=40β†’6W=32β†’W=1632(2W + 4) + 2W = 40 \rightarrow 4W + 8 + 2W = 40 \rightarrow 6W = 32 \rightarrow W = \frac{16}{3}. Then L=2(163)+4=323+123=443L = 2(\frac{16}{3}) + 4 = \frac{32}{3} + \frac{12}{3} = \frac{44}{3}. Area = LΓ—W=443Γ—163β‰ˆ78.2L \times W = \frac{44}{3} \times \frac{16}{3} \approx 78.2. (Note: Check for integer values in ACT Word Problems Practice Questions; in this case, the calculation yields 7049\frac{704}{9}).
    4. Answer: 3 or 13
      Set equations equal: 2x2βˆ’5x+3=mxβˆ’5β†’2x2βˆ’(5+m)x+8=02x^2 - 5x + 3 = mx - 5 \rightarrow 2x^2 - (5+m)x + 8 = 0. For one solution, the discriminant D=0D = 0. D=(βˆ’(5+m))2βˆ’4(2)(8)=0D = (-(5+m))^2 - 4(2)(8) = 0. (5+m)2βˆ’64=0(5+m)^2 - 64 = 0. (5+m)2=64(5+m)^2 = 64. 5+m=85+m = 8 or 5+m=βˆ’85+m = -8. So m=3m = 3 or m=βˆ’13m = -13.
    5. Answer: a2βˆ’b24\frac{a^2 - b^2}{4}
      Square both equations: (x+y)2=a2β†’x2+2xy+y2=a2(x+y)^2 = a^2 \rightarrow x^2 + 2xy + y^2 = a^2 and (xβˆ’y)2=b2β†’x2βˆ’2xy+y2=b2(x-y)^2 = b^2 \rightarrow x^2 - 2xy + y^2 = b^2. Subtract the second from the first: 4xy=a2βˆ’b24xy = a^2 - b^2. Therefore, xy=a2βˆ’b24xy = \frac{a^2 - b^2}{4}.
    6. Answer: $100
      Let A,B,CA, B, C be the amounts. A+B+C=150A + B + C = 150, A=B+10A = B + 10, C=2(A+B)C = 2(A + B). Substitute CC into the first equation: (A+B)+2(A+B)=150β†’3(A+B)=150β†’A+B=50(A + B) + 2(A + B) = 150 \rightarrow 3(A + B) = 150 \rightarrow A + B = 50. Since C=2(A+B)C = 2(A + B), C=2(50)=100C = 2(50) = 100.
    7. Answer: 4
      Multiply the first equation by 6 to match the constant in the second: 6(12xβˆ’23y=5)β†’3xβˆ’4y=306(\frac{1}{2}x - \frac{2}{3}y = 5) \rightarrow 3x - 4y = 30. Comparing this to 3xβˆ’ny=303x - ny = 30, we see that n=4n = 4.
    8. Answer: 3
      From 2xβ‹…2y=322^x \cdot 2^y = 32, we use exponent rules: 2x+y=252^{x+y} = 2^5, so x+y=5x + y = 5. We also have xβˆ’y=1x - y = 1. Adding the two equations: 2x=62x = 6, so x=3x = 3.
    9. Answer: The system has no solution.
      If the determinant is zero, the lines are parallel. Since the equations are not identical, they cannot have infinitely many solutions, leaving "no solution" as the only possibility.
    10. Answer: 12
      Square the second equation: (x+y)2=72β†’x2+2xy+y2=49(x+y)^2 = 7^2 \rightarrow x^2 + 2xy + y^2 = 49. Substitute x2+y2=25x^2 + y^2 = 25: 25+2xy=4925 + 2xy = 49. 2xy=242xy = 24, so xy=12xy = 12.
    Interactive quizQuestion 1 of 5

    1. If \( 3x + 2y = 12 \) and \( y = 2x - 1 \), what is the value of \( x \)?

    Pick an answer to check

    Frequently Asked Questions

    What is the fastest way to solve systems on the ACT?

    The fastest way is usually the elimination method if the variables are already aligned, or substitution if one variable is already isolated. For very complex problems, plugging in the answer choices (Backsolving) can also be a significant time-saver.

    How do I know if a system has no solution?

    A system of linear equations has no solution if the lines are parallel, meaning they have the same slope but different y-intercepts. Algebraically, this often results in a false statement like 0=50 = 5 during the elimination process.

    Can I use my calculator for systems of equations?

    Yes, most graphing calculators allowed on the ACT have a "Polynomial Root Finder/Simultaneous Equation Solver" app or can find intersections via the graphing screen. Using these features can increase accuracy on Hard ACT Systems of Equations Practice Questions.

    What is a non-linear system of equations?

    A non-linear system includes at least one equation that is not a straight line, such as a parabola, circle, or exponential function. These systems can have zero, one, two, or more solutions depending on the shapes involved.

    Why does the ACT include constants like kk in systems?

    The ACT uses constants to test your conceptual understanding of slopes and intercepts rather than just your ability to perform arithmetic. It requires you to know the conditions for parallel and identical lines without having all the numbers provided.

    Want a higher ACT score?

    Practice with AI-powered ACT questions, personalized quizzes, and smart study tools designed to help you improve faster.

    Start ACT Prep Free

    Tags

    ACT

    Enjoyed this article?

    Share it with others who might find it helpful.

    Related Articles

    Keep exploring