First time here? Check out the FAQ!

Ask Your Question
0

Please help! [closed]

asked 10 years ago

Iamastudent gravatar image

updated 10 years ago

slelievre gravatar image

11x+15y+23=0, 7x-2y-20=0 I tried,

11x+15y+23=0------1 7x-2y-20=0-----------2

11x+15y=-23 =>y=-23x-11x/15 (substituting the value of y in eq 2)

11x+15(-23x-11x/15)=20

Preview: (hide)

Closed for the following reason question is off-topic or not relevant by slelievre
close date 2014-07-19 03:23:14.633861

1 Answer

Sort by » oldest newest most voted
0

answered 10 years ago

Gregory Bard gravatar image

To do this in Sage, I tried the following, which worked:

var("x y") solve( [11x+15y+23 ==0, 7x-2y-20 == 0], [x,y] )

However, I'm wondering if what you really want to know is how to do this by hand... If so, please consider reading

  • Ch 1, Sec 2 "Intersecting Two Lines, Part One"
  • Ch 1, Sec 3 "Intersecting Two Lines, Part Two"

of my free electronic online textbook-in-progress for the freshmen math course that business majors take: "Finite & Financial Mathematics for University Freshmen." All you have to do is:

  • Go to www.gregorybard.com
  • Click on "Finite Math" on the left hand side of the page
  • Each section is its own pdf file.
Preview: (hide)
link

Comments

Why is your answer appearing with so much bold?

kcrisman gravatar imagekcrisman ( 10 years ago )

Question Tools

1 follower

Stats

Asked: 10 years ago

Seen: 960 times

Last updated: Jul 18 '14