How do you check your answer in substitution
Henry Morales
Published Apr 02, 2026
To check a system of equations by substitution, you plug your values for x and y into the original equations. If both simplified expressions are true then your answer is correct. Since x=2 and y=−3 worked for both equations I know that (2,−3) is the solution to this system of equations.
How do you check your answer on elimination?
- Write both equations in standard form. …
- Make the coefficients of one variable opposites. …
- Add the equations resulting from Step 2 to eliminate one variable.
- Solve for the remaining variable.
- Substitute the solution from Step 4 into one of the original equations.
When solving an equation How do you know if your answer is correct?
If the numbers you get from evaluating the two expressions are the same, then the given value is a solution of the equation (makes the equation true). If the numbers don’t match, the given value is not a solution of the equation (makes the equation false).
How do you check an answer in two step equations?
To check solutions to two step equations, we put our solution back into the equation and check that both sides equal. If they equal, then we know our solution is correct. If not, then our solution is wrong.How do you use substitution?
- Solve one equation for one of the variables.
- Substitute (plug-in) this expression into the other equation and solve.
- Resubstitute the value into the original equation to find the corresponding variable.
What is substitution method with example?
The first step in the substitution method is to find the value of any one of the variables from one equation in terms of the other variable. For example, if there are two equations x+y=7 and x-y=8, then from the first equation we can find that x=7-y. This is the first step of applying the substitution method.
How do you do addition method?
- Write both equations with x– and y-variables on the left side of the equal sign and constants on the right.
- Write one equation above the other, lining up corresponding variables. …
- Solve the resulting equation for the remaining variable.
How do I check my math work?
- Redo the math problems, on a separate piece of paper, without looking at the work that was already done. …
- Use the opposite operation to check, if possible. …
- Ask whether the answer is logical. …
- Substitute the solution into the equation, if possible.
How do you do a check step?
- Fill in the date. …
- Write the name of the payee. …
- Write the check amount in numeric form. …
- Write the check amount in words. …
- Write a memo. …
- Sign the check.
To evaluate an algebraic expression, you have to substitute a number for each variable and perform the arithmetic operations. In the example above, the variable x is equal to 6 since 6 + 6 = 12. If we know the value of our variables, we can replace the variables with their values and then evaluate the expression.
Article first time published onHow do you check a one step equation?
A one-step equation is an algebraic equation you can solve in only one step. Once you’ve solved it, you’ve found the value of the variable that makes the equation true. To solve one-step equations, we do the inverse (opposite) of whatever operation is being performed on the variable, so we get the variable by itself.
What is substitution method Class 10?
The substitution method is the algebraic method to solve simultaneous linear equations. As the word says, in this method, the value of one variable from one equation is substituted in the other equation.
How do you solve substitution word problems?
To solve using substitution, follow these four steps: Step 1: Isolate a variable. Step 2: Plug the result of Step 1 into the other equation and solve for one variable. Step 3: Plug the result of Step 2 into one of the original equations and solve for the other variable.
How do you do substitution in algebra?
- Substitution method can be applied in four steps.
- Step 1: Solve one of the equations for either x = or y = . We will solve second equation for y.
- Step 2: Substitute the solution from step 1 into the second equation.
- Step 3: Solve this new equation.
How do you do addition substitution?
Solve one of the two equations for one of the variables in terms of the other. Substitute the expression for this variable into the second equation, then solve for the remaining variable. Substitute that solution into either of the original equations to find the value of the first variable.
What is substitution and elimination?
If solving a system of two equations with the substitution method proves difficult or the system involves fractions, the elimination method is your next best option. In the elimination method, you make one of the variables cancel itself out by adding the two equations.
How do I write a check online?
- Step 1: Date Field. Write the date on the upper-hand corner of the check. …
- Step 2: Pay To Line. Fill outline that says “Pay to the order of” write the name of the person or organization you are paying. …
- Step 3: Amount Box. …
- Step 4: Amount Line. …
- Step 5: Memo Line. …
- Step 6: Signature.
How do you write a check to yourself?
The safest and easiest way to write a check to yourself is to put your name on the “Pay to the order of” line and fill out the date, amount, and signature line as usual. At your bank, endorse the back of the check in the endorsement area and show your ID to the teller.
How do I endorse a check?
To endorse a check, you simply turn it over and sign your name on the back. Most checks give you a space on the back for your endorsement. You’ll see a few blank lines and an “x” that indicates where you should sign your name.
How do I know if my addition is correct?
We have learnt that we subtract smaller number from the larger number to find the difference of two numbers. Therefore, to check the answer we can add the difference to the smaller number and if the sum equals to the larger number, our answer is correct.
What is the checking method for addition?
The method works like this: For any addition or multiplication problem, take the digits of each number you’re adding or multiplying and add them together. So for instance, if we were adding 218 and 435, we would add 2+1+8=11, and 4+3+5=12. Then, if we get a two-digit answer we’d repeat the process.
How do you Factorise?
To factorise an expression fully, take out the highest common factor (HCF) of all the terms. For example, is the HCF of 4 x 2 and as 2 is the biggest number that will divide into 4 and 6 and is the biggest variable that will divide into and .
What is an equivalent expression calculator?
Equivalent Expression Calculator is a free online tool that displays the equivalent expressions for the given algebraic expression. BYJU’S online equivalent expression calculator tool makes the calculations and simplification faster and it displays the equivalent expression in a fraction of seconds.
How are expressions evaluated C?
In the C programming language, an expression is evaluated based on the operator precedence and associativity. When there are multiple operators in an expression, they are evaluated according to their precedence and associativity. … Here, the associativity of multiplication and division is left to right.
What are the 4 steps to solving an equation?
We have 4 ways of solving one-step equations: Adding, Substracting, multiplication and division. If we add the same number to both sides of an equation, both sides will remain equal. If we subtract the same number from both sides of an equation, both sides will remain equal.
What is a 2 step equation?
A two-step equation is an algebraic equation that takes you two steps to solve. You’ve solved the equation when you get the variable by itself, with no numbers in front of it, on one side of the equal sign.
What is substitution method in English?
A substitution drill is a classroom technique used to practise new language. It involves the teacher first modelling a word or a sentence and the learners repeating it. The teacher then substitutes one or more key words, or changes the prompt, and the learners say the new structure.
What is substitution method in data structure?
The substitution method is a condensed way of proving an asymptotic bound on a recurrence by induction. In the substitution method, instead of trying to find an exact closed-form solution, we only try to find a closed-form bound on the recurrence.