document.write( "Question 142239: What are the solutions of \r
\n" );
document.write( "\n" );
document.write( " y = x^2 - 5x - 50\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I can't seem to make an (x,y) intercept set up the right way? \n" );
document.write( "
Algebra.Com's Answer #103548 by scott8148(6628) You can put this solution on YOUR website! there are an infinite number of solutions __ for every x-value, there is a y-value \n" ); document.write( "__ my guess is that you are interested in the roots of the equation __ when y=0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2-5x-50=0 __ factoring __ (x+5)(x-10)=0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+5=0 __ x=-5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x-10=0 __ x=10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "those would be the x-intercepts \n" ); document.write( "__ the y-intercept (when x=0) is [0^2-5(0)-50] or -50 \n" ); document.write( " |