First time here? Check out the FAQ!

Ask Your Question
0

4x+6/y=15,6x-8/y=14 : y is not equal to zero Find p, if y=px-2 [closed]

asked 10 years ago

Iamastudent gravatar image

updated 10 years ago

slelievre gravatar image

4x+6/y=15,6x-8/y=14 : y is not equal to zero

Find p, if y=px-2

Preview: (hide)

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

1 Answer

Sort by » oldest newest most voted
0

answered 10 years ago

Gregory Bard gravatar image

I tried the following:

var("x y p")

solve( [ 4x + 6/y == 15, 6x - 8/y == 14, y == p*x - 2 ], [p, x, y] )

that produces the response

[[p == (4/3), x == 3, y == 2]]

which appears to be correct.

Preview: (hide)
link

Question Tools

1 follower

Stats

Asked: 10 years ago

Seen: 2,171 times

Last updated: Jul 18 '14