SOLUTION: How do I solve the follwoing system of equations?
y = {{{ sqrt (x) }}}+ 4
y = 2x + 1
Can you provide a detailed answer showing all of the steps?
Question 188800: How do I solve the follwoing system of equations?
y = + 4
y = 2x + 1
Can you provide a detailed answer showing all of the steps? Found 2 solutions by jim_thompson5910, Alan3354:Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website! How do I solve the follwoing system of equations?
y = + 4
y = 2x + 1
------------
There's more than one way, but since both right sides = y, I'd set them equal to each other.
2x+1 = sqrt(x) + 4
sqrt(x) = 2x-3
x = 4x^2 - 12x + 9
4x^2 - 13x - 9 = 0