Showing posts with label 2x2 Linear System of Equations. Show all posts
Showing posts with label 2x2 Linear System of Equations. Show all posts

Wednesday, May 21, 2014

One number is 5 greater than another number. their sum is equal to 5 times their difference. Find the numbers.

1)x=y+5
2)x+y=5(x-y)

1) tells us x-y=5
therefore we can repalce x-y with 5 in 2)
new system:
x+y=25
x-y=5 


adding the two equations...

2x=30

x=15
so...

y=10

Thursday, April 3, 2014

A math test has 25 problems. Some problems are worth 2 points and some are worth 3 points and the total for the test is 66. How many 2 points and 3 points promblems are there.

x-->2pt questions
y-->3pt questions

1)  x+y=25  <--- total questions
2)  2x+3y=66 <--- total points

Using substitution:
2x+3(25-x)=66
2x+75-3x=66
75-66=x
x=9 
y=25-9=16 
there are 9 - 2pt problems and 16 - 3pt problems

Saturday, November 23, 2013

Martha is 1 year older than twice his sisters age. The difference of their ages is 8. Find their present ages.

1) M=2S+1
2) M-S=8
setting the equations up to solve...
M-2S=1
-M+S=-8

-S=-7
S=7
M=2(7)+1=15 

9) Chose A, B, or C from the list below. {4x+2y=8, Y=4-2x } A) Inconsistent B) Consistent & Dependent C) Consistent & Independent

If we add 2x to both sides of the lower equation then double each of it's terms we'll get the upper equation. These lines both have the same solution, so the system is consistent and dependent.

:)

9) Chose A, B, or C from the list below.
4x+2y=8
Y=4-2x
A) Inconsistent
B) Consistent & Dependent
C) Consistent & Independent

If we add 2x to both sides of the lower equation then double each of it's terms we'll get the upper equation. These lines both have the same solution, so the system is consistent and dependent.

:)

A larger number is two less than four times a smaller. If the sum of the numbers is 18. Find the number

1) l=4s-2
2) l+s=18

subtracting 1) from 2)...
s=18-4s+2
5s=20
s=4
therefore l=14

Sunday, October 13, 2013

solve: 1) 3x+y=17, 2) 4x-y=18

1) 3x+y=17
2) 4x-y=18 

adding the two equations yields:
7x=35


thus
x=5 



now we can find y...
3*5+y=17
y=2