Systems of Linear Equations practice problems for the FE Civil exam
Two or three equations in as many unknowns show up across the whole FE Civil specification: truss joints, mixture and mass balances, flow splits between pipes, cost allocations. The exam rarely asks you to solve a system for its own sake, so the skill being tested is setting one up from a word problem and then solving it faster than the clock. For two unknowns, elimination is almost always quicker than anything else: scale one equation so a variable cancels when you add. For three unknowns, the calculator's matrix solver is faster and less error-prone than hand elimination, and every approved FE calculator has one. Set the problem up as a coefficient matrix and a right-hand-side vector and read the answer off. Two habits save the most time. First, name the unknowns explicitly before writing any equation; most wrong answers come from a sign or a swapped variable, not from the algebra. Second, substitute your answer back into the equation you did not use to derive it. A system that has no unique solution is worth recognising too: if the determinant of the coefficient matrix is zero, the equations are either inconsistent or dependent, and no single answer exists.
Key formulas
Two equations, two unknowns
a1*x + b1*y = c1; a2*x + b2*y = c2
Cramer's rule for two unknowns
x = (c1*b2 - c2*b1) / (a1*b2 - a2*b1)
Determinant of a 2x2 coefficient matrix
det = a1*b2 - a2*b1
Matrix form
[A]{x} = {b} => {x} = [A]^-1 {b}
Unique-solution test
det(A) != 0 gives exactly one solution
Common mistakes
Setting up the equations with an inconsistent sign convention between them.
Solving for one unknown and reporting it when the question asked for the other, or for their sum.
Doing 3x3 elimination by hand under time pressure instead of using the calculator's matrix solver.
Missing that a zero determinant means there is no unique solution to report.
3 worked practice problems
Commit to an answer before opening the solution. Each problem shows the governing model, every substitution, a unit check, and why each wrong choice is wrong.
Original question written by FE Exam AI Prep from the public FE Civil exam specification. Before release, a solver model re-derived the answer twice from the question alone, without its answer key, and a critic model checked the result. No licensed engineer reviews these questions. It is not an NCEES question and does not come from any NCEES practice exam. FE Exam AI Prep is an independent study tool and is not affiliated with, endorsed by, or sponsored by NCEES.
FE Exam AI Prep is an independent study tool and is not affiliated with, endorsed by, or sponsored by NCEES. All practice questions are original and generated for study purposes based on publicly available exam specifications.