How can you use a website to visualize the solutions to a system of equations?

  • Thread starter Thread starter meatandpotatoes22003
  • Start date Start date
  • Tags Tags
    System
meatandpotatoes22003
Messages
3
Reaction score
0
the system is:

y=x^2 - x - 8
y=2x+10

the answer is: 1 and 28

Can someone break this down how they arrived at these figures?

thank you.
 
Physics news on Phys.org
Set them equal to each other to solve for x, then plug the corresponding y values into find 2x + y.
 
Or you can go to http://www.softintegration.com/chhtml/lang/lib/libch/plot/cgi_func.html

go down the page and put into "Number of Data Sets to Plot : 2", because you have two equations.

Then you click submit, and in next page you enter your functions:

Curve #1
y= pow(x,2) -x -8

Curve #2
y=2*x+10

Now as you can see your two graphs intersect each other at the point of your x and y solutions. There are 2 points that satisfy this system of equations.

And as for answer (Find 2x+y) there are 2 answers to that question: 34 and 2
 
Last edited:
Back
Top