Questions on Algebra: Systems of Linear Equations answered by real tutors!

Algebra ->  Algebra  -> Coordinate Systems and Linear Equations -> Questions on Algebra: Systems of Linear Equations answered by real tutors!     (Log On)
Ad: You enter your algebra equation or inequality - Algebrator solves it step-by-step while providing clear explanations. Free on-line demo .
Ad: Algebra Solved!™: algebra software that solves YOUR algebra homework problems with step-by-step help!

   


Tutors Answer Your Questions about Linear-systems (FREE)


Question 170598: I am so confused by this. My mom tried to help me but she doesn't understand either. There is one of the questions I am supposed to solve. If someone can show me the steps to this one maybe I can figure out the others.
Maria has $7.30 in dimes and quarters. She has 34 coins. How many dimes could she possibly have? Explain your answer. Don't forget to show your work!
(Hint: The problem could be solved using a linear system of equations. Try to set up an equation indicating the number of coins and another equation with their value.)
: I am so confused by this. My mom tried to help me but she doesn't understand either. There is one of the questions I am supposed to solve. If someone can show me the steps to this one maybe I can figure out the others.
Maria has $7.30 in dimes and quarters. She has 34 coins. How many dimes could she possibly have? Explain your answer. Don't forget to show your work!
(Hint: The problem could be solved using a linear system of equations. Try to set up an equation indicating the number of coins and another equation with their value.)

Answer by Mathtut(515) About Me  (Show Source):
You can put this solution on YOUR website!
ok lets call the number of dimes and quarters d and q respectively.
:
dimes are worth 10cents and quarters are 25 cents so if you take the number of dimes(d) and multiply it by 10cents and the number of quarters (q) and multiply it by 25 cents then it will equal $7.30 right!!!!
:
.10d+.25q=7.30....eq 1.......and we know that the total number of coins(dimes and quarters) (d and q)=34
:
d+q=34....eq 2--->d=34-q
:
now we have two unknowns and two equations....take d's value from eq 2 and plug it into eq 1
:
.10(34-q)+.25q=7.3--->distribute
:
3.4-.1q+.25q=7.3---->combine like terms
:
.15q=3.90
:highlight(q=26)quarters
highlight(d=34-26=8)dimes

Question 170387: Please help me solve this prolem. I just don't get it if there are not numbers.
Solve for P: A=P+Pr
: Please help me solve this prolem. I just don't get it if there are not numbers.
Solve for P: A=P+Pr

Answer by checkley77(3624) About Me  (Show Source):
You can put this solution on YOUR website!
Letters should be easier because you don't have to use much math to solve the equations.
A=P+Pr
a=p(1+r)
p=a/(1+r)

Question 170179: Solve the system of equations using the substitution method. If the answer is a unique solution,present it as an ordered pair (x,y). If not specify whether the answer is "no solution" or infintely many solutions."
3x+y=7
4x-y=21
Second part of question.
Solve the system of equations using the addition (elimination) method. If the answer is a unique solution, present it as an ordered pair: (x,y). If not specify whether the answer is "no solution" or infintely many solutions.
6x+2y=2
3x+5y=5
Third Part
Solve the system of equations using the addition (elimination) method. If the answer is a unique solution, present it as an ordered pair:(x,y). If not, specify whether the answer is no solution or "infinitely many solutions."
4x-3y=1
-12x+9y=5
: Solve the system of equations using the substitution method. If the answer is a unique solution,present it as an ordered pair (x,y). If not specify whether the answer is "no solution" or infintely many solutions."
3x+y=7
4x-y=21
Second part of question.
Solve the system of equations using the addition (elimination) method. If the answer is a unique solution, present it as an ordered pair: (x,y). If not specify whether the answer is "no solution" or infintely many solutions.
6x+2y=2
3x+5y=5
Third Part
Solve the system of equations using the addition (elimination) method. If the answer is a unique solution, present it as an ordered pair:(x,y). If not, specify whether the answer is no solution or "infinitely many solutions."
4x-3y=1
-12x+9y=5

Answer by jim_thompson5910(9368) About Me  (Show Source):
You can put this solution on YOUR website!
I'll do the first two to get you started


# 1


Start with the given system of equations:

system(3x+y=7,4x-y=21)



Now in order to solve this system by using substitution, we need to solve (or isolate) one variable. I'm going to solve for y.




So let's isolate y in the first equation

3x+y=7 Start with the first equation


y=7-3x Subtract 3x from both sides


y=-3x+7 Rearrange the equation


---------------------

Since y=-3x+7, we can now replace each y in the second equation with -3x+7 to solve for x



4x-highlight((-3x+7))=21 Plug in y=-3x+7 into the second equation. In other words, replace each y with -3x+7. Notice we've eliminated the y variables. So we now have a simple equation with one unknown.



4x+3x-7=21 Distribute the negative


7x-7=21 Combine like terms on the left side


7x=21+7Add 7 to both sides


7x=28 Combine like terms on the right side


x=(28)/(7) Divide both sides by 7 to isolate x



x=4 Divide



-----------------First Answer------------------------------


So the first part of our answer is: x=4





Since we know that x=4 we can plug it into the equation y=-3x+7 (remember we previously solved for y in the first equation).



y=-3x+7 Start with the equation where y was previously isolated.


y=-3(4)+7 Plug in x=4


y=-12+7 Multiply


y=-5 Combine like terms



-----------------Second Answer------------------------------


So the second part of our answer is: y=-5









-----------------Summary------------------------------

So our answers are:

x=4 and y=-5

which form the point








Now let's graph the two equations (if you need help with graphing, check out this solver)


From the graph, we can see that the two equations intersect at . This visually verifies our answer.




<BR>
drawing(500, 500, -10,10,-10,10,<BR>
  grid(1),<BR>
  graph(500, 500, -10,10,-10,10, (7-3*x)/(1), (21-4*x)/(-1) ),<BR>
  blue(circle(4,-5,0.1)),<BR>
  blue(circle(4,-5,0.12)),<BR>
  blue(circle(4,-5,0.15))<BR>
)<BR>
graph of 3x+y=7 (red) and 4x-y=21 (green) and the intersection of the lines (blue circle).







# 2




Start with the given system of equations:
system(6x+2y=2,3x+5y=5)


-2(3x+5y)=-2(5) Multiply the both sides of the second equation by -2.


-6x-10y=-10 Distribute and multiply.


So we have the new system of equations:
system(6x+2y=2,-6x-10y=-10)


Now add the equations together. You can do this by simply adding the two left sides and the two right sides separately like this:


(6x+2y)+(-6x-10y)=(2)+(-10)


(6x+-6x)+(2y+-10y)=2+-10 Group like terms.


0x+-8y=-8 Combine like terms. Notice how the x terms cancel out.


-8y=-8 Simplify.


y=(-8)/(-8) Divide both sides by -8 to isolate y.


y=1 Reduce.


------------------------------------------------------------------


6x+2y=2 Now go back to the first equation.


6x+2(1)=2 Plug in y=1.


6x+2=2 Multiply.


6x=2-2 Subtract 2 from both sides.


6x=0 Combine like terms on the right side.


x=(0)/(6) Divide both sides by 6 to isolate x.


x=0 Reduce.


So our answer is x=0 and y=1.


Which form the ordered pair .


This means that the system is consistent and independent.


Notice when we graph the equations, we see that they intersect at . So this visually verifies our answer.


drawing(500,500,-10,10,-9,11,<BR>
grid(1),<BR>
graph(500,500,-10,10,-9,11,(2-6x)/(2),(5-3x)/(5)),<BR>
circle(0,1,0.05),<BR>
circle(0,1,0.08),<BR>
circle(0,1,0.10)<BR>
) Graph of 6x+2y=2 (red) and 3x+5y=5 (green)


Question 170175: Tyler said, "the sum of two numbers is 180 and twice the first number increased by forty is equal to to twice the second number." Help Tyler find the numbers. : Tyler said, "the sum of two numbers is 180 and twice the first number increased by forty is equal to to twice the second number." Help Tyler find the numbers.
Answer by jim_thompson5910(9368) About Me  (Show Source):
You can put this solution on YOUR website!
"the sum of two numbers is 180" translates to x+y=180


"twice the first number increased by forty is equal to to twice the second number" translates to 2x+40=2y


2x+40=2y Start with the second equation


(2x+40)/2=y Divide both sides by 2 to isolate y


(2x)/2+(40)/2=y Break up the fraction.


x+20=y Reduce


So after isolating y, we get y=x+20


x+y=180 Go back to the first equation


x+x+20=180 Plug in y=x+20


2x+20=180 Combine like terms on the left side.


2x=180-20 Subtract 20 from both sides.


2x=160 Combine like terms on the right side.


x=(160)/(2) Divide both sides by 2 to isolate x.


x=80 Reduce. So this is the first answer.


---------------------------------------------------


y=x+20 Go back to the isolated equation


y=80+20 Plug in x=80


y=100 Add. This is the second answer.


=========================================================

Answer:

So the solutions are x=80 and y=100 which means that the two numbers are 80 and 100

Question 170032: Hi, Can you please help?
.
When given the system of equations of
 system (3x-5y=11,8x+7y=9)
.
If you are solving it using elimination
.
This is how I would solve it
.
I would multiply the whole second equation by  5/7
.
 8x+7y=9 =  (5/7)(8x+7y)=(5/7)9 =  (40/7)x+5y=45/7
.
I would then add this equation with the first equation
.
 system( 3x - 5y = 11, (40/7)x+5y=45/7)
.
I would then come up with  (61/7)x = 122/7 , then I solve it, and find that "x" = 2, then I would plug in the answer, and find that "y" = (-1)
.
Is this how elimination works?
.
Or do you have to do it this way...
.
 system (3x-5y=11,8x+7y=9)
.
Multiply the first equation by "7" and the second by "5"
.
I did the math and came up with
.
 system (21x-35y=77,40x+35y=45)
.
Then add the equations
.
I get  61x = 122 , and then find "x" is "2", and "y" = (-1)
.
I will be doing quizzes soon, and I perfer the first way, but does elimination mean you do it the second way
.
What I am asking is, is it o.k. to do elimination the first way, or is the second way, the right way to do it?
.
Thanks ahead of time, Levi
: Hi, Can you please help?
.
When given the system of equations of
 system (3x-5y=11,8x+7y=9)
.
If you are solving it using elimination
.
This is how I would solve it
.
I would multiply the whole second equation by  5/7
.
 8x+7y=9 =  (5/7)(8x+7y)=(5/7)9 =  (40/7)x+5y=45/7
.
I would then add this equation with the first equation
.
 system( 3x - 5y = 11, (40/7)x+5y=45/7)
.
I would then come up with  (61/7)x = 122/7 , then I solve it, and find that "x" = 2, then I would plug in the answer, and find that "y" = (-1)
.
Is this how elimination works?
.
Or do you have to do it this way...
.
 system (3x-5y=11,8x+7y=9)
.
Multiply the first equation by "7" and the second by "5"
.
I did the math and came up with
.
 system (21x-35y=77,40x+35y=45)
.
Then add the equations
.
I get  61x = 122 , and then find "x" is "2", and "y" = (-1)
.
I will be doing quizzes soon, and I perfer the first way, but does elimination mean you do it the second way
.
What I am asking is, is it o.k. to do elimination the first way, or is the second way, the right way to do it?
.
Thanks ahead of time, Levi

Answer by checkley77(3624) About Me  (Show Source):
You can put this solution on YOUR website!
IF BOTH MATHODS GETS YOU THE CORRECT ANSWERS THEN YOU SHOULD CHOOSE THE SHORTEST METHOD. LESS CHANCE OF MAKING A MISTAKE IN THE MATH & YOU'RE USING WHOLE NUMBERS RATHER THAN FRACTIONS (WHICH CAN GET MESSY OR CONFUSING).

Question 170001: This is a systems of equations question.
If the equation is:
2x+6=y
3x+4y=24
__________
Please solve by substitution, elimination, AND graphing. ( the same equation)
Thank you so very much.
: This is a systems of equations question.
If the equation is:
2x+6=y
3x+4y=24
__________
Please solve by substitution, elimination, AND graphing. ( the same equation)
Thank you so very much.

Answer by jim_thompson5910(9368) About Me  (Show Source):
You can put this solution on YOUR website!


Table of Contents:
Substitution
Elimination
Graphing




Jump to Top
Substitution:

Note: the first equation 2x+6=y is the same as y=2x+6


3x+4y=24 Start with the second equation



3x+4(2x+6)=24 Plug in y=2x+6


3x+8x+24=24 Distribute.


11x+24=24 Combine like terms on the left side.


11x=24-24 Subtract 24 from both sides.


11x=0 Combine like terms on the right side.


x=(0)/(11) Divide both sides by 11 to isolate x.


x=0 Reduce. So this is the first part of the answer.


y=2x+6 Go back to the first equation


y=2(0)+6 Plug in x=0.


y=0+6 Multiply 2 and 0 to get 0.


y=6 Combine like terms. This is the second part of the answer.


-------------------------------------------------------

Answer:

So the solutions are x=0 and y=6


Which forms the ordered pair (0,6)







Jump to Top
Elimination:


2x+6=y Start with the first equation


2x=y-6 Subtract 6 from both sides


2x-y=-6 Subtract "y" from both sides




Start with the given system of equations:
system(2x-y=-6,3x+4y=24)


4(2x-y)=4(-6) Multiply the both sides of the first equation by 4.


8x-4y=-24 Distribute and multiply.


So we have the new system of equations:
system(8x-4y=-24,3x+4y=24)


Now add the equations together. You can do this by simply adding the two left sides and the two right sides separately like this:


(8x-4y)+(3x+4y)=(-24)+(24)


(8x+3x)+(-4y+4y)=-24+24 Group like terms.


11x+0y=0 Combine like terms. Notice how the y terms cancel out.


11x=0 Simplify.


x=(0)/(11) Divide both sides by 11 to isolate x.


x=0 Reduce.


------------------------------------------------------------------


8x-4y=-24 Now go back to the first equation.


8(0)-4y=-24 Plug in x=0.


0-4y=-24 Multiply.


-4y=-24 Remove any zero terms.


y=(-24)/(-4) Divide both sides by -4 to isolate y.


y=6 Reduce.


So our answers are x=0 and y=6.


Which form the ordered pair . Note: this is the same answer as before.


This means that the system is consistent and independent.









Jump to Top

Graphing:


2x+6=y Start with the first equation


y=2x+6 Rearrange the equation




Looking at y=2x+6 we can see that the equation is in slope-intercept form y=mx+b where the slope is m=2 and the y-intercept is b=6


Since b=6 this tells us that the y-intercept is .Remember the y-intercept is the point where the graph intersects with the y-axis

So we have one point

drawing(500,500,-10,10,-10,10,<BR>
  grid(1),<BR>
  blue(circle(0,6,.1)),<BR>
  blue(circle(0,6,.12)),<BR>
  blue(circle(0,6,.15))<BR>
)


Now since the slope is comprised of the "rise" over the "run" this means
slope=rise/run

Also, because the slope is 2, this means:

rise/run=2/1


which shows us that the rise is 2 and the run is 1. This means that to go from point to point, we can go up 2 and over 1



So starting at , go up 2 units
drawing(500,500,-10,10,-10,10,<BR>
  grid(1),<BR>
  blue(circle(0,6,.1)),<BR>
  blue(circle(0,6,.12)),<BR>
  blue(circle(0,6,.15)),<BR>
  blue(arc(0,6+(2/2),2,2,90,270))<BR>
)

and to the right 1 unit to get to the next point
drawing(500,500,-10,10,-10,10,<BR>
  grid(1),<BR>
  blue(circle(0,6,.1)),<BR>
  blue(circle(0,6,.12)),<BR>
  blue(circle(0,6,.15)),<BR>
  blue(circle(1,8,.15,1.5)),<BR>
  blue(circle(1,8,.1,1.5)),<BR>
  blue(arc(0,6+(2/2),2,2,90,270)),<BR>
  blue(arc((1/2),8,1,2, 180,360))<BR>
)


Now draw a line through these points to graph y=2x+6

drawing(500,500,-10,10,-10,10,<BR>
  grid(1),<BR>
  graph(500,500,-10,10,-10,10,2x+6),<BR>
  blue(circle(0,6,.1)),<BR>
  blue(circle(0,6,.12)),<BR>
  blue(circle(0,6,.15)),<BR>
  blue(circle(1,8,.15,1.5)),<BR>
  blue(circle(1,8,.1,1.5)),<BR>
  blue(arc(0,6+(2/2),2,2,90,270)),<BR>
  blue(arc((1/2),8,1,2, 180,360))<BR>
) So this is the graph of y=2x+6 through the points and


----------------------------------------------------------


3x+4y=24 Now move onto the second equation


4y=24-3x Subtract 3x from both sides.


4y=-3x+24 Rearrange the terms.


y=(-3x+24)/(4) Divide both sides by 4 to isolate y.


y=((-3)/(4))x+(24)/(4) Break up the fraction.


y=-(3/4)x+6 Reduce.




Looking at y=-(3/4)x+6 we can see that the equation is in slope-intercept form y=mx+b where the slope is m=-3/4 and the y-intercept is b=6


Since b=6 this tells us that the y-intercept is .Remember the y-intercept is the point where the graph intersects with the y-axis

So we have one point

drawing(500,500,-10,10,-10,10,<BR>
  grid(1),<BR>
  blue(circle(0,6,.1)),<BR>
  blue(circle(0,6,.12)),<BR>
  blue(circle(0,6,.15))<BR>
)


Now since the slope is comprised of the "rise" over the "run" this means
slope=rise/run

Also, because the slope is -3/4, this means:

rise/run=-3/4


which shows us that the rise is -3 and the run is 4. This means that to go from point to point, we can go down 3 and over 4



So starting at , go down 3 units
drawing(500,500,-10,10,-10,10,<BR>
  grid(1),<BR>
  blue(circle(0,6,.1)),<BR>
  blue(circle(0,6,.12)),<BR>
  blue(circle(0,6,.15)),<BR>
  blue(arc(0,6+(-3/2),2,-3,90,270))<BR>
)

and to the right 4 units to get to the next point
drawing(500,500,-10,10,-10,10,<BR>
  grid(1),<BR>
  blue(circle(0,6,.1)),<BR>
  blue(circle(0,6,.12)),<BR>
  blue(circle(0,6,.15)),<BR>
  blue(circle(4,3,.15,1.5)),<BR>
  blue(circle(4,3,.1,1.5)),<BR>
  blue(arc(0,6+(-3/2),2,-3,90,270)),<BR>
  blue(arc((4/2),3,4,2, 0,180))<BR>
)


Now draw a line through these points to graph y=-(3/4)x+6

drawing(500,500,-10,10,-10,10,<BR>
  grid(1),<BR>
  graph(500,500,-10,10,-10,10,-(3/4)x+6),<BR>
  blue(circle(0,6,.1)),<BR>
  blue(circle(0,6,.12)),<BR>
  blue(circle(0,6,.15)),<BR>
  blue(circle(4,3,.15,1.5)),<BR>
  blue(circle(4,3,.1,1.5)),<BR>
  blue(arc(0,6+(-3/2),2,-3,90,270)),<BR>
  blue(arc((4/2),3,4,2, 0,180))<BR>
) So this is the graph of y=-(3/4)x+6 through the points and


--------------------------------------------------------


Now let's graph the two equations together on the same coordinate system:



drawing(500,500,-10,10,-10,10,<BR>
  grid(1),<BR>
  graph(500,500,-10,10,-10,10,2x+6,-(3/4)x+6),<BR>
  circle(0,6,.05),<BR>
  circle(0,6,.08),<BR>
  circle(0,6,.10)  <BR>
) Graph of y=2x+6 (red) and graph of y=-(3/4)x+6 (green)


Notice how the two lines intersect at the point (0,6). So this means that the solution is x=0 and y=6 (which confirms our previous answers)

Question 169981: Hi, Can you please help?
.
Can you please give me some math problems for my homework?
I need to solve systems of equations
.
Can you please give some systems of equations that I could solve?
.
Keep in mind that I have to solve these equations with both the substitution, and elimination method
.
I would like some easy problems ( with answers with whole numbers, like ( 4,5 ) and ( -1, 8 ) )
.
I would like some medium problems ( with answers with nice fractions such as ( 1/2, - 3/4 ) and ( 2/5, 1/10 )
.
I would like hard problems ( with answers with fractions like ( 43/99, 44/199) and ( - 309/299, 87/77 )
.
I need to at least have 20 - 30 problems. So I need at least 20 people to submit one, or ten submit two, and so forth, ( or if one person could send a lot of them)
.
It doesn't matter if I get 1000(exaggeration) problems, I just need a good number of them.
.
Please send me the answers to my email at Electrified_Levi@yahoo.com
.
Also, if some can give some easy 3 variable equations with whole numbers, or even medium difficulty
.
Thanks
: Hi, Can you please help?
.
Can you please give me some math problems for my homework?
I need to solve systems of equations
.
Can you please give some systems of equations that I could solve?
.
Keep in mind that I have to solve these equations with both the substitution, and elimination method
.
I would like some easy problems ( with answers with whole numbers, like ( 4,5 ) and ( -1, 8 ) )
.
I would like some medium problems ( with answers with nice fractions such as ( 1/2, - 3/4 ) and ( 2/5, 1/10 )
.
I would like hard problems ( with answers with fractions like ( 43/99, 44/199) and ( - 309/299, 87/77 )
.
I need to at least have 20 - 30 problems. So I need at least 20 people to submit one, or ten submit two, and so forth, ( or if one person could send a lot of them)
.
It doesn't matter if I get 1000(exaggeration) problems, I just need a good number of them.
.
Please send me the answers to my email at Electrified_Levi@yahoo.com
.
Also, if some can give some easy 3 variable equations with whole numbers, or even medium difficulty
.
Thanks

Answer by jim_thompson5910(9368) About Me  (Show Source):
You can put this solution on YOUR website!
System of Equations with 2 variables


Easy Problem:

system(x+y=10,x-y=4)


Solution: (7,3)

-----------------------------------------

Medium Problem:

system(2x+y=10,x-2y=4)


Solution: (24/5, 2/5)


-----------------------------------------

Hard Problem:

system(5x+13y=11,7x-3y=-22)


Solution: (-253/106,187/106)



====================================================

System of Equations with 3 variables


Easy Problem:

system(x+y+z=10,x-y+z=4,2x+3y-z=11 )


Solution: (3,3,4)

-----------------------------------------



Medium Problem:

system(2x+6y+3z=2,4x-2y+2z=14,2x+2y-z=10)


Solution: (43/10,-1/5,-9/5)

-----------------------------------------



Hard Problem:

system(4x+6y+8z=13,3x-7y+z=14,2x+5y-z=12 )


Solution: (707/135, 5/54, -287/270)

-----------------------------------------

Question 169975: I really need help solving the following problem. Any assistance you can provide me in doing so will be greatly appreciated. Thanks!
One number is 6 less than another. The product of the number is 72. Find the numbers.
: I really need help solving the following problem. Any assistance you can provide me in doing so will be greatly appreciated. Thanks!
One number is 6 less than another. The product of the number is 72. Find the numbers.

Answer by jim_thompson5910(9368) About Me  (Show Source):
You can put this solution on YOUR website!
"One number is 6 less than another." translates to y=x-6


"The product of the number is 72" translates to x*y=72


x*y=72 Start with the second equation


x(x-6)=72 Plug in y=x-6


x^2-6x=72 Distribute.


x^2-6x-72=0 Subtract 72 from both sides.


Notice we have a quadratic equation in the form of ax^2+bx+c where a=1, b=-6, and c=-72


Let's use the quadratic formula to solve for x


x = (-b +- sqrt( b^2-4ac ))/(2a) Start with the quadratic formula


x = (-(-6) +- sqrt( (-6)^2-4(1)(-72) ))/(2(1)) Plug in a=1, b=-6, and c=-72


x = (6 +- sqrt( (-6)^2-4(1)(-72) ))/(2(1)) Negate -6 to get 6.


x = (6 +- sqrt( 36-4(1)(-72) ))/(2(1)) Square -6 to get 36.


x = (6 +- sqrt( 36--288 ))/(2(1)) Multiply 4(1)(-72) to get -288


x = (6 +- sqrt( 36+288 ))/(2(1)) Rewrite sqrt(36--288) as sqrt(36+288)


x = (6 +- sqrt( 324 ))/(2(1)) Add 36 to 288 to get 324


x = (6 +- sqrt( 324 ))/(2) Multiply 2 and 1 to get 2.


x = (6 +- 18)/(2) Take the square root of 324 to get 18.


x = (6 + 18)/(2) or x = (6 - 18)/(2) Break up the expression.


x = (24)/(2) or x =  (-12)/(2) Combine like terms.


x = 12 or x = -6 Simplify.


So the answers are x = 12 or x = -6


This means that the numbers are:


12 and 6

OR...

-6 and -12


Question 169896: how do you solve linear equaions with the subsitution method?: how do you solve linear equaions with the subsitution method?
Answer by Alan3354(1427) About Me  (Show Source):
You can put this solution on YOUR website!
how do you solve linear equaions with the subsitution method?
------------------------
You get one variable in terms of the other in one of the eqns, then substitute for it into the other eqn. The result is one eqn in one variable which you can then solve.
If there are more than 2 variables, you eliminate one at a time by substitution.
Look at the solutions for examples.

Question 169896: how do you solve linear equaions with the subsitution method?: how do you solve linear equaions with the subsitution method?
Answer by nerdybill(1123) About Me  (Show Source):
You can put this solution on YOUR website!
This site gives you a very good tutorial on the subject:
http://www.purplemath.com/modules/systlin4.htm

Question 169770: Problem:
Suppose $8,000 is invested at interest rate k, compounded continuously, and grows to $11,466.64 in 6 years.

a) Find the interest rate
b) Find the exponential growth function
c) Find the balance after 10 years
d) Find the doubling time.
Thank you.
: Problem:
Suppose $8,000 is invested at interest rate k, compounded continuously, and grows to $11,466.64 in 6 years.

a) Find the interest rate
b) Find the exponential growth function
c) Find the balance after 10 years
d) Find the doubling time.
Thank you.

Answer by Edwin McCravy(2086) About Me  (Show Source):
You can put this solution on YOUR website!
Problem:
Suppose $8,000 is invested at interest rate k, compounded continuously, and grows to $11,466.64 in 6 years.
a) Find the interest rate

A=Pe^(rt) where A=11466.64, P=8000, t=6

11466.64=(8000)e^(r(6))

11466.64=8000e^(6r)
Divide both sides by 8000
1.43333=e^(6r)

Take natural logs of both sides:

ln(1.43333)=ln(e^(6r))
Use fact that log(B,B^A)=A

ln(1.43333)=6r
Divide both sides by 6:
ln(1.43333)/6=r
Use calculator:
.0600000681=r

We'll round that to .06 or matrix(1,2,6,'%')

---------------------

b) Find the exponential growth function

A=Pe^(rt)

Substitute 8000 for P and .06 for r:

A=8000e^(.06t)

Your teacher may want you to write A in
functional notation as A(t)

A(t)=8000e^(.06t).  Ask your teacher.

-------------------

c) Find the balance after 10 years

Substitute 10 for t in

A=8000e^(.06t).  
A=8000e^(.06(10))
A=8000e^(.6)
A=14576.9504  
matrix(1,4,    A, '=', '$', 14576.95 )    

--------

d) Find the doubling time.

For $8000 to double, it must become $16000,

So we substitute $16000 for A and solve for t

A=8000e^(.06t)  

16000=8000e^(.06t)

Divide both sides by 8000

2=e^(.06t)

Take natural logs of both sides:

ln(2)=ln(e^(.06t))

Use fact that log(B,B^A)=A

ln(2)=.06t

Divide both sides by .06:

ln(2)/6=t

11.55245301

or a little over 11&1/2 years.

Edwin

Question 169773: (7x/4)-[(6x-(1)]/2)=(3/4)
The fractions really mess me up. I am sorry but my work makes no sense so I will just leave it off.
: (7x/4)-[(6x-(1)]/2)=(3/4)
The fractions really mess me up. I am sorry but my work makes no sense so I will just leave it off.

Answer by solver91311(1877) About Me  (Show Source):
You can put this solution on YOUR website!
(7x/4)-((6x-(1))/2)=(3/4)

Just multiply the (6x-(1))/2 part by 1 in the form of 2/2 so that all of the denominators are the same, namely 4:

((6x-(1))/2)(2/2)=(12x-2)/4 so that

(7x/4)-((6x-(1))/2)=(3/4) (your original problem) becomes:

(7x/4)-((12x-2)/4)=(3/4)

Now you can collect like terms in the numerators (because you can just add numerators anytime the denominators are equal).

(-5x+2)/4=3/4

Multiply both sides of the equation by 4

-5x+2=3

Add -2 to both sides

-5x=1

And finally divide both sides by -5

x=-(1/5)

Check the answer by substituting -(1/5) for x in the original equation and do the arithmetic to see if a true statement results. I'll leave this part as an exercise for the student.

Question 169737: Solve equation: (please check to see if my answer is right- thank you so much!)
21=(4-5x)-(1-x)=4x-2(x-3)
Here is my work/answer:
21+4-5x-1-x=4x-2x+6
4-5x-1=5x-2x+27
-1=-2x+31
30=-2x
x=-15
: Solve equation: (please check to see if my answer is right- thank you so much!)
21=(4-5x)-(1-x)=4x-2(x-3)
Here is my work/answer:
21+4-5x-1-x=4x-2x+6
4-5x-1=5x-2x+27
-1=-2x+31
30=-2x
x=-15

Answer by Alan3354(1427) About Me  (Show Source):
You can put this solution on YOUR website!
21=(4-5x)-(1-x)=4x-2(x-3) Too many equal signs
Here is my work/answer:
21+4-5x-1-x=4x-2x+6 That's better
4-5x-1=5x-2x+27
-1=-2x+31
30=-2x
x=-15
----------------
21+4-5x- 1+x =4x-2x+6 Change of sign
24-5x = 2x+6
18 = 7x
x = 18/7




Question 169737: Solve equation: (please check to see if my answer is right- thank you so much!)
21=(4-5x)-(1-x)=4x-2(x-3)
Here is my work/answer:
21+4-5x-1-x=4x-2x+6
4-5x-1=5x-2x+27
-1=-2x+31
30=-2x
x=-15
: Solve equation: (please check to see if my answer is right- thank you so much!)
21=(4-5x)-(1-x)=4x-2(x-3)
Here is my work/answer:
21+4-5x-1-x=4x-2x+6
4-5x-1=5x-2x+27
-1=-2x+31
30=-2x
x=-15

Answer by checkley77(3624) About Me  (Show Source):
You can put this solution on YOUR website!
21=(4-5x)-(1-x)=4x-2(x-3) IF the first = sign is a + sign?????
Here is my work/answer:
21+4-5x-1-x=4x-2x+6
4-5x-1=5x-2x+27
-1=-2x+31
30=-2x
x=-15
---------------------------
Proof:
21+(4-5[-15])-(1-[-15])=4*-15-2(-15-3)
21+(4+75)-(1+15)=-60-2*-18
21+79-16=-60+36
84=-24 Obviously -15 isn't the correct answer.
-----------------------------------------------
21+4-5x+1{+x}=4x-2x+6
-5x+x-4x+2x=6-21-4-1
-6x=-20
x=-20/-6
x=10/3 ans.
Proof:
21+4-5*10/3+1+10/3=4*10/3-2*10/3+6
25-50/3+1+10/3=40/3-20/3+5
-40/3+26=20/3+6
-40/3-20/3=6-26
-60/3=-20
-20=-20

Question 169735: Solve this equation: (I am checking my homework to see if i got it right)
4[3-3(x+1)]+1=2(-31-x)2x+31
Here's my work/answer:
12-12x-12+1=-62-2x+2x+31
-12x+1=-50-2x+2x=31
-12x+1=-50-2x+2x+19
-12x=-50-2x+2x+18
-12x=-32
x= 2 2/3
: Solve this equation: (I am checking my homework to see if i got it right)
4[3-3(x+1)]+1=2(-31-x)2x+31
Here's my work/answer:
12-12x-12+1=-62-2x+2x+31
-12x+1=-50-2x+2x=31
-12x+1=-50-2x+2x+19
-12x=-50-2x+2x+18
-12x=-32
x= 2 2/3

Answer by Alan3354(1427) About Me  (Show Source):
You can put this solution on YOUR website!
4[3-3(x+1)]+1=2(-31-x)2x+31
Here's my work/answer:
12-12x-12+1=-62-2x+2x+31
-12x+1=-50-2x+2x=31
-12x+1=-50-2x+2x+19
-12x=-50-2x+2x+18
-12x=-32
x= 2 2/3
------------------
4[3-3(x+1)]+1=2(-31-x)2x+31
4[3-3x-3]+1 = -62-2x + 2x+31 (you're missing a plus sign above)
-12x + 1 = -31
-12x = -32
x = 8/3 = 2 2/3

Question 169738: I have no idea where to start on this problem. PLease help.
7x/8-4=x
: I have no idea where to start on this problem. PLease help.
7x/8-4=x

Answer by midwood_trail(255) About Me  (Show Source):
You can put this solution on YOUR website!
I was unsure how to write it in the first place, I'm sorry.
Its (7x/8) - 4=x The 7/8 is a fraction with the x on top with 7.
There is no need to say sorry. A lot of people do not know how to type math questions using their keyboard. I myself made a few errors when I started about 8 years ago.
Here is your question:
(7x/8) - 4 = x
Multiply each term on both sides of the fractional equation by 8 to remove the fraction given on the left side.
After doing so, we get:
7x - 32 = 8x....This is no longer a fractional equation. It is now called a linear equation. The fraction is gone!
We now solve for x.
-32 = 8x - 7x
-32 = x
===================
How do we know that x = -32 is right?
We plug that answer for x back into the original equation and simplify. If we get the same answer on both sides of the equation, then we will know that x = -32.
====================
THE PROVE:
7(-32)/8 - 4 = -32
-224/8 - 4 = -32
-28 - 4 = -32
-32 = -32...IT CHECKS!!!
Final answer: x = -32
I hope this helps.
Happy Thanksgiving.





Question 169669: I am a math tutor on this site, can someone please help with a method of systems of equations?
I need to know the name of this method of solving
Ex.
.
 x + 4y = 20
.
 2x - y = 40
.
First solve for a variable, we will solve for "x" in each equation
.
First equation,  x + 4y = 20
.
 x + 4y = 20 , move "4y" to the right side
.
 x + 4y = 20 =  x + 4y - 4y = 20 - 4y =  x = 20 - 4y or  x = (-4y) + 20
.
(-4y) + 20 is our first answer, keeping that answer in mind we solve for "x" in the other equation
.
Second equation,  2x - y = 40
.
 2x - y = 40 , move (-y) to the right side
.
 2x - y = 40 =  2x - y + y = 40 + y =  2x = 40 + y or  2x = y + 40 , now divide each side by "2"
.
 2x = y + 40 =  2x/2 = (y + 40)/2 =  x = (y + 40)/2
.
Second answer is  (y + 40)/2 , then I would say, since these two answers equal "x" both answers will equal each other, then I would put them in an equation
.
 (-4y) + 20 = (y + 40)/2 , then I would solve for "y"
.
 ((-4y) + 20)/1 = (y + 40)/2 , then I would show the student the cross multiplication
.
We come up with  -8y + 40 = y + 40 , then just solve, in which we would get  y = 0
.
Then I would replace "y", and go through the math, and find that  x = 20
.
What would you call this method ( when you solve for a variable in both equations, and put your answers together in an equation and solve )
.
Solution set = (20,0)
.
Please don't answer if you don't know the name of this method
.
Thanks ahead of time, Electrified_Levi
: I am a math tutor on this site, can someone please help with a method of systems of equations?
I need to know the name of this method of solving
Ex.
.
 x + 4y = 20
.
 2x - y = 40
.
First solve for a variable, we will solve for "x" in each equation
.
First equation,  x + 4y = 20
.
 x + 4y = 20 , move "4y" to the right side
.
 x + 4y = 20 =  x + 4y - 4y = 20 - 4y =  x = 20 - 4y or  x = (-4y) + 20
.
(-4y) + 20 is our first answer, keeping that answer in mind we solve for "x" in the other equation
.
Second equation,  2x - y = 40
.
 2x - y = 40 , move (-y) to the right side
.
 2x - y = 40 =  2x - y + y = 40 + y =  2x = 40 + y or  2x = y + 40 , now divide each side by "2"
.
 2x = y + 40 =  2x/2 = (y + 40)/2 =  x = (y + 40)/2
.
Second answer is  (y + 40)/2 , then I would say, since these two answers equal "x" both answers will equal each other, then I would put them in an equation
.
 (-4y) + 20 = (y + 40)/2 , then I would solve for "y"
.
 ((-4y) + 20)/1 = (y + 40)/2 , then I would show the student the cross multiplication
.
We come up with  -8y + 40 = y + 40 , then just solve, in which we would get  y = 0
.
Then I would replace "y", and go through the math, and find that  x = 20
.
What would you call this method ( when you solve for a variable in both equations, and put your answers together in an equation and solve )
.
Solution set = (20,0)
.
Please don't answer if you don't know the name of this method
.
Thanks ahead of time, Electrified_Levi

Answer by stanbon(18991) About Me  (Show Source):
You can put this solution on YOUR website!
I think "substitution" is the proper label for the method.
Cheers,
Stan H.

Question 169652: NEED HELP PLEASE!!!!
solve by graphing
x-2y=-8
3x+4y=6
: NEED HELP PLEASE!!!!
solve by graphing
x-2y=-8
3x+4y=6

Answer by jim_thompson5910(9368) About Me  (Show Source):
You can put this solution on YOUR website!

Start with the given system of equations:


system(x-2y=-8,3x+4y=6)


In order to graph these equations, we must solve for y first.


Let's graph the first equation:


x-2y=-8 Start with the first equation.


-2y=-8-x Subtract x from both sides.


y=(-8-x)/(-2) Divide both sides by -2 to isolate y.


y=(1/2)x+4 Rearrange the terms and simplify.


Now let's graph the equation:


drawing(500,500,-10,10,-10,10,<BR>
grid(0),<BR>
graph(500,500,-10,10,-10,10,(1/2)x+4)<BR>
) Graph of y=(1/2)x+4.


-------------------------------------------------------------------


Now let's graph the second equation:


3x+4y=6 Start with the second equation.


4y=6-3x Subtract 3x from both sides.


y=(6-3x)/(4) Divide both sides by 4 to isolate y.


y=-(3/4)x+3/2 Rearrange the terms and simplify.


Now let's graph the equation:


drawing(500,500,-10,10,-10,10,<BR>
grid(0),<BR>
graph(500,500,-10,10,-10,10,-(3/4)x+3/2)<BR>
) Graph of y=-(3/4)x+3/2.


-------------------------------------------------------------------


Now let's graph the two equations together:


drawing(500,500,-10,10,-10,10,<BR>
grid(1),<BR>
graph(500,500,-10,10,-10,10,(1/2)x+4,-(3/4)x+3/2)<BR>
) Graph of y=(1/2)x+4 (red). Graph of y=-(3/4)x+3/2 (green)


From the graph, we can see that the two lines intersect at the point . So the solution to the system of equations is . This tells us that the system of equations is consistent and independent.


Question 169662: having trouble solvin this probolem using addition method,substitution and graphing not sure ifm i am suppose to have the same answer for all three methods
3x+2y=22
5x-4y=0
: having trouble solvin this probolem using addition method,substitution and graphing not sure ifm i am suppose to have the same answer for all three methods
3x+2y=22
5x-4y=0

Answer by stanbon(18991) About Me  (Show Source):
You can put this solution on YOUR website!
3x+2y=22
5x-4y=0
-------------
Elimination:
6x+4y = 44
5x-4y = 0
--------------
11x = 44
x = 4
---
3*4+2y = 22
2y = 10
y = 5
Ans: (4,5)
===========================
Substitution:
3x+2y=22
5x-4y=0
---------
x = (4/5)y
3(4/5)y + 2y = 22
(12/5+ 10/5)y = 22
(22/5)y = 22
(1/5)y = 1
y = 5
---
x = (4/5)5 = 4
Ans: (4,5)
===========================
Graphing:
3x+2y=22
5x-4y=0
------------
y= (-3/2)x + 11
y = (5/4)x
graph(400,300,-10,10,-10,10,(-3/2)x + 11,(5/4)x)
====================================
Cheers,
Stan H.




Question 169624: Solve each system by substitution. Determine whether the equations are independent, dependent or inconsistent:
2x-y=4
2x-y=3
: Solve each system by substitution. Determine whether the equations are independent, dependent or inconsistent:
2x-y=4
2x-y=3

Answer by jim_thompson5910(9368) About Me  (Show Source):
You can put this solution on YOUR website!


Start with the given system of equations:

system(2x-y=4,2x-y=3)



Now in order to solve this system by using substitution, we need to solve (or isolate) one variable. I'm going to solve for y.




So let's isolate y in the first equation

2x-y=4 Start with the first equation


-y=4-2x Subtract 2x from both sides


-y=-2x+4 Rearrange the equation


y=(-2x+4)/(-1) Divide both sides by -1


y=((-2)/(-1))x+(4)/(-1) Break up the fraction


y=2x-4 Reduce



---------------------

Since y=2x-4, we can now replace each y in the second equation with 2x-4 to solve for x



2x-highlight((2x-4))=3 Plug in y=2x-4 into the second equation. In other words, replace each y with 2x-4. Notice we've eliminated the y variables. So we now have a simple equation with one unknown.



2x-2x+4=3 Distribute the negative


4=3 Combine like terms on the left side


0=3-4Subtract 4 from both sides


0=-1 Combine like terms on the right side


Since this equation is NEVER true for any x value, this means there are no solutions.


So the system is inconsistent

Question 169438: in 1995 perry hall middle school had 98 girls in gt math. in the year of 1998 it had 294 girls. write an equation.

thank you
: in 1995 perry hall middle school had 98 girls in gt math. in the year of 1998 it had 294 girls. write an equation.

thank you

Answer by jojo14344(879) About Me  (Show Source):
You can put this solution on YOUR website!
Let X = number of girls in 1995
So, X+200%X= number of girls in 1998
.
Conclusion: There was an increase of 200% in 1998 since the count in 1995.
.
Proof:
X=98girls=1995
X+2X=98+2(98)=98+196=294girls=1998
.
Thank you,
Jojo

Question 169309This question is from textbook Introductory Algebra
: Find all numbers for which the rational expression is not defined.
6/b+6
This question is from textbook Introductory Algebra
: Find all numbers for which the rational expression is not defined.
6/b+6

Answer by Fombitz(1755) About Me  (Show Source):
You can put this solution on YOUR website!
6/b+6 is not defined when the denominator equals zero because division by zero is undefined.
b+6=0
b=-6

Question 169187: Hello, I just need help with how to solve this equation:
y-1/5x=-2
I know how to solve the problems, but only if there in simplified form already.. You don't have to give me the answer but just tell me how to simplfy it.
Thank you!!
: Hello, I just need help with how to solve this equation:
y-1/5x=-2
I know how to solve the problems, but only if there in simplified form already.. You don't have to give me the answer but just tell me how to simplfy it.
Thank you!!

Answer by Alan3354(1427) About Me  (Show Source):
You can put this solution on YOUR website!
Hello, I just need help with how to solve this equation:
y-1/5x=-2
I know how to solve the problems, but only if there in simplified form already.. You don't have to give me the answer but just tell me how to simplfy it.
Thank you!!
------------------
There are 2 variables, or unknowns, but only 1 equation. You can graph it, it's a straight line, but there's no solution. Every point on the line will satisfy the 1 equation.
------------
You mention "simplify." You can express y in terms of x, or x in terms of y.
y = x/5 -2
------
x = 5y-10


Question 169044: find the equation of the line with slope 8 and passing through(-5,-6).....: find the equation of the line with slope 8 and passing through(-5,-6).....
Answer by Alan3354(1427) About Me  (Show Source):
You can put this solution on YOUR website!
find the equation of the line with slope 8 and passing through(-5,-6).....
-------------------------
OK, I will.
y-y1 = m*(x-x1) (x1,y1) is (-5,-6), m is the slope
y+6 = 8*(x+5)
y+6 = 8x+40
y = 8x+34 (slope-intercept form)
8x - y = -34 (standard form)

Question 168823: y-11=3x-6
: y-11=3x-6

Answer by checkley77(3624) About Me  (Show Source):
You can put this solution on YOUR website!
y-11=3x-6
y=3x-6+11
y=3x+5
 graph( 300, 200, -6, 5, -10, 10, 3x +5) (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, 3x +5).

Question 168889: Using Substitution
4x + 2y = 1
2x + 3y = .70
Solving for X in the first problem
4x + 2y - 2y = 1 - 2y
4x = 1-2y
4x/4 = (1-2y)/4
x = (1 - 2y)/4
Substitute x into first equation (this is where I get lost)
2(1-2y/4) + 3y = .70
the example on this website says it should be 2(1+2y)/4+3y=.70, but if x = (1-2y)/4, how can you just change it to the 1+2y? Then also how do I solve the problem? If you could give me step by step with explanations so I understand that would be very helpful. This is my calculations:
2-4y/4 + 3y = .70 (multiplied 2 by everything in parentheses)
2-y+3y=.70 (4's cancel eachother out)
2+2y=.70 (3y minus 1y = 2y)
2+2y/2 = .70/2 (divide both sides by 2)
1+y = .35
y = .35 - 1 (subtract 1 from each side)
y = -.65
: Using Substitution
4x + 2y = 1
2x + 3y = .70
Solving for X in the first problem
4x + 2y - 2y = 1 - 2y
4x = 1-2y
4x/4 = (1-2y)/4
x = (1 - 2y)/4
Substitute x into first equation (this is where I get lost)
2(1-2y/4) + 3y = .70
the example on this website says it should be 2(1+2y)/4+3y=.70, but if x = (1-2y)/4, how can you just change it to the 1+2y? Then also how do I solve the problem? If you could give me step by step with explanations so I understand that would be very helpful. This is my calculations:
2-4y/4 + 3y = .70 (multiplied 2 by everything in parentheses)
2-y+3y=.70 (4's cancel eachother out)
2+2y=.70 (3y minus 1y = 2y)
2+2y/2 = .70/2 (divide both sides by 2)
1+y = .35
y = .35 - 1 (subtract 1 from each side)
y = -.65

Answer by Fombitz(1755) About Me  (Show Source):
You can put this solution on YOUR website!
You're on the right track.
Watch the parentheses though, they got you in trouble in the next line.
2((1-2y)/4) + 3y = .70
(1-2y)/2+3y=0.70
(1-2y)+6y=1.40Multiply both sides by 2 to get rid of denominators.
1+4y=1.40
4y=0.40
y=0.1
Then from above
x =(1 - 2y)/4
x=(1-.2)/4
x=0.8/4
x=0.2

Question 168849This question is from textbook Prentice Hall Algebra 2 with trigonometry
: Please help me solve this equation:
using a system of two equations.

The sum of a certain number and a second number is -42. The first number minus the second is 52. Find the numbers.
This question is from textbook Prentice Hall Algebra 2 with trigonometry
: Please help me solve this equation:
using a system of two equations.

The sum of a certain number and a second number is -42. The first number minus the second is 52. Find the numbers.

Answer by jim_thompson5910(9368) About Me  (Show Source):
You can put this solution on YOUR website!
"sum of a certain number and a second number is -42" ----> x+y=-42


"first number minus the second is 52" ----> x-y=52




So we have the system of equations:

system(x+y=-42,x-y=52)


Add the equations together. You can do this by simply adding the two left sides and the two right sides separately like this:


(x+y)+(x-1y)=(-42)+(52)


(1x+1x)+(1y+-1y)=-42+52 Group like terms.


2x+0y=10 Combine like terms. Notice how the y terms cancel out.


2x=10 Simplify.


x=(10)/(2) Divide both sides by 2 to isolate x.


x=5 Reduce.


------------------------------------------------------------------


x+y=-42 Now go back to the first equation.


5+y=-42 Plug in x=5.


5+y=-42 Multiply.


y=-42-5 Subtract 5 from both sides.


y=-47 Combine like terms on the right side.


So our answer is x=5 and y=-47.


Which form the ordered pair .


This means that the system is consistent and independent.

Question 168849This question is from textbook Prentice Hall Algebra 2 with trigonometry
: Please help me solve this equation:
using a system of two equations.

The sum of a certain number and a second number is -42. The first number minus the second is 52. Find the numbers.
This question is from textbook Prentice Hall Algebra 2 with trigonometry
: Please help me solve this equation:
using a system of two equations.

The sum of a certain number and a second number is -42. The first number minus the second is 52. Find the numbers.

Answer by Mathtut(515) About Me  (Show Source):
You can put this solution on YOUR website!
lets call the numbers a and b
:
a+b=-42...eq 1
a-b=52....eq 2
using the elimination method to solve means we try to eliminate one of the variables and we can do that just by adding the 2 equation together(the b terms cancel out.
:
we end up with 2a=10---> divide by 2 and highlight(a=5)
:
to find b just plug a's value into either equation
:
5-b=52--->subtract 5 from each side and divide by -1highlight(b=-47)

Question 168423This question is from textbook
: x-y+4=0This question is from textbook
: x-y+4=0
Answer by jojo14344(879) About Me  (Show Source):
You can put this solution on YOUR website!
x-y+4=0 --------------> A Line Equation
We follow Slope-Intercept form as we find the x & y intercepts: y=mx+b
It follows,
y=x+4 ----> Slope=m=1; Yintercept=b=4
f(y)=0:
x=-4, x- intercept
.
As we see below,
drawing(300,300,-5,5,-5,6,grid(1),graph(300,300,-5,5,-5,6,x+4),circle(-4,0,.15),circle(0,4,.15),red(circle(-3,1,.09)),red(circle(-2,2,.09)),red(circle(-1,3,.09)),red(circle(1,5,.09)))----> See x & y intercepts (-4,4). Also marked in "red" dots the slope ---> distance between points=1
.
Thank you,
Jojo

Question 168738: 1.
3x=-5-x
2x+y=-5
2.
3x-5y=7
2x-y=-7
3.
x-3y=1
3x-5y=-5
: 1.
3x=-5-x
2x+y=-5
2.
3x-5y=7
2x-y=-7
3.
x-3y=1
3x-5y=-5

Answer by jim_thompson5910(9368) About Me  (Show Source):
You can put this solution on YOUR website!
# 1
Your first equation has two "x" variables. Is there a "y" term in the first equation?




# 2


Start with the given system of equations:
system(3x-5y=7,2x-y=-7)


-5(2x-y)=-5(-7) Multiply the both sides of the second equation by -5.


-10x+5y=35 Distribute and multiply.


So we have the new system of equations:
system(3x-5y=7,-10x+5y=35)


Now add the equations together. You can do this by simply adding the two left sides and the two right sides separately like this:


(3x-5y)+(-10x+5y)=(7)+(35)


(3x+-10x)+(-5y+5y)=7+35 Group like terms.


-7x+0y=42 Combine like terms. Notice how the y terms cancel out.


-7x=42 Simplify.


x=(42)/(-7) Divide both sides by -7 to isolate x.


x=-6 Reduce.


------------------------------------------------------------------


3x-5y=7 Now go back to the first equation.


3(-6)-5y=7 Plug in x=-6.


-18-5y=7 Multiply.


-5y=7+18 Add 18 to both sides.


-5y=25 Combine like terms on the right side.


y=(25)/(-5) Divide both sides by -5 to isolate y.


y=-5 Reduce.


So our answer is x=-6 and y=-5.


Which form the ordered pair .


This means that the system is consistent and independent.


Notice when we graph the equations, we see that they intersect at . So this visually verifies our answer.