Showing posts with label Solving Linear Equations. Show all posts
Showing posts with label Solving Linear Equations. Show all posts

Saturday, May 11, 2013

How do I know that my solution to the equation makes sense? Equation: (3I-20)+I=500? Solution: I=130

We can check the correctness of a solution by testing it in the original equation. If the resulting calculation proves to be true, then our solution is correct. 

%0D%0A%283I-20%29%2BI=500%0D%0A 
%0D%0A%283%28130%29-20%29%2B%28130%29=500%0D%0A 
%0D%0A%28390-20%29%2B%28130%29=500%0D%0A 
%0D%0A370%2B130=500%0D%0A 
which is true, so our solution is correct 

:)

Solve: 10y=9(y+11)

We simplify both sides, move all variable terms to the same side, then divide if needed. 

10y=9(y+11) 

10y=9y+9(11) 

10y-9y=9y-9y+99 

y=99 




:)

Wednesday, May 8, 2013

Solve the equation: 5(-3x - 2) - (x - 3) = -4(4x + 5) + 13

 solution:


5%28-3x+-+2%29+-+%28x+-+3%29+=+-4%284x+%2B+5%29+%2B+13 

 we distribute through first:


%0D%0A-15x+-+10+-+x%2B3+=+-16x-20+%2B+13%0D%0A%0D%0A 

 then we simplify both sides

%0D%0A-16x+-+7+=+-16x-7%0D%0A 

Since both sides of the equation are identical, we know that this equation is an identity. Therefore the solution is all real numbers.