مرکزی مواد پر جائیں
Learning LoftInstitute

مفت اوزار

Simultaneous Equations Solver

Solve two or three linear equations, or a line against a quadratic or circle, and read every elimination step: what was scaled, what cancelled, and the check.

مختصر جواب

This solver takes two or three linear equations as coefficients, or a straight line paired with a quadratic or a circle, and prints the full elimination: what each equation was multiplied by, whether the pair was added or subtracted, and the substitution check. It names parallel and identical-line cases rather than reporting a bare no solution.

Type whole numbers, decimals such as 2.5, or fractions such as 3/4. Negatives are fine anywhere. Nothing is rounded on the way through — the arithmetic runs on exact fractions.

Equation 1 — ax + by = c
Equation 2 — ax + by = c

What you entered

3x + 2y = 72x − 3y = −4

Solution

One solution
x
1
y
2

The working, line by line

  1. Eliminate ⁦x⁩ first: make its coefficient the same size in both equations.

  2. Multiply equation ⁦1⁩ by ⁦2⁩ so the ⁦x⁩ terms match.

    6x + 4y = 14
  3. Multiply equation ⁦2⁩ by ⁦3⁩ so the ⁦x⁩ terms match.

    6x − 9y = −12
  4. Both ⁦x⁩ terms are now ⁦6⁩. Same sign, so subtract equation ⁦2⁩ from equation ⁦1⁩ and they cancel.

    13y = 26
  5. Divide through: ⁦y⁩ = ⁦2⁩.

  6. Put ⁦y⁩ = ⁦2⁩ back into equation ⁦1⁩.

    3x + 2(2) = 7
  7. Tidy the numbers to leave ⁦x⁩ on its own.

    3x = 3
  8. Divide through: ⁦x⁩ = ⁦1⁩.

  9. Check by substituting the values into equation ⁦2⁩, which was not used in the substitution step. It balances.

    2(1) − 3(2) = −4
  10. Read graphically: the two lines cross exactly once, at ⁦(1, 2)⁩.

Exact fraction arithmetic — no answer is rounded before it is shown

Entering the equations

Every equation goes in as coefficients rather than as typed algebra, so there is nothing to mistype and nothing for the tool to misread. Choose the mode first — two linear equations, three linear equations, or one linear and one quadratic — and the boxes change to match the standard form printed above them.

Whole numbers, decimals and fractions are all accepted, so 3, 2.5 and 3/4 are equally valid, and negatives work anywhere. Arithmetic runs on exact fractions from start to finish, which is why an answer of one third is shown as 1/3 and not as 0.333.

The panel under the inputs restates what you entered as ordinary algebra. Check that line first: if it does not read like the question on the page in front of you, the coefficients went in wrong, and no amount of correct working after that will help.

  • Two linear equations — ax + by = c, twice
  • Three linear equations — ax + by + cz = d, three times
  • A line y = mx + c against a curve y = px² + qx + r
  • A line y = mx + c against a circle x² + y² = r²

How the elimination works

To remove an unknown, its coefficient has to be the same size in both equations. The solver finds the smallest whole-number multipliers that achieve that — it uses the lowest common multiple rather than multiplying each equation by the other's coefficient, because the numbers stay smaller and the working stays readable.

Then comes the decision that carries the mark: same sign, subtract; opposite signs, add. The tool states which case it is and what the two matched coefficients are, so the rule is attached to the numbers rather than floating free as something to memorise.

Once one unknown falls out, the second is found by division, substituted back into the first equation to recover the first unknown, and both are then put into the equation that was not used in that substitution. That last line is the check, and it is printed whether or not anyone asked for it.

A three-unknown system is the same idea run twice: x is cleared out of the second and third equations using the first, which leaves two equations in y and z, and those go through exactly the routine above before z and y are carried back into the original equation to find x.

What this solver will not do

It will not silently round. Where an answer is a fraction with a recurring decimal, the exact fraction is given first and the decimal is marked with an ellipsis so that nobody copies a truncated figure into a later part of the question and loses accuracy marks for it.

It will not print no solution for two different situations. Parallel lines and a repeated line both make the determinant zero, but one has no answer at all and the other has infinitely many, and the tool names which by comparing the gradients and the intercepts.

It will not guess when the numbers get too large to stay exact. Rational arithmetic loses precision beyond a certain size, and rather than show a plausible wrong answer, the tool says that the coefficients are out of range and stops.

It also will not solve for you in an exam. The point of reading the working is to be able to reproduce it on paper without the tool, which is the only version of the skill that earns marks.

Where marks are lost

The commonest error by a distance is adding when the signs are the same, or subtracting when they differ. The unknown does not cancel, the arithmetic looks fine, and the answer is wrong from that line onwards — which is why the tool spells out the sign of both matched coefficients before it combines them.

The second commonest is subtracting across the equals sign inconsistently: taking the left-hand sides away from each other but adding the right-hand sides. Writing both scaled equations out in full, as the working here does, makes that slip visible.

In the one-linear-one-quadratic case, students often find both values of x and stop, forgetting that each x has a y with it and that the question asks for points. Two roots means two coordinate pairs, and half the marks sit in the second one.

عام سوالات

How do you know whether to add or subtract the two equations?

Look at the signs of the two matched coefficients once you have scaled the equations. If they are the same sign, subtracting cancels them. If they are opposite signs, adding cancels them. The size has to match first, which is what the multiplier step is for.

Can simultaneous equations have no solution?

Yes. If the two equations describe parallel lines — the same gradient but different intercepts — there is no pair of values that satisfies both. If they describe the same line, the opposite happens and every point on that line is a solution. This tool names which of the two you have.

How do you solve one linear and one quadratic equation?

Substitute the linear equation into the quadratic so only one unknown is left, rearrange to ax² + bx + c = 0, and use the discriminant. Positive gives two intersection points, zero gives a tangent touching at one point, negative means the line misses the curve entirely.

Do I have to show the working in the exam?

Yes, and most of the marks are there. A correct pair of values with no method typically scores a single mark, while the elimination, the substitution and the check are each credited separately even when the final answer slips.

حوالہ جات

  1. Solve Systems of Equations by Elimination — Elementary Algebra 2eOpenStax, Rice University
  2. Solve Quadratic Equations Using the Quadratic Formula — Intermediate Algebra 2eOpenStax, Rice University
  3. Pearson Edexcel GCSE (9–1) Mathematics — specificationPearson Edexcel
  4. GCSE Mathematics 8300 — specificationAQA

آخری تازہ کاری

کوئی سوال جس کا جواب یہ اوزار نہ دے سکے؟

ہم سے براہِ راست پوچھیں۔ ہم اُسی زبان میں جواب دیتے ہیں جس میں آپ لکھیں، اور پہلی کلاس بہرحال مفت ہے۔

اختیاری
اختیاری
مضامین

جو کچھ بھی پڑھوانا چاہتے ہیں سب منتخب کریں

کلاس کی نوعیت
اختیاری
اختیاری

آپ جتنی واضح تفصیل دیں گے، ہم اتنا ہی بہتر ٹیوٹر منتخب کر سکیں گے۔

WhatsApp پر پیغام بھیجیں