How do you find the x intercepts for y=16+5x+(3x)?

1 Answer
Jun 15, 2016

The x-intercepts are the points on the curve where y=0. Solving the equation 3x+5x+16=0 yields the x values 3 and 15, so the coordinates of the points are (3,0) and (15,0).

Explanation:

3x+5x+16=0

Multiply through by x:

3+5x2+16x=0

And now we have a quadratic equation, and we know how to solve those. There are several methods, including factorisation, but my favourite is the quadratic formula.

Rearranging:

5x2+16x+3=0

The quadratic formula applies to a quadratic equation in the form ax2+bx+c=0, and goes:

x=b±b24ac2a

In this case,

x=16±16245325=16±2566010

=16±1410=3or15