Wednesday, March 2, 2016

How to solve simultaneous equations with and without GDC

3x+4y=6
5x+6y=11


Without GDC:

First, multiply the each equation by the number in front of x, so multiply 5x+6y=11 by 3, and 3x+4y=6 by 5.

You should have:
15x+20y=30
15x+18y=33

Then, multiply the bottom equation by the minus sign.

So,

15x+20y=30
-15x-18y=-33

Then you can do simple  subtraction.

15x - 15x = 0
20y - 18y = 2y
30 - 33 = -3

2y=-3
y = -1.5

Repeat this process to find x, but make sure that y is at the front of the equation, so

4y+3x=6
6y+5x= 11

ANSWER: x = 4 and y =1.5

WITH GDC (GRAPHING CALCULATOR) 


Go to option 'Equation'.
Select F1: Simultaneous
Since you need to find x and y, you need to find 2 unknowns. Select 2 unknowns.
Fill in the blanks by placing in the equation.
1st equation: a = 3 b = 4 c = 6
2nd equation: a = 5 b = 6 c = 11

Select 'solve'


x = 4
y = 1.5  



No comments:

Post a Comment